Home
last modified time | relevance | path

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

/drivers/gpu/drm/msm/dp/
A Ddp_display.c103 u32 hpd_state; member
593 state = dp->hpd_state; in msm_dp_hpd_plug_handle()
660 state = dp->hpd_state; in msm_dp_hpd_unplug_handle()
1590 u32 hpd_state; in msm_dp_bridge_atomic_enable() local
1609 hpd_state = msm_dp_display->hpd_state; in msm_dp_bridge_atomic_enable()
1610 if (hpd_state != ST_DISPLAY_OFF && hpd_state != ST_MAINLINK_READY) { in msm_dp_bridge_atomic_enable()
1622 hpd_state = msm_dp_display->hpd_state; in msm_dp_bridge_atomic_enable()
1661 u32 hpd_state; in msm_dp_bridge_atomic_post_disable() local
1671 hpd_state = msm_dp_display->hpd_state; in msm_dp_bridge_atomic_post_disable()
1672 if (hpd_state != ST_DISCONNECT_PENDING && hpd_state != ST_CONNECTED) in msm_dp_bridge_atomic_post_disable()
[all …]
/drivers/soc/qcom/
A Dpmic_glink_altmode.c86 u8 hpd_state; member
143 u8 mode, bool hpd_state, in pmic_glink_altmode_enable_dp() argument
150 if (hpd_state) in pmic_glink_altmode_enable_dp()
231 alt_port->hpd_state, in pmic_glink_altmode_worker()
235 if (alt_port->hpd_state) in pmic_glink_altmode_worker()
272 u8 hpd_state; in pmic_glink_altmode_sc8180xp_notify() local
290 hpd_state = FIELD_GET(SC8180X_HPD_STATE_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
304 alt_port->hpd_state = hpd_state; in pmic_glink_altmode_sc8180xp_notify()
319 u8 hpd_state; in pmic_glink_altmode_sc8280xp_notify() local
335 hpd_state = FIELD_GET(SC8280XP_HPD_STATE_MASK, notify->payload[8]); in pmic_glink_altmode_sc8280xp_notify()
[all …]
/drivers/usb/typec/ucsi/
A Ducsi_huawei_gaokun.c90 u8 hpd_state; member
225 port->hpd_state = FIELD_GET(GAOKUN_HPD_STATE_MASK, ddi); in gaokun_ucsi_port_update()
302 port->hpd_state ? in gaokun_ucsi_handle_altmode()
/drivers/gpu/drm/bridge/
A Dite-it6505.c462 bool hpd_state; member
2531 it6505->hpd_state = it6505_get_sink_hpd_status(it6505); in it6505_irq_hpd()
2533 it6505->hpd_state ? "high" : "low"); in it6505_irq_hpd()
2535 if (it6505->hpd_state) { in it6505_irq_hpd()
2757 if (it6505->hpd_state) { in it6505_int_threaded_handler()
2872 status = it6505->hpd_state ? connector_status_connected : in it6505_detect()
2877 if (it6505->hpd_state) { in it6505_detect()
/drivers/gpu/drm/i915/display/
A Dintel_dp.c6276 enum drm_connector_status hpd_state) in intel_dp_oob_hotplug_event() argument
6281 bool hpd_high = hpd_state == connector_status_connected; in intel_dp_oob_hotplug_event()

Completed in 38 milliseconds