Searched refs:tvp514x_read_reg (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/i2c/ |
H A D | tvp514x.c | 273 * tvp514x_read_reg() - Read a value from a register in an TVP5146/47. 279 static int tvp514x_read_reg(struct v4l2_subdev *sd, u8 reg) in tvp514x_read_reg() function 308 val = tvp514x_read_reg(sd, reg); in dump_reg() 388 std = tvp514x_read_reg(sd, REG_VIDEO_STD); in tvp514x_query_current_std() 391 std_status = tvp514x_read_reg(sd, REG_VIDEO_STD_STATUS); in tvp514x_query_current_std() 498 chip_id_msb = tvp514x_read_reg(sd, REG_CHIP_ID_MSB); in tvp514x_detect() 499 chip_id_lsb = tvp514x_read_reg(sd, REG_CHIP_ID_LSB); in tvp514x_detect() 500 rom_ver = tvp514x_read_reg(sd, REG_ROM_VERSION); in tvp514x_detect() 593 sync_lock_status = tvp514x_read_reg(sd, REG_STATUS1); in tvp514x_querystd() 671 output_sel |= tvp514x_read_reg(s in tvp514x_s_routing() [all...] |
/kernel/linux/linux-6.6/drivers/media/i2c/ |
H A D | tvp514x.c | 273 * tvp514x_read_reg() - Read a value from a register in an TVP5146/47. 279 static int tvp514x_read_reg(struct v4l2_subdev *sd, u8 reg) in tvp514x_read_reg() function 308 val = tvp514x_read_reg(sd, reg); in dump_reg() 388 std = tvp514x_read_reg(sd, REG_VIDEO_STD); in tvp514x_query_current_std() 391 std_status = tvp514x_read_reg(sd, REG_VIDEO_STD_STATUS); in tvp514x_query_current_std() 498 chip_id_msb = tvp514x_read_reg(sd, REG_CHIP_ID_MSB); in tvp514x_detect() 499 chip_id_lsb = tvp514x_read_reg(sd, REG_CHIP_ID_LSB); in tvp514x_detect() 500 rom_ver = tvp514x_read_reg(sd, REG_ROM_VERSION); in tvp514x_detect() 593 sync_lock_status = tvp514x_read_reg(sd, REG_STATUS1); in tvp514x_querystd() 671 output_sel |= tvp514x_read_reg(s in tvp514x_s_routing() [all...] |
Completed in 2 milliseconds