Home
last modified time | relevance | path

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

/linux/include/media/
H A Dcec-pin.h44 int (*read_hpd)(struct cec_adapter *adap); member
/linux/drivers/gpu/drm/bridge/imx/
H A Dimx8mp-hdmi-tx.c71 .read_hpd = dw_hdmi_phy_read_hpd,
/linux/include/drm/bridge/
H A Ddw_hdmi.h120 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
/linux/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c446 .read_hpd = dw_hdmi_phy_read_hpd,
482 .read_hpd = dw_hdmi_rk3328_read_hpd,
/linux/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c223 .read_hpd = dw_hdmi_phy_read_hpd,
397 .read_hpd = dw_hdmi_phy_read_hpd,
/linux/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c169 .read_hpd = cec_gpio_read_hpd,
/linux/drivers/media/cec/core/
H A Dcec-api.c598 if (adap->pin && adap->pin->ops->read_hpd && in cec_open()
600 err = adap->pin->ops->read_hpd(adap); in cec_open()
/linux/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c501 .read_hpd = dw_hdmi_read_hpd,
/linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1733 .read_hpd = dw_hdmi_phy_read_hpd,
2448 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_detect()