Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/gpu/drm/mediatek/
Dmtk_cec.c55 void (*hpd_event)(bool hpd, struct device *dev); member
92 void (*hpd_event)(bool hpd, struct device *dev), in mtk_cec_set_hpd_event()
100 cec->hpd_event = hpd_event; in mtk_cec_set_hpd_event()
151 void (*hpd_event)(bool hpd, struct device *dev); in mtk_cec_hpd_event() local
156 hpd_event = cec->hpd_event; in mtk_cec_hpd_event()
160 if (hpd_event) in mtk_cec_hpd_event()
161 hpd_event(hpd, hdmi_dev); in mtk_cec_hpd_event()
/Linux-v6.1/drivers/gpu/drm/bridge/cadence/
Dcdns-mhdp8546-core.c2222 int hpd_event, hpd_status; in cdns_mhdp_detect_hpd() local
2226 hpd_event = cdns_mhdp_read_hpd_event(mhdp); in cdns_mhdp_detect_hpd()
2229 if (hpd_event < 0) { in cdns_mhdp_detect_hpd()
2231 __func__, hpd_event); in cdns_mhdp_detect_hpd()
2242 if (hpd_event & DPTX_READ_EVENT_HPD_PULSE) in cdns_mhdp_detect_hpd()