Home
last modified time | relevance | path

Searched refs:hsphy_interface (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.15/drivers/usb/dwc3/
Dcore.c571 dwc->hsphy_interface && in dwc3_core_ulpi_init()
572 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init()
655 if (dwc->hsphy_interface && in dwc3_phy_setup()
656 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup()
659 } else if (dwc->hsphy_interface && in dwc3_phy_setup()
660 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup()
1389 &dwc->hsphy_interface); in dwc3_get_properties()
Dcore.h1246 const char *hsphy_interface; member