Lines Matching refs:i2c_rd8
288 static u8 i2c_rd8(struct v4l2_subdev *sd, u16 reg) in i2c_rd8() function
411 clk_h = i2c_rd8(sd, FREQ_METER_H); in lt7911d_get_detected_timings()
412 clk_m = i2c_rd8(sd, FREQ_METER_M); in lt7911d_get_detected_timings()
413 clk_l = i2c_rd8(sd, FREQ_METER_L); in lt7911d_get_detected_timings()
419 val_h = i2c_rd8(sd, HTOTAL_H); in lt7911d_get_detected_timings()
420 val_l = i2c_rd8(sd, HTOTAL_L); in lt7911d_get_detected_timings()
422 val_h = i2c_rd8(sd, VTOTAL_H); in lt7911d_get_detected_timings()
423 val_l = i2c_rd8(sd, VTOTAL_L); in lt7911d_get_detected_timings()
425 val_h = i2c_rd8(sd, HACT_H); in lt7911d_get_detected_timings()
426 val_l = i2c_rd8(sd, HACT_L); in lt7911d_get_detected_timings()
428 val_h = i2c_rd8(sd, VACT_H); in lt7911d_get_detected_timings()
429 val_l = i2c_rd8(sd, VACT_L); in lt7911d_get_detected_timings()
431 val_h = i2c_rd8(sd, HS_H); in lt7911d_get_detected_timings()
432 val_l = i2c_rd8(sd, HS_L); in lt7911d_get_detected_timings()
434 value = i2c_rd8(sd, VS); in lt7911d_get_detected_timings()
436 val_h = i2c_rd8(sd, HFP_H); in lt7911d_get_detected_timings()
437 val_l = i2c_rd8(sd, HFP_L); in lt7911d_get_detected_timings()
439 value = i2c_rd8(sd, VFP); in lt7911d_get_detected_timings()
441 val_h = i2c_rd8(sd, HBP_H); in lt7911d_get_detected_timings()
442 val_l = i2c_rd8(sd, HBP_L); in lt7911d_get_detected_timings()
444 value = i2c_rd8(sd, VBP); in lt7911d_get_detected_timings()
1199 id_l = i2c_rd8(sd, CHIPID_REGL); in lt7911d_check_chip_id()
1200 id_h = i2c_rd8(sd, CHIPID_REGH); in lt7911d_check_chip_id()