Searched full:hsphy_interface (Results 1 – 2 of 2) sorted by relevance
655 dwc->hsphy_interface && in dwc3_core_ulpi_init()656 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init()718 if (dwc->hsphy_interface && in dwc3_hs_phy_setup()719 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_hs_phy_setup()722 } else if (dwc->hsphy_interface && in dwc3_hs_phy_setup()723 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_hs_phy_setup()1823 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties()1824 &dwc->hsphy_interface); in dwc3_get_properties()
1086 * @hsphy_interface: "utmi" or "ulpi"1334 const char *hsphy_interface; member