Searched refs:afe_write_and_or (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/drivers/media/i2c/ |
D | adv7842.c | 464 static inline int afe_write_and_or(struct v4l2_subdev *sd, u8 reg, u8 mask, u8 val) in afe_write_and_or() function 1802 afe_write_and_or(sd, 0x02, 0x7f, 0x80); in select_input() 1836 afe_write_and_or(sd, 0x02, 0x7f, 0x00); in select_input() 1872 afe_write_and_or(sd, 0x02, 0x7f, 0x00); in select_input()
|