Searched refs:hpd_state (Results 1 – 3 of 3) sorted by relevance
90 u8 hpd_state; member226 port->hpd_state = FIELD_GET(GAOKUN_HPD_STATE_MASK, ddi); in gaokun_ucsi_port_update()303 port->hpd_state ? in gaokun_ucsi_handle_altmode()
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()
6529 enum drm_connector_status hpd_state) in intel_dp_oob_hotplug_event() argument6534 bool hpd_high = hpd_state == connector_status_connected; in intel_dp_oob_hotplug_event()