Home
last modified time | relevance | path

Searched refs:cec_write (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/i2c/
Dtda998x_drv.c359 cec_write(struct tda998x_priv *priv, u16 addr, u8 val) in cec_write() function
1196 cec_write(priv, REG_CEC_RXSHPDINTENA, 0); in tda998x_destroy()
1238 cec_write(priv, REG_CEC_ENAMODS, in tda998x_create()
1285 cec_write(priv, REG_CEC_FRO_IM_CLK_CTRL, in tda998x_create()
1314 cec_write(priv, REG_CEC_RXSHPDINTENA, CEC_RXSHPDLEV_HPD); in tda998x_create()
/linux-4.4.14/drivers/media/i2c/
Dadv7842.c414 static inline int cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in cec_write() function
423 return cec_write(sd, reg, (cec_read(sd, reg) & mask) | val); in cec_write_and_or()
945 cec_write(sd, reg->reg & 0xff, val); in adv7842_s_register()
Dadv7604.c459 static inline int cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in cec_write() function