Searched refs:setup_hpd (Results 1 – 7 of 7) sorted by relevance
/linux/drivers/gpu/drm/bridge/imx/ |
H A D | imx8mp-hdmi-tx.c | 77 .setup_hpd = im8mp_hdmi_phy_setup_hpd,
|
/linux/include/drm/bridge/ |
H A D | dw_hdmi.h | 123 void (*setup_hpd)(struct dw_hdmi *hdmi, void *data); member
|
/linux/drivers/gpu/drm/sun4i/ |
H A D | sun8i_hdmi_phy.c | 225 .setup_hpd = dw_hdmi_phy_setup_hpd, 399 .setup_hpd = dw_hdmi_phy_setup_hpd,
|
/linux/drivers/gpu/drm/rockchip/ |
H A D | dw_hdmi_qp-rockchip.c | 201 .setup_hpd = dw_hdmi_qp_rk3588_setup_hpd, 232 .setup_hpd = dw_hdmi_qp_rk3576_setup_hpd,
|
/linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 1030 if (hdmi->phy.ops->setup_hpd) in dw_hdmi_qp_init_hw() 1031 hdmi->phy.ops->setup_hpd(hdmi, hdmi->phy.data); in dw_hdmi_qp_init_hw()
|
H A D | dw-hdmi.c | 1736 .setup_hpd = dw_hdmi_phy_setup_hpd, 3283 if (hdmi->phy.ops->setup_hpd) in dw_hdmi_init_hw() 3284 hdmi->phy.ops->setup_hpd(hdmi, hdmi->phy.data); in dw_hdmi_init_hw()
|
/linux/drivers/gpu/drm/meson/ |
H A D | meson_dw_hdmi.c | 488 .setup_hpd = dw_hdmi_setup_hpd,
|