Searched refs:read_hpd (Results 1 – 6 of 6) sorted by relevance
44 int (*read_hpd)(struct cec_adapter *adap); member
18 enum drm_connector_status (*read_hpd)(struct dw_hdmi_qp *hdmi, void *data); member
223 .read_hpd = dw_hdmi_phy_read_hpd,397 .read_hpd = dw_hdmi_phy_read_hpd,
214 .read_hpd = dw_hdmi_qp_rk3588_read_hpd,245 .read_hpd = dw_hdmi_qp_rk3576_read_hpd,
598 if (adap->pin && adap->pin->ops->read_hpd && in cec_open()600 err = adap->pin->ops->read_hpd(adap); in cec_open()
924 return hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_qp_bridge_detect()1299 !plat_data->phy_ops->disable || !plat_data->phy_ops->read_hpd) { in dw_hdmi_qp_bind()