Lines Matching refs:i2c_rd8

277 static int i2c_rd8(struct v4l2_subdev *sd, u16 reg, u8 *val_p)  in i2c_rd8()  function
396 ret = i2c_rd8(sd, FW_VER_A, &fw_a); in lt6911uxc_get_detected_timings()
397 ret |= i2c_rd8(sd, FW_VER_B, &fw_b); in lt6911uxc_get_detected_timings()
398 ret |= i2c_rd8(sd, FW_VER_C, &fw_c); in lt6911uxc_get_detected_timings()
399 ret |= i2c_rd8(sd, FW_VER_D, &fw_d); in lt6911uxc_get_detected_timings()
408 i2c_rd8(sd, INT_STATUS_86A3, &val_h); in lt6911uxc_get_detected_timings()
409 i2c_rd8(sd, INT_STATUS_86A5, &val_l); in lt6911uxc_get_detected_timings()
412 i2c_rd8(sd, HDMI_VERSION, &value); in lt6911uxc_get_detected_timings()
413 i2c_rd8(sd, TMDS_CLK_H, &clk_h); in lt6911uxc_get_detected_timings()
414 i2c_rd8(sd, TMDS_CLK_M, &clk_m); in lt6911uxc_get_detected_timings()
415 i2c_rd8(sd, TMDS_CLK_L, &clk_l); in lt6911uxc_get_detected_timings()
420 i2c_rd8(sd, MIPI_LANES, &lanes); in lt6911uxc_get_detected_timings()
423 i2c_rd8(sd, FREQ_METER_H, &clk_h); in lt6911uxc_get_detected_timings()
424 i2c_rd8(sd, FREQ_METER_M, &clk_m); in lt6911uxc_get_detected_timings()
425 i2c_rd8(sd, FREQ_METER_L, &clk_l); in lt6911uxc_get_detected_timings()
431 i2c_rd8(sd, HTOTAL_H, &val_h); in lt6911uxc_get_detected_timings()
432 i2c_rd8(sd, HTOTAL_L, &val_l); in lt6911uxc_get_detected_timings()
434 i2c_rd8(sd, VTOTAL_H, &val_h); in lt6911uxc_get_detected_timings()
435 i2c_rd8(sd, VTOTAL_L, &val_l); in lt6911uxc_get_detected_timings()
437 i2c_rd8(sd, HACT_H, &val_h); in lt6911uxc_get_detected_timings()
438 i2c_rd8(sd, HACT_L, &val_l); in lt6911uxc_get_detected_timings()
440 i2c_rd8(sd, VACT_H, &val_h); in lt6911uxc_get_detected_timings()
441 i2c_rd8(sd, VACT_L, &val_l); in lt6911uxc_get_detected_timings()
443 i2c_rd8(sd, HS_H, &val_h); in lt6911uxc_get_detected_timings()
444 i2c_rd8(sd, HS_L, &val_l); in lt6911uxc_get_detected_timings()
446 i2c_rd8(sd, VS, &value); in lt6911uxc_get_detected_timings()
448 i2c_rd8(sd, HFP_H, &val_h); in lt6911uxc_get_detected_timings()
449 i2c_rd8(sd, HFP_L, &val_l); in lt6911uxc_get_detected_timings()
451 i2c_rd8(sd, VFP, &value); in lt6911uxc_get_detected_timings()
453 i2c_rd8(sd, HBP_H, &val_h); in lt6911uxc_get_detected_timings()
454 i2c_rd8(sd, HBP_L, &val_l); in lt6911uxc_get_detected_timings()
456 i2c_rd8(sd, VBP, &value); in lt6911uxc_get_detected_timings()
467 i2c_rd8(sd, AUDIO_IN_STATUS, &value); in lt6911uxc_get_detected_timings()
469 i2c_rd8(sd, AUDIO_SAMPLE_RATAE_H, &val_h); in lt6911uxc_get_detected_timings()
470 i2c_rd8(sd, AUDIO_SAMPLE_RATAE_L, &val_l); in lt6911uxc_get_detected_timings()
1145 ret = i2c_rd8(sd, CHIPID_L, &id_l); in lt6911uxc_check_chip_id()
1146 ret |= i2c_rd8(sd, CHIPID_H, &id_h); in lt6911uxc_check_chip_id()
1148 ret |= i2c_rd8(sd, FW_VER_A, &fw_a); in lt6911uxc_check_chip_id()
1149 ret |= i2c_rd8(sd, FW_VER_B, &fw_b); in lt6911uxc_check_chip_id()
1150 ret |= i2c_rd8(sd, FW_VER_C, &fw_c); in lt6911uxc_check_chip_id()
1151 ret |= i2c_rd8(sd, FW_VER_D, &fw_d); in lt6911uxc_check_chip_id()