Home
last modified time | relevance | path

Searched full:hsphy_interface (Results 1 – 7 of 7) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
Dcore.c597 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()
Dcore.h1008 * @hsphy_interface: "utmi" or "ulpi"
1216 const char *hsphy_interface; member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
Dcore.c632 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()
Dcore.h1070 * @hsphy_interface: "utmi" or "ulpi"
1308 const char *hsphy_interface; member
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/
Ddwc3.txt87 - snps,hsphy_interface: High-Speed PHY interface selection between "utmi" for
/kernel/linux/linux-6.6/Documentation/devicetree/bindings/usb/
Dsnps,dwc3.yaml286 snps,hsphy_interface:
/kernel/linux/patches/linux-5.10/hispark_taurus_patch/
Dhispark_taurus.patch54606 const char *hsphy_interface;