Searched refs:hsphy_interface (Results 1 – 2 of 2) sorted by relevance
522 dwc->hsphy_interface && in dwc3_core_ulpi_init()523 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init()595 if (dwc->hsphy_interface && in dwc3_phy_setup()596 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup()599 } else if (dwc->hsphy_interface && in dwc3_phy_setup()600 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup()1116 &dwc->hsphy_interface); in dwc3_get_properties()
993 const char *hsphy_interface; member