Home
last modified time | relevance | path

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

/linux-5.19.10/include/media/
Dcec-pin.h44 int (*read_hpd)(struct cec_adapter *adap); member
/linux-5.19.10/include/drm/bridge/
Ddw_hdmi.h120 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
/linux-5.19.10/drivers/gpu/drm/rockchip/
Ddw_hdmi-rockchip.c418 .read_hpd = dw_hdmi_phy_read_hpd,
455 .read_hpd = dw_hdmi_rk3328_read_hpd,
/linux-5.19.10/drivers/media/cec/platform/cec-gpio/
Dcec-gpio.c175 .read_hpd = cec_gpio_read_hpd,
/linux-5.19.10/drivers/media/cec/core/
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-5.19.10/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c388 .read_hpd = &dw_hdmi_phy_read_hpd,
/linux-5.19.10/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c529 .read_hpd = dw_hdmi_read_hpd,
/linux-5.19.10/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1749 .read_hpd = dw_hdmi_phy_read_hpd,
2464 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_detect()