Searched refs:cp_read16 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | adv7604.c | 573 static u16 cp_read16(struct v4l2_subdev *sd, u8 reg, u16 mask) in cp_read16() function 1422 stdi->bl = cp_read16(sd, 0xb1, 0x3fff); in read_stdi() 1423 stdi->lcf = cp_read16(sd, info->lcf_reg, 0x7ff); in read_stdi()
|
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | adv7604.c | 587 static u16 cp_read16(struct v4l2_subdev *sd, u8 reg, u16 mask) in cp_read16() function 1436 stdi->bl = cp_read16(sd, 0xb1, 0x3fff); in read_stdi() 1437 stdi->lcf = cp_read16(sd, info->lcf_reg, 0x7ff); in read_stdi()
|
Completed in 10 milliseconds