Searched refs:read_hpd (Results 1 – 8 of 8) sorted by relevance
44 int (*read_hpd)(struct cec_adapter *adap); member
120 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
397 .read_hpd = dw_hdmi_phy_read_hpd,434 .read_hpd = dw_hdmi_rk3328_read_hpd,
609 if (adap->pin && adap->pin->ops->read_hpd) { in cec_open()610 err = adap->pin->ops->read_hpd(adap); in cec_open()
175 .read_hpd = cec_gpio_read_hpd,
388 .read_hpd = &dw_hdmi_phy_read_hpd,
582 .read_hpd = dw_hdmi_read_hpd,
1607 .read_hpd = dw_hdmi_phy_read_hpd,2331 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_detect()
Completed in 24 milliseconds