Searched refs:read_hpd (Results 1 – 9 of 9) sorted by relevance
/linux/include/media/ |
H A D | cec-pin.h | 44 int (*read_hpd)(struct cec_adapter *adap); member
|
/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx8mp-hdmi-tx.c | 71 .read_hpd = dw_hdmi_phy_read_hpd,
|
/linux/include/drm/bridge/ |
H A D | dw_hdmi.h | 120 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi-rockchip.c | 446 .read_hpd = dw_hdmi_phy_read_hpd, 482 .read_hpd = dw_hdmi_rk3328_read_hpd,
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 223 .read_hpd = dw_hdmi_phy_read_hpd, 397 .read_hpd = dw_hdmi_phy_read_hpd,
|
/linux/drivers/media/cec/platform/cec-gpio/ |
H A D | cec-gpio.c | 169 .read_hpd = cec_gpio_read_hpd,
|
/linux/drivers/media/cec/core/ |
H A D | cec-api.c | 598 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 D | meson_dw_hdmi.c | 501 .read_hpd = dw_hdmi_read_hpd,
|
/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1733 .read_hpd = dw_hdmi_phy_read_hpd, 2448 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_detect()
|