Home
last modified time | relevance | path

Searched refs:read_hpd (Results 1 – 5 of 5) sorted by relevance

/rk3399_rockchip-uboot/include/linux/
H A Ddw_hdmi.h142 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, member
150 enum drm_connector_status (*read_hpd)(void *data); member
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_dw_hdmi_qp.c149 enum drm_connector_status (*read_hpd)(struct rockchip_hdmi *hdmi); member
1567 return hdmi->ops->read_hpd(hdmi); in rockchip_hdmi_qp_read_hpd()
1581 .read_hpd = rockchip_hdmi_qp_read_hpd,
1601 .read_hpd = rk3576_read_hpd,
1615 .read_hpd = rk3588_read_hpd,
H A Ddw_hdmi_qp.c342 if (!hdmi->phy.ops->read_hpd(hdmi->rk_hdmi)) { in dw_hdmi_i2c_read()
442 if (!hdmi->phy.ops->read_hpd(hdmi->rk_hdmi)) { in dw_hdmi_i2c_write()
1203 ret = hdmi->phy.ops->read_hpd(hdmi->rk_hdmi); in dw_hdmi_detect_hotplug()
H A Drockchip_dw_hdmi.c581 .read_hpd = inno_dw_hdmi_phy_read_hpd,
H A Ddw_hdmi.c1003 .read_hpd = dw_hdmi_phy_read_hpd,
2192 ret = hdmi->phy.ops->read_hpd(hdmi, state); in dw_hdmi_detect_hotplug()