Home
last modified time | relevance | path

Searched refs:hpd_state (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/typec/ucsi/
H A Ducsi_huawei_gaokun.c90 u8 hpd_state; member
226 port->hpd_state = FIELD_GET(GAOKUN_HPD_STATE_MASK, ddi); in gaokun_ucsi_port_update()
303 port->hpd_state ? in gaokun_ucsi_handle_altmode()
/linux/include/uapi/linux/
H A Dcec-funcs.h1916 __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()
/linux/drivers/gpu/drm/i915/display/
H A Dintel_dp.c6529 enum drm_connector_status hpd_state) in intel_dp_oob_hotplug_event() argument
6534 bool hpd_high = hpd_state == connector_status_connected; in intel_dp_oob_hotplug_event()