Searched refs:needs_hpd (Results 1 – 5 of 5) sorted by relevance
185 bool needs_hpd = of_property_read_bool(pdev->dev.of_node, "needs-hpd"); in s5p_cec_probe() local232 CEC_CAP_DEFAULTS | (needs_hpd ? CEC_CAP_NEEDS_HPD : 0), 1); in s5p_cec_probe()
195 (adap->needs_hpd || msg.msg[0] != 0xf0)) in cec_transmit()558 !adap->needs_hpd && in cec_open()624 !adap->needs_hpd && adap->phys_addr == CEC_PHYS_ADDR_INVALID) { in cec_release()
444 (adap->needs_hpd && in cec_thread_func()461 if ((adap->needs_hpd && in cec_thread_func()788 if (adap->needs_hpd || msg->msg[0] != 0xf0) { in cec_transmit_msg_fh()1257 if (!adap->needs_hpd || in cec_adap_unconfigure()1501 if (adap->needs_hpd || list_empty(&adap->devnode.fhs)) in __cec_s_phys_addr()1509 if ((adap->needs_hpd || list_empty(&adap->devnode.fhs)) && in __cec_s_phys_addr()1517 if (adap->needs_hpd || list_empty(&adap->devnode.fhs)) in __cec_s_phys_addr()
273 adap->needs_hpd = caps & CEC_CAP_NEEDS_HPD; in cec_allocate_adapter()
173 bool needs_hpd; member