Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/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