Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3918 static const struct dw_hdmi_phy_data dw_hdmi_phys[] = { variable
3983 for (i = 0; i < ARRAY_SIZE(dw_hdmi_phys); ++i) { in dw_hdmi_detect_phy()
3984 if (dw_hdmi_phys[i].type == phy_type) { in dw_hdmi_detect_phy()
3986 hdmi->phy.name = dw_hdmi_phys[i].name; in dw_hdmi_detect_phy()
3987 hdmi->phy.data = (void *)&dw_hdmi_phys[i]; in dw_hdmi_detect_phy()
3989 if (!dw_hdmi_phys[i].configure && !hdmi->plat_data->configure_phy) { in dw_hdmi_detect_phy()

Completed in 6 milliseconds