Searched full:hsphy_interface (Results 1 – 7 of 7) sorted by relevance
| /kernel/linux/linux-5.10/drivers/usb/dwc3/ |
| D | core.c | 597 dwc->hsphy_interface && in dwc3_core_ulpi_init() 598 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init() 681 if (dwc->hsphy_interface && in dwc3_phy_setup() 682 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup() 685 } else if (dwc->hsphy_interface && in dwc3_phy_setup() 686 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup() 1393 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties() 1394 &dwc->hsphy_interface); in dwc3_get_properties()
|
| D | core.h | 1008 * @hsphy_interface: "utmi" or "ulpi" 1216 const char *hsphy_interface; member
|
| /kernel/linux/linux-6.6/drivers/usb/dwc3/ |
| D | core.c | 632 dwc->hsphy_interface && in dwc3_core_ulpi_init() 633 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init() 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()
|
| D | core.h | 1070 * @hsphy_interface: "utmi" or "ulpi" 1308 const char *hsphy_interface; member
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | dwc3.txt | 87 - snps,hsphy_interface: High-Speed PHY interface selection between "utmi" for
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/ |
| D | snps,dwc3.yaml | 286 snps,hsphy_interface:
|
| /kernel/linux/patches/linux-5.10/hispark_taurus_patch/ |
| D | hispark_taurus.patch | 54606 const char *hsphy_interface;
|