Lines Matching refs:i2c_rd8
464 static u8 i2c_rd8(struct v4l2_subdev *sd, u16 reg) in i2c_rd8() function
585 clk_h = i2c_rd8(sd, PCLK_H); in lt7911uxc_get_detected_timings()
586 clk_m = i2c_rd8(sd, PCLK_M); in lt7911uxc_get_detected_timings()
587 clk_l = i2c_rd8(sd, PCLK_L); in lt7911uxc_get_detected_timings()
591 clk_h = i2c_rd8(sd, BYTE_PCLK_H); in lt7911uxc_get_detected_timings()
592 clk_m = i2c_rd8(sd, BYTE_PCLK_M); in lt7911uxc_get_detected_timings()
593 clk_l = i2c_rd8(sd, BYTE_PCLK_L); in lt7911uxc_get_detected_timings()
598 val_h = i2c_rd8(sd, HTOTAL_H); in lt7911uxc_get_detected_timings()
599 val_l = i2c_rd8(sd, HTOTAL_L); in lt7911uxc_get_detected_timings()
602 val_h = i2c_rd8(sd, VTOTAL_H); in lt7911uxc_get_detected_timings()
603 val_l = i2c_rd8(sd, VTOTAL_L); in lt7911uxc_get_detected_timings()
606 val_h = i2c_rd8(sd, HACT_H); in lt7911uxc_get_detected_timings()
607 val_l = i2c_rd8(sd, HACT_L); in lt7911uxc_get_detected_timings()
610 val_h = i2c_rd8(sd, VACT_H); in lt7911uxc_get_detected_timings()
611 val_l = i2c_rd8(sd, VACT_L); in lt7911uxc_get_detected_timings()
653 val = i2c_rd8(sd, 0xe084); in lt7911uxc_s_ctrl_detect_event()
712 while (i2c_rd8(sd, HS_RQST_PRE_REG) != 0x3c) { in lt7911uxc_cphy_timing_config()
1592 id_l = i2c_rd8(sd, CHIPID_REGL); in lt7911uxc_check_chip_id()
1593 id_h = i2c_rd8(sd, CHIPID_REGH); in lt7911uxc_check_chip_id()