Searched refs:cable_det (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/drivers/media/i2c/ |
| H A D | adv7604.c | 923 u16 cable_det = info->read_cable_det(sd); in adv76xx_s_detect_tx_5v_ctrl() local 925 return v4l2_ctrl_s_ctrl(state->detect_tx_5v_ctrl, cable_det); in adv76xx_s_detect_tx_5v_ctrl() 2530 u8 cable_det; in adv76xx_log_status() local 2588 cable_det = info->read_cable_det(sd); in adv76xx_log_status() 2590 ((cable_det & 0x01) ? "Yes" : "No"), in adv76xx_log_status() 2591 ((cable_det & 0x02) ? "Yes" : "No"), in adv76xx_log_status() 2592 ((cable_det & 0x04) ? "Yes" : "No"), in adv76xx_log_status() 2593 ((cable_det & 0x08) ? "Yes" : "No")); in adv76xx_log_status()
|
| H A D | adv7842.c | 961 u16 cable_det = adv7842_read_cable_det(sd); in adv7842_s_detect_tx_5v_ctrl() local 963 v4l2_dbg(1, debug, sd, "%s: 0x%x\n", __func__, cable_det); in adv7842_s_detect_tx_5v_ctrl() 965 return v4l2_ctrl_s_ctrl(state->detect_tx_5v_ctrl, cable_det); in adv7842_s_detect_tx_5v_ctrl()
|