Home
last modified time | relevance | path

Searched defs:rk618 (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk618.c15 int rk618_i2c_write(struct rk618 *rk618, u16 reg, u32 val) in rk618_i2c_write()
40 int rk618_i2c_read(struct rk618 *rk618, u16 reg, u32 *val) in rk618_i2c_read()
70 void rk618_frc_dither_disable(struct rk618 *rk618) in rk618_frc_dither_disable()
75 void rk618_frc_dither_enable(struct rk618 *rk618) in rk618_frc_dither_enable()
80 void rk618_frc_dclk_invert(struct rk618 *rk618) in rk618_frc_dclk_invert()
85 static int rk618_power_on(struct rk618 *rk618) in rk618_power_on()
103 static void rk618_cru_init(struct rk618 *rk618) in rk618_cru_init()
119 struct rk618 *rk618 = dev_get_priv(dev); in rk618_probe() local
H A Drk618.h59 struct rk618 { struct
67 int rk618_i2c_write(struct rk618 *rk618, u16 reg, u32 val); argument
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Drk618.c52 static int rk618_power_on(struct rk618 *rk618) in rk618_power_on()
80 static void rk618_power_off(struct rk618 *rk618) in rk618_power_off()
104 struct rk618 *rk618; in rk618_probe() local
172 struct rk618 *rk618 = i2c_get_clientdata(client); in rk618_remove() local
183 struct rk618 *rk618 = i2c_get_clientdata(client); in rk618_shutdown() local
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Drk618.h114 struct rk618 { struct
115 struct device *dev;
116 struct i2c_client *client;
117 struct clk *clkin;
118 struct regmap *regmap;
120 struct regulator *supply;
121 struct gpio_desc *enable_gpio;
122 struct gpio_desc *reset_gpio; /* power on reset */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/rk618/
H A Drk618_dither.c23 void rk618_frc_dither_init(struct rk618 *rk618, u32 bus_format) in rk618_frc_dither_init()
47 void rk618_frc_dclk_invert(struct rk618 *rk618) in rk618_frc_dclk_invert()
H A Drk618_rgb.c214 struct rk618 *rk618 = dev_get_drvdata(pdev->dev.parent); in rk618_rgb_probe() local
H A Drk618_lvds.c219 struct rk618 *rk618 = dev_get_drvdata(pdev->dev.parent); in rk618_lvds_probe() local
H A Drk618_vif.c197 struct rk618 *rk618 = dev_get_drvdata(pdev->dev.parent); in rk618_vif_probe() local
H A Drk618_scaler.c354 struct rk618 *rk618 = dev_get_drvdata(pdev->dev.parent); in rk618_scaler_probe() local
H A Drk618_dsi.c1112 struct rk618 *rk618 = dev_get_drvdata(pdev->dev.parent); in rk618_dsi_probe() local
H A Drk618_hdmi.c1491 struct rk618 *rk618 = dev_get_drvdata(pdev->dev.parent); in rk618_hdmi_probe() local
/OK3568_Linux_fs/kernel/drivers/clk/rockchip/regmap/
H A Dclk-rk618.c302 struct rk618 *rk618 = dev_get_drvdata(pdev->dev.parent); in rk618_cru_probe() local