Home
last modified time | relevance | path

Searched defs:rk1000_ctl (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drk1000.h14 struct rk1000_ctl { struct
20 int rk1000_ctl_i2c_read(struct rk1000_ctl *rk1000_ctl, u8 reg, u8 *val); argument
H A Drk1000.c25 int rk1000_ctl_i2c_write(struct rk1000_ctl *rk1000_ctl, u8 reg, u8 val) in rk1000_ctl_i2c_write()
49 int rk1000_ctl_i2c_read(struct rk1000_ctl *rk1000_ctl, u8 reg, u8 *val) in rk1000_ctl_i2c_read()
80 int rk1000_ctl_write_block(struct rk1000_ctl *rk1000_ctl, in rk1000_ctl_write_block()
96 struct rk1000_ctl *rk1000_ctl = dev_get_priv(dev); in rk1000_ctl_probe() local
H A Drk1000_tve.c29 struct rk1000_ctl rk1000_ctl; member
136 struct rk1000_ctl *rk1000_ctl = &rk1000_tve->rk1000_ctl; in rk1000_tve_bridge_enable() local