Searched refs:read_hpd (Results 1 – 14 of 14) sorted by relevance
| /OK3568_Linux_fs/u-boot/include/linux/ |
| H A D | dw_hdmi.h | 140 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, member 148 enum drm_connector_status (*read_hpd)(void *data); member
|
| /OK3568_Linux_fs/kernel/include/media/ |
| H A D | cec-pin.h | 44 int (*read_hpd)(struct cec_adapter *adap); member
|
| /OK3568_Linux_fs/kernel/include/drm/bridge/ |
| H A D | dw_hdmi.h | 150 enum drm_connector_status (*read_hpd)(struct dw_hdmi *hdmi, void *data); member 160 enum drm_connector_status (*read_hpd)(struct dw_hdmi_qp *hdmi, member
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/core/ |
| H A D | cec-api.c | 609 if (adap->pin && adap->pin->ops->read_hpd) { in cec_open() 610 err = adap->pin->ops->read_hpd(adap); in cec_open()
|
| /OK3568_Linux_fs/kernel/drivers/media/cec/platform/cec-gpio/ |
| H A D | cec-gpio.c | 175 .read_hpd = cec_gpio_read_hpd,
|
| /OK3568_Linux_fs/u-boot/drivers/video/drm/ |
| H A D | rockchip_dw_hdmi.c | 581 .read_hpd = inno_dw_hdmi_phy_read_hpd,
|
| H A D | rockchip_dw_hdmi_qp.c | 1286 .read_hpd = dw_hdmi_rk3588_read_hpd,
|
| H A D | dw_hdmi.c | 1001 .read_hpd = dw_hdmi_phy_read_hpd, 2186 return hdmi->phy.ops->read_hpd(hdmi, state); in dw_hdmi_detect_hotplug()
|
| H A D | dw_hdmi_qp.c | 1116 ret = hdmi->phy.ops->read_hpd(hdmi->rk_hdmi); in dw_hdmi_detect_hotplug()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sun4i/ |
| H A D | sun8i_hdmi_phy.c | 388 .read_hpd = &dw_hdmi_phy_read_hpd,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | dw_hdmi-rockchip.c | 3199 .read_hpd = dw_hdmi_phy_read_hpd, 3242 .read_hpd = dw_hdmi_rk3328_read_hpd, 3256 .read_hpd = dw_hdmi_rk3528_read_hpd, 3348 .read_hpd = dw_hdmi_rk3588_read_hpd,
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/synopsys/ |
| H A D | dw-hdmi-qp.c | 2065 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_connector_detect() 2068 result_secondary = secondary->phy.ops->read_hpd(secondary, secondary->phy.data); in dw_hdmi_connector_detect() 2313 hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_attach_properties() 3420 if (hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data) == connector_status_connected && in __dw_hdmi_probe()
|
| H A D | dw-hdmi.c | 2055 .read_hpd = dw_hdmi_phy_read_hpd, 3001 result = hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_detect() 3502 hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data); in dw_hdmi_attach_properties() 5242 if (hdmi->phy.ops->read_hpd(hdmi, hdmi->phy.data) == in dw_hdmi_resume()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/meson/ |
| H A D | meson_dw_hdmi.c | 582 .read_hpd = dw_hdmi_read_hpd,
|