Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/
Dcec-pin.h43 int (*read_hpd)(struct cec_adapter *adap); member
/Linux-v4.19/include/drm/bridge/
Ddw_hdmi.h119 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
/Linux-v4.19/drivers/media/platform/cec-gpio/
Dcec-gpio.c183 .read_hpd = cec_gpio_read_hpd,
/Linux-v4.19/drivers/media/cec/
Dcec-api.c574 if (adap->pin && adap->pin->ops->read_hpd) { in cec_open()
575 err = adap->pin->ops->read_hpd(adap); in cec_open()
/Linux-v4.19/drivers/gpu/drm/sun4i/
Dsun8i_hdmi_phy.c277 .read_hpd = &dw_hdmi_phy_read_hpd,
/Linux-v4.19/drivers/gpu/drm/meson/
Dmeson_dw_hdmi.c498 .read_hpd = dw_hdmi_read_hpd,
/Linux-v4.19/drivers/gpu/drm/bridge/synopsys/
Ddw-hdmi.c1313 .read_hpd = dw_hdmi_phy_read_hpd,
1905 return hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_connector_detect()