Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/mediatek/
H A Dmtk_cec.c57 void (*hpd_event)(bool hpd, struct device *dev); member
94 void (*hpd_event)(bool hpd, struct device *dev), in mtk_cec_set_hpd_event()
102 cec->hpd_event = hpd_event; in mtk_cec_set_hpd_event()
153 void (*hpd_event)(bool hpd, struct device *dev); in mtk_cec_hpd_event() local
158 hpd_event = cec->hpd_event; in mtk_cec_hpd_event()
162 if (hpd_event) in mtk_cec_hpd_event()
163 hpd_event(hpd, hdmi_dev); in mtk_cec_hpd_event()
/linux/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c2249 int hpd_event, hpd_status; in cdns_mhdp_detect_hpd() local
2253 hpd_event = cdns_mhdp_read_hpd_event(mhdp); in cdns_mhdp_detect_hpd()
2256 if (hpd_event < 0) { in cdns_mhdp_detect_hpd()
2258 __func__, hpd_event); in cdns_mhdp_detect_hpd()
2269 if (hpd_event & DPTX_READ_EVENT_HPD_PULSE) in cdns_mhdp_detect_hpd()