Home
last modified time | relevance | path

Searched refs:cable_det (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dadv7604.c906 u16 cable_det = info->read_cable_det(sd); in adv76xx_s_detect_tx_5v_ctrl() local
908 return v4l2_ctrl_s_ctrl(state->detect_tx_5v_ctrl, cable_det); in adv76xx_s_detect_tx_5v_ctrl()
2492 u8 cable_det; in adv76xx_log_status() local
2551 cable_det = info->read_cable_det(sd); in adv76xx_log_status()
2553 ((cable_det & 0x01) ? "Yes" : "No"), in adv76xx_log_status()
2554 ((cable_det & 0x02) ? "Yes" : "No"), in adv76xx_log_status()
2555 ((cable_det & 0x04) ? "Yes" : "No"), in adv76xx_log_status()
2556 ((cable_det & 0x08) ? "Yes" : "No")); in adv76xx_log_status()
H A Dadv7842.c970 u16 cable_det = adv7842_read_cable_det(sd); in adv7842_s_detect_tx_5v_ctrl() local
972 v4l2_dbg(1, debug, sd, "%s: 0x%x\n", __func__, cable_det); in adv7842_s_detect_tx_5v_ctrl()
974 return v4l2_ctrl_s_ctrl(state->detect_tx_5v_ctrl, cable_det); in adv7842_s_detect_tx_5v_ctrl()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dadv7604.c920 u16 cable_det = info->read_cable_det(sd); in adv76xx_s_detect_tx_5v_ctrl() local
922 return v4l2_ctrl_s_ctrl(state->detect_tx_5v_ctrl, cable_det); in adv76xx_s_detect_tx_5v_ctrl()
2524 u8 cable_det; in adv76xx_log_status() local
2583 cable_det = info->read_cable_det(sd); in adv76xx_log_status()
2585 ((cable_det & 0x01) ? "Yes" : "No"), in adv76xx_log_status()
2586 ((cable_det & 0x02) ? "Yes" : "No"), in adv76xx_log_status()
2587 ((cable_det & 0x04) ? "Yes" : "No"), in adv76xx_log_status()
2588 ((cable_det & 0x08) ? "Yes" : "No")); in adv76xx_log_status()
H A Dadv7842.c958 u16 cable_det = adv7842_read_cable_det(sd); in adv7842_s_detect_tx_5v_ctrl() local
960 v4l2_dbg(1, debug, sd, "%s: 0x%x\n", __func__, cable_det); in adv7842_s_detect_tx_5v_ctrl()
962 return v4l2_ctrl_s_ctrl(state->detect_tx_5v_ctrl, cable_det); in adv7842_s_detect_tx_5v_ctrl()

Completed in 18 milliseconds