Searched full:hsphy_interface (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.c | 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()
|
H A D | core.h | 1070 * @hsphy_interface: "utmi" or "ulpi" 1308 const char *hsphy_interface; member
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | snps,dwc3.yaml | 286 snps,hsphy_interface:
|