Searched refs:afe_write_and_or (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/drivers/media/i2c/ |
D | adv7842.c | 437 static inline int afe_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in afe_write_and_or() function 1687 afe_write_and_or(sd, 0x02, 0x7f, 0x80); in select_input() 1721 afe_write_and_or(sd, 0x02, 0x7f, 0x00); in select_input() 1757 afe_write_and_or(sd, 0x02, 0x7f, 0x00); in select_input()
|