Home
last modified time | relevance | path

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

/linux-6.15/drivers/gpu/drm/msm/dp/
H A Ddp_display.c104 u32 hpd_state; member
576 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() local
1535 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() local
1597 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 …]
/linux-6.15/drivers/soc/qcom/
H 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()
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() local
282 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() local
327 hpd_state = FIELD_GET(SC8280XP_HPD_STATE_MASK, notify->payload[8]); in pmic_glink_altmode_sc8280xp_notify()
[all …]
/linux-6.15/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-6.15/drivers/gpu/drm/bridge/
H A Dite-it6505.c462 bool hpd_state; member
2565 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()
/linux-6.15/drivers/gpu/drm/i915/display/
H A Dintel_dp.c6135 enum drm_connector_status hpd_state) in intel_dp_oob_hotplug_event() argument
6140 bool hpd_high = hpd_state == connector_status_connected; in intel_dp_oob_hotplug_event()