Searched refs:hsphy_interface (Results 1 – 2 of 2) sorted by relevance
632 dwc->hsphy_interface &&633 !strncmp(dwc->hsphy_interface, "ulpi", 4)))696 if (dwc->hsphy_interface && in dwc3_phy_setup() 697 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup() 700 } else if (dwc->hsphy_interface && in dwc3_phy_setup() 701 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup() 1644 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties() 1645 &dwc->hsphy_interface); in dwc3_get_properties()
1070 * @hsphy_interface: "utmi" or "ulpi"1308 const char *hsphy_interface; member