Searched refs:setup_hpd (Results 1 – 8 of 8) 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/rockchip/ |
H A D | dw_hdmi-rockchip.c | 427 .setup_hpd = dw_hdmi_rk3228_setup_hpd, 463 .setup_hpd = dw_hdmi_rk3328_setup_hpd,
|
H A D | dw_hdmi_qp-rockchip.c | 161 .setup_hpd = dw_hdmi_qp_rk3588_setup_hpd,
|
/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/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 545 if (hdmi->phy.ops->setup_hpd) in dw_hdmi_qp_init_hw() 546 hdmi->phy.ops->setup_hpd(hdmi, hdmi->phy.data); in dw_hdmi_qp_init_hw()
|
H A D | dw-hdmi.c | 1735 .setup_hpd = dw_hdmi_phy_setup_hpd, 3281 if (hdmi->phy.ops->setup_hpd) in dw_hdmi_init_hw() 3282 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,
|