Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3052 static const struct dw_hdmi_phy_data dw_hdmi_phys[] = { variable
3115 for (i = 0; i < ARRAY_SIZE(dw_hdmi_phys); ++i) { in dw_hdmi_detect_phy()
3116 if (dw_hdmi_phys[i].type == phy_type) { in dw_hdmi_detect_phy()
3118 hdmi->phy.name = dw_hdmi_phys[i].name; in dw_hdmi_detect_phy()
3119 hdmi->phy.data = (void *)&dw_hdmi_phys[i]; in dw_hdmi_detect_phy()
3121 if (!dw_hdmi_phys[i].configure && in dw_hdmi_detect_phy()
/kernel/linux/linux-6.6/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c3145 static const struct dw_hdmi_phy_data dw_hdmi_phys[] = { variable
3208 for (i = 0; i < ARRAY_SIZE(dw_hdmi_phys); ++i) { in dw_hdmi_detect_phy()
3209 if (dw_hdmi_phys[i].type == phy_type) { in dw_hdmi_detect_phy()
3211 hdmi->phy.name = dw_hdmi_phys[i].name; in dw_hdmi_detect_phy()
3212 hdmi->phy.data = (void *)&dw_hdmi_phys[i]; in dw_hdmi_detect_phy()
3214 if (!dw_hdmi_phys[i].configure && in dw_hdmi_detect_phy()

Completed in 8 milliseconds