Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/linux/
H A Ddw_hdmi.h140 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, member
148 enum drm_connector_status (*read_hpd)(void *data); member
/OK3568_Linux_fs/kernel/include/media/
H A Dcec-pin.h44 int (*read_hpd)(struct cec_adapter *adap); member
/OK3568_Linux_fs/kernel/include/drm/bridge/
H A Ddw_hdmi.h150 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
160 enum drm_connector_status (*read_hpd)(struct dw_hdmi_qp *hdmi, member
/OK3568_Linux_fs/kernel/drivers/media/cec/core/
H A Dcec-api.c609 if (adap->pin && adap->pin->ops->read_hpd) { in cec_open()
610 err = adap->pin->ops->read_hpd(adap); in cec_open()
/OK3568_Linux_fs/kernel/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c175 .read_hpd = cec_gpio_read_hpd,
/OK3568_Linux_fs/u-boot/drivers/video/drm/
H A Drockchip_dw_hdmi.c581 .read_hpd = inno_dw_hdmi_phy_read_hpd,
H A Drockchip_dw_hdmi_qp.c1286 .read_hpd = dw_hdmi_rk3588_read_hpd,
H A Ddw_hdmi.c1001 .read_hpd = dw_hdmi_phy_read_hpd,
2186 return hdmi->phy.ops->read_hpd(hdmi, state); in dw_hdmi_detect_hotplug()
H A Ddw_hdmi_qp.c1116 ret = hdmi->phy.ops->read_hpd(hdmi->rk_hdmi); in dw_hdmi_detect_hotplug()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c388 .read_hpd = &dw_hdmi_phy_read_hpd,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c3199 .read_hpd = dw_hdmi_phy_read_hpd,
3242 .read_hpd = dw_hdmi_rk3328_read_hpd,
3256 .read_hpd = dw_hdmi_rk3528_read_hpd,
3348 .read_hpd = dw_hdmi_rk3588_read_hpd,
/OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c2065 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_connector_detect()
2068 result_secondary = secondary->phy.ops->read_hpd(secondary, secondary->phy.data); in dw_hdmi_connector_detect()
2313 hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_attach_properties()
3420 if (hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data) == connector_status_connected && in __dw_hdmi_probe()
H A Ddw-hdmi.c2055 .read_hpd = dw_hdmi_phy_read_hpd,
3001 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_detect()
3502 hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_attach_properties()
5242 if (hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data) == in dw_hdmi_resume()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c582 .read_hpd = dw_hdmi_read_hpd,