Home
last modified time | relevance | path

Searched refs:tvp514x_read_reg (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/media/i2c/
H A Dtvp514x.c280 static int tvp514x_read_reg(struct v4l2_subdev *sd, u8 reg) in tvp514x_read_reg() function
309 val = tvp514x_read_reg(sd, reg); in dump_reg()
389 std = tvp514x_read_reg(sd, REG_VIDEO_STD); in tvp514x_query_current_std()
392 std_status = tvp514x_read_reg(sd, REG_VIDEO_STD_STATUS); in tvp514x_query_current_std()
499 chip_id_msb = tvp514x_read_reg(sd, REG_CHIP_ID_MSB); in tvp514x_detect()
500 chip_id_lsb = tvp514x_read_reg(sd, REG_CHIP_ID_LSB); in tvp514x_detect()
501 rom_ver = tvp514x_read_reg(sd, REG_ROM_VERSION); in tvp514x_detect()
594 sync_lock_status = tvp514x_read_reg(sd, REG_STATUS1); in tvp514x_querystd()
672 output_sel |= tvp514x_read_reg(sd, in tvp514x_s_routing()