Searched full:hsphy_interface (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/drivers/usb/dwc3/ |
| D | core.c | 608 dwc->hsphy_interface && in dwc3_core_ulpi_init() 609 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init() 692 if (dwc->hsphy_interface && in dwc3_phy_setup() 693 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup() 696 } else if (dwc->hsphy_interface && in dwc3_phy_setup() 697 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup() 1545 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties() 1546 &dwc->hsphy_interface); in dwc3_get_properties()
|
| D | core.h | 1054 * @hsphy_interface: "utmi" or "ulpi" 1283 const char *hsphy_interface; member
|
| /Linux-v6.6/Documentation/devicetree/bindings/usb/ |
| D | snps,dwc3.yaml | 286 snps,hsphy_interface:
|