Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_cec.c56 void (*hpd_event)(bool hpd, struct device *dev); member
93 void (*hpd_event)(bool hpd, struct device *dev), in mtk_cec_set_hpd_event()
101 cec->hpd_event = hpd_event; in mtk_cec_set_hpd_event()
154 void (*hpd_event)(bool hpd, struct device *dev); in mtk_cec_hpd_event() local
159 hpd_event = cec->hpd_event; in mtk_cec_hpd_event()
163 if (hpd_event) in mtk_cec_hpd_event()
164 hpd_event(hpd, hdmi_dev); in mtk_cec_hpd_event()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c2182 int hpd_event, hpd_status; in cdns_mhdp_detect_hpd() local
2186 hpd_event = cdns_mhdp_read_hpd_event(mhdp); in cdns_mhdp_detect_hpd()
2189 if (hpd_event < 0) { in cdns_mhdp_detect_hpd()
2191 __func__, hpd_event); in cdns_mhdp_detect_hpd()
2202 if (hpd_event & DPTX_READ_EVENT_HPD_PULSE) in cdns_mhdp_detect_hpd()
/linux/drivers/gpu/drm/bridge/
H A Dti-sn65dsi86.c1384 bool hpd_event; in ti_sn_bridge_interrupt() local
1392 hpd_event = status & (HPD_REMOVAL_STATUS | HPD_INSERTION_STATUS); in ti_sn_bridge_interrupt()
1406 if (pdata->hpd_enabled && hpd_event) in ti_sn_bridge_interrupt()