Searched refs:cec_write_clr_set (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/media/i2c/
H A Dadv7842.c393 static inline int cec_write_clr_set(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) function
2243 cec_write_clr_set(sd, 0x2a, 0x01, 0x01); /* power up cec */
2245 cec_write_clr_set(sd, 0x11, 0x01, 0); /* initially disable tx */
2257 cec_write_clr_set(sd, 0x27, 0x70, 0x00);
2259 cec_write_clr_set(sd, 0x2a, 0x01, 0x00);
2276 cec_write_clr_set(sd, 0x27, 0x70, 0);
2300 cec_write_clr_set(sd, 0x27, 0x10, 0x10);
2302 cec_write_clr_set(sd, 0x28, 0x0f, addr);
2306 cec_write_clr_set(sd, 0x27, 0x20, 0x20);
2308 cec_write_clr_set(s
[all...]
H A Dadv7604.c429 static inline int cec_write_clr_set(struct v4l2_subdev *sd, u8 reg, u8 mask, function
2088 cec_write_clr_set(sd, 0x2a, 0x01, 0x01); /* power up cec */
2090 cec_write_clr_set(sd, 0x11, 0x01, 0); /* initially disable tx */
2102 cec_write_clr_set(sd, 0x27, 0x70, 0x00);
2104 cec_write_clr_set(sd, 0x2a, 0x01, 0x00);
2122 cec_write_clr_set(sd, 0x27, 0x70, 0);
2146 cec_write_clr_set(sd, 0x27, 0x10, 0x10);
2148 cec_write_clr_set(sd, 0x28, 0x0f, addr);
2152 cec_write_clr_set(sd, 0x27, 0x20, 0x20);
2154 cec_write_clr_set(s
[all...]

Completed in 482 milliseconds