Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/qcom/
H A Dpmic_glink_altmode.c85 u8 hpd_state; member
144 u8 mode, bool hpd_state, in pmic_glink_altmode_enable_dp() argument
151 if (hpd_state) in pmic_glink_altmode_enable_dp()
229 alt_port->hpd_state, alt_port->hpd_irq); in pmic_glink_altmode_worker()
233 if (alt_port->hpd_state) in pmic_glink_altmode_worker()
265 u8 hpd_state; in pmic_glink_altmode_sc8180xp_notify() local
283 hpd_state = FIELD_GET(SC8180X_HPD_STATE_MASK, notification); in pmic_glink_altmode_sc8180xp_notify()
297 alt_port->hpd_state = hpd_state; in pmic_glink_altmode_sc8180xp_notify()
312 u8 hpd_state; in pmic_glink_altmode_sc8280xp_notify() local
328 hpd_state = FIELD_GET(SC8280XP_HPD_STATE_MASK, notify->payload[8]); in pmic_glink_altmode_sc8280xp_notify()
[all …]
/openbmc/linux/drivers/gpu/drm/msm/dp/
H A Ddp_display.c112 u32 hpd_state; member
574 dp->hpd_state, sink_request); in dp_display_usbpd_attention_cb()
593 state = dp->hpd_state; in dp_hpd_plug_handle()
616 dp->hpd_state = ST_DISCONNECTED; in dp_hpd_plug_handle()
651 state = dp->hpd_state; in dp_hpd_unplug_handle()
709 state = dp->hpd_state; in dp_irq_hpd_handle()
1409 dp->hpd_state = ST_SUSPENDED; in dp_pm_suspend()
1618 state = dp_display->hpd_state; in dp_bridge_atomic_enable()
1631 state = dp_display->hpd_state; in dp_bridge_atomic_enable()
1680 state = dp_display->hpd_state; in dp_bridge_atomic_post_disable()
[all …]
/openbmc/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()
/openbmc/linux/drivers/gpu/drm/bridge/
H A Dite-it6505.c437 bool hpd_state; member
2337 it6505->hpd_state = it6505_get_sink_hpd_status(it6505); in it6505_irq_hpd()
2339 it6505->hpd_state ? "high" : "low"); in it6505_irq_hpd()
2341 if (it6505->hpd_state) { in it6505_irq_hpd()
2541 if (it6505->hpd_state) { in it6505_int_threaded_handler()
2651 status = it6505->hpd_state ? connector_status_connected : in it6505_detect()
2656 if (it6505->hpd_state) { in it6505_detect()