Searched refs:hpd_state (Results 1 – 5 of 5) sorted by relevance
104 u32 hpd_state; member576 state = dp->hpd_state; in msm_dp_hpd_plug_handle()643 state = dp->hpd_state; in msm_dp_hpd_unplug_handle()1516 u32 hpd_state; in msm_dp_bridge_atomic_enable() local1535 hpd_state = msm_dp_display->hpd_state; in msm_dp_bridge_atomic_enable()1536 if (hpd_state != ST_DISPLAY_OFF && hpd_state != ST_MAINLINK_READY) { in msm_dp_bridge_atomic_enable()1548 hpd_state = msm_dp_display->hpd_state; in msm_dp_bridge_atomic_enable()1587 u32 hpd_state; in msm_dp_bridge_atomic_post_disable() local1597 hpd_state = msm_dp_display->hpd_state; in msm_dp_bridge_atomic_post_disable()1598 if (hpd_state != ST_DISCONNECT_PENDING && hpd_state != ST_CONNECTED) in msm_dp_bridge_atomic_post_disable()[all …]
86 u8 hpd_state; member143 u8 mode, bool hpd_state, in pmic_glink_altmode_enable_dp() argument150 if (hpd_state) in pmic_glink_altmode_enable_dp()228 alt_port->hpd_state, alt_port->hpd_irq); in pmic_glink_altmode_worker()233 alt_port->hpd_state ? in pmic_glink_altmode_worker()264 u8 hpd_state; in pmic_glink_altmode_sc8180xp_notify() local282 hpd_state = FIELD_GET(SC8180X_HPD_STATE_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()296 alt_port->hpd_state = hpd_state; in pmic_glink_altmode_sc8180xp_notify()311 u8 hpd_state; in pmic_glink_altmode_sc8280xp_notify() local327 hpd_state = FIELD_GET(SC8280XP_HPD_STATE_MASK, notify->payload[8]); in pmic_glink_altmode_sc8280xp_notify()[all …]
1916 __u8 hpd_state) in cec_msg_cdc_hpd_set_state() argument1923 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() argument1933 *hpd_state = msg->msg[5] & 0xf; in cec_ops_cdc_hpd_set_state()1937 __u8 hpd_state, in cec_msg_cdc_hpd_report_state() argument1945 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() argument1954 *hpd_state = msg->msg[5] >> 4; in cec_ops_cdc_hpd_report_state()
462 bool hpd_state; member2565 it6505->hpd_state = it6505_get_sink_hpd_status(it6505); in it6505_irq_hpd()2567 it6505->hpd_state ? "high" : "low"); in it6505_irq_hpd()2569 if (it6505->hpd_state) { in it6505_irq_hpd()2792 if (it6505->hpd_state) { in it6505_int_threaded_handler()2907 status = it6505->hpd_state ? connector_status_connected : in it6505_detect()2912 if (it6505->hpd_state) { in it6505_detect()
6135 enum drm_connector_status hpd_state) in intel_dp_oob_hotplug_event() argument6140 bool hpd_high = hpd_state == connector_status_connected; in intel_dp_oob_hotplug_event()