Searched refs:afe_read (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7842.c | 472 static inline int afe_read(struct v4l2_subdev *sd, u8 reg) in afe_read() function 488 return afe_write(sd, reg, (afe_read(sd, reg) & mask) | val); in afe_write_and_or() 891 reg->val = afe_read(sd, reg->reg & 0xff); in adv7842_g_register()
|
H A D | adv7604.c | 442 static inline int afe_read(struct v4l2_subdev *sd, u8 reg) in afe_read() function
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7842.c | 450 static inline int afe_read(struct v4l2_subdev *sd, u8 reg) in afe_read() function 466 return afe_write(sd, reg, (afe_read(sd, reg) & mask) | val); in afe_write_and_or() 879 reg->val = afe_read(sd, reg->reg & 0xff); in adv7842_g_register()
|
H A D | adv7604.c | 449 static inline int __always_unused afe_read(struct v4l2_subdev *sd, u8 reg) in afe_read() function
|
Completed in 21 milliseconds