Searched refs:hpd_event (Results 1 – 3 of 3) sorted by relevance
56 void (*hpd_event)(bool hpd, struct device *dev); member93 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() local159 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()
2182 int hpd_event, hpd_status; in cdns_mhdp_detect_hpd() local2186 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()
1384 bool hpd_event; in ti_sn_bridge_interrupt() local1392 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()