Searched refs:hsphy_interface (Results 1 – 2 of 2) sorted by relevance
552 dwc->hsphy_interface && in dwc3_core_ulpi_init()553 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init()625 if (dwc->hsphy_interface && in dwc3_phy_setup()626 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup()629 } else if (dwc->hsphy_interface && in dwc3_phy_setup()630 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup()1314 &dwc->hsphy_interface); in dwc3_get_properties()
1180 const char *hsphy_interface; member