Home
last modified time | relevance | path

Searched refs:read_hpd (Results 1 - 16 of 16) sorted by relevance

/kernel/linux/linux-5.10/include/media/
H A Dcec-pin.h26 * @read_hpd: optional. Read the HPD pin. Returns > 0 if high, 0 if low or
44 int (*read_hpd)(struct cec_adapter *adap); member
/kernel/linux/linux-6.6/include/media/
H A Dcec-pin.h26 * @read_hpd: optional. Read the HPD pin. Returns > 0 if high, 0 if low or
44 int (*read_hpd)(struct cec_adapter *adap); member
/kernel/linux/linux-5.10/include/drm/bridge/
H A Ddw_hdmi.h120 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
/kernel/linux/linux-6.6/include/drm/bridge/
H A Ddw_hdmi.h120 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
/kernel/linux/linux-5.10/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c397 .read_hpd = dw_hdmi_phy_read_hpd,
434 .read_hpd = dw_hdmi_rk3328_read_hpd,
/kernel/linux/linux-5.10/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()
/kernel/linux/linux-6.6/drivers/gpu/drm/rockchip/
H A Ddw_hdmi-rockchip.c443 .read_hpd = dw_hdmi_phy_read_hpd,
480 .read_hpd = dw_hdmi_rk3328_read_hpd,
/kernel/linux/linux-6.6/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,
/kernel/linux/linux-6.6/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()
/kernel/linux/linux-5.10/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c175 .read_hpd = cec_gpio_read_hpd,
/kernel/linux/linux-6.6/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c169 .read_hpd = cec_gpio_read_hpd,
/kernel/linux/linux-5.10/drivers/gpu/drm/sun4i/
H A Dsun8i_hdmi_phy.c388 .read_hpd = &dw_hdmi_phy_read_hpd,
/kernel/linux/linux-6.6/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c529 .read_hpd = dw_hdmi_read_hpd,
/kernel/linux/linux-5.10/drivers/gpu/drm/meson/
H A Dmeson_dw_hdmi.c582 .read_hpd = dw_hdmi_read_hpd,
/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1614 .read_hpd = dw_hdmi_phy_read_hpd,
2338 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_detect()
2342 dev_dbg(hdmi->dev, "read_hpd result: %d", result); in dw_hdmi_detect()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1736 .read_hpd = dw_hdmi_phy_read_hpd,
2451 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_detect()

Completed in 20 milliseconds