Searched refs:hpd_event (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/mediatek/ |
H A D | mtk_cec.c | 54 void (*hpd_event)(bool hpd, struct device *dev); member 91 void (*hpd_event)(bool hpd, struct device *dev), in mtk_cec_set_hpd_event() 99 cec->hpd_event = hpd_event; in mtk_cec_set_hpd_event() 150 void (*hpd_event)(bool hpd, struct device *dev); in mtk_cec_hpd_event() 155 hpd_event = cec->hpd_event; in mtk_cec_hpd_event() 159 if (hpd_event) in mtk_cec_hpd_event() 160 hpd_event(hpd, hdmi_dev); in mtk_cec_hpd_event()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/mediatek/ |
H A D | mtk_cec.c | 57 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() 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 2153 int hpd_event, hpd_status; in cdns_mhdp_detect_hpd() local 2157 hpd_event = cdns_mhdp_read_hpd_event(mhdp); in cdns_mhdp_detect_hpd() 2160 if (hpd_event < 0) { in cdns_mhdp_detect_hpd() 2162 __func__, hpd_event); in cdns_mhdp_detect_hpd() 2173 if (hpd_event & DPTX_READ_EVENT_HPD_PULSE) in cdns_mhdp_detect_hpd()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/cadence/ |
H A D | cdns-mhdp8546-core.c | 2249 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()
|
Completed in 10 milliseconds