Searched full:hsphy_interface (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/usb/dwc3/ |
| H A D | core.c | 660 dwc->hsphy_interface && in dwc3_core_ulpi_init() 661 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init() 723 if (dwc->hsphy_interface && in dwc3_hs_phy_setup() 724 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_hs_phy_setup() 727 } else if (dwc->hsphy_interface && in dwc3_hs_phy_setup() 728 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_hs_phy_setup() 1845 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties() 1846 &dwc->hsphy_interface); in dwc3_get_properties()
|
| H A D | core.h | 1099 * @hsphy_interface: "utmi" or "ulpi" 1356 const char *hsphy_interface; member
|
| /linux/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3-common.yaml | 240 snps,hsphy_interface:
|