Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/gpu/drm/i2c/
Dtda998x_drv.c348 cec_write(struct tda998x_priv *priv, uint16_t addr, uint8_t val) in cec_write() function
1146 cec_write(priv, REG_CEC_RXSHPDINTENA, 0); in tda998x_destroy()
1254 cec_write(priv, REG_CEC_ENAMODS, in tda998x_create()
1301 cec_write(priv, REG_CEC_FRO_IM_CLK_CTRL, in tda998x_create()
1331 cec_write(priv, REG_CEC_RXSHPDINTENA, CEC_RXSHPDLEV_HPD); in tda998x_create()
/linux-4.1.27/drivers/media/i2c/
Dadv7842.c359 static inline int cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in cec_write() function
368 return cec_write(sd, reg, (cec_read(sd, reg) & mask) | val); in cec_write_and_or()
832 cec_write(sd, reg->reg & 0xff, val); in adv7842_s_register()
Dadv7604.c453 static inline int cec_write(struct v4l2_subdev *sd, u8 reg, u8 val) in cec_write() function