Searched refs:hpd_state (Results 1 – 3 of 3) sorted by relevance
44 u8 hpd_state : 1; member120 u8 hpd_state; member178 u8 mode, bool hpd_state, in pmic_glink_altmode_enable_dp() argument185 if (hpd_state) in pmic_glink_altmode_enable_dp()367 alt_port->hpd_state, in pmic_glink_altmode_worker()371 if (alt_port->hpd_state) in pmic_glink_altmode_worker()419 u8 hpd_state; in pmic_glink_altmode_sc8180xp_notify() local437 hpd_state = FIELD_GET(SC8180X_HPD_STATE_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()451 alt_port->hpd_state = hpd_state; in pmic_glink_altmode_sc8180xp_notify()495 alt_port->hpd_state = dp->hpd_state; in pmic_glink_altmode_sc8280xp_notify()
1916 __u8 hpd_state) in cec_msg_cdc_hpd_set_state() argument 1923 msg->msg[5] = (input_port << 4) | hpd_state; in cec_msg_cdc_hpd_set_state() 1929 __u8 *hpd_state) in cec_ops_cdc_hpd_set_state() argument 1933 *hpd_state = msg->msg[5] & 0xf; in cec_ops_cdc_hpd_set_state() 1937 __u8 hpd_state, in cec_msg_cdc_hpd_report_state() argument 1945 msg->msg[5] = (hpd_state << 4) | hpd_error; in cec_msg_cdc_hpd_report_state() 1950 __u8 *hpd_state, in cec_ops_cdc_hpd_report_state() argument 1954 *hpd_state = msg->msg[5] >> 4; in cec_ops_cdc_hpd_report_state()
6782 enum drm_connector_status hpd_state) in intel_dp_oob_hotplug_event() argument6787 bool hpd_high = hpd_state == connector_status_connected; in intel_dp_oob_hotplug_event()