Home
last modified time | relevance | path

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

/linux-6.15/include/drm/bridge/
H A Ddw_hdmi_qp.h18 enum drm_connector_status (*read_hpd)(struct dw_hdmi_qp *hdmi, void *data); member
H A Ddw_hdmi.h120 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
/linux-6.15/include/media/
H A Dcec-pin.h44 int (*read_hpd)(struct cec_adapter *adap); member
/linux-6.15/drivers/gpu/drm/bridge/imx/
H A Dimx8mp-hdmi-tx.c78 .read_hpd = dw_hdmi_phy_read_hpd,
/linux-6.15/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-6.15/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c425 .read_hpd = dw_hdmi_phy_read_hpd,
461 .read_hpd = dw_hdmi_rk3328_read_hpd,
H A Ddw_hdmi_qp-rockchip.c200 .read_hpd = dw_hdmi_qp_rk3588_read_hpd,
231 .read_hpd = dw_hdmi_qp_rk3576_read_hpd,
/linux-6.15/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c170 .read_hpd = cec_gpio_read_hpd,
/linux-6.15/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-6.15/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi-qp.c882 return hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_qp_bridge_detect()
1043 !plat_data->phy_ops->disable || !plat_data->phy_ops->read_hpd) { in dw_hdmi_qp_bind()
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()
/linux-6.15/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c487 .read_hpd = dw_hdmi_read_hpd,