Lines Matching refs:hpd
55 bool hpd; member
56 void (*hpd_event)(bool hpd, struct device *dev);
93 void (*hpd_event)(bool hpd, struct device *dev), in mtk_cec_set_hpd_event() argument
152 static void mtk_cec_hpd_event(struct mtk_cec *cec, bool hpd) in mtk_cec_hpd_event() argument
154 void (*hpd_event)(bool hpd, struct device *dev); in mtk_cec_hpd_event()
164 hpd_event(hpd, hdmi_dev); in mtk_cec_hpd_event()
171 bool hpd; in mtk_cec_htplg_isr_thread() local
174 hpd = mtk_cec_hpd_high(dev); in mtk_cec_htplg_isr_thread()
176 if (cec->hpd != hpd) { in mtk_cec_htplg_isr_thread()
178 cec->hpd, hpd); in mtk_cec_htplg_isr_thread()
179 cec->hpd = hpd; in mtk_cec_htplg_isr_thread()
180 mtk_cec_hpd_event(cec, hpd); in mtk_cec_htplg_isr_thread()