Searched refs:hsphy_interface (Results 1 – 2 of 2) sorted by relevance
660 dwc->hsphy_interface && in dwc3_core_ulpi_init()661 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init()723 if (dwc->hsphy_interface && in dwc3_hs_phy_setup()724 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_hs_phy_setup()727 } else if (dwc->hsphy_interface && in dwc3_hs_phy_setup()728 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_hs_phy_setup()1846 &dwc->hsphy_interface); in dwc3_get_properties()
1354 const char *hsphy_interface; member