Home
last modified time | relevance | path

Searched refs:hsphy_interface (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/dwc3/
H A Dcore.c576 dwc->hsphy_interface && in dwc3_core_ulpi_init()
577 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init()
660 if (dwc->hsphy_interface && in dwc3_phy_setup()
661 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup()
664 } else if (dwc->hsphy_interface && in dwc3_phy_setup()
665 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup()
1372 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties()
1373 &dwc->hsphy_interface); in dwc3_get_properties()
H A Dcore.h1008 * @hsphy_interface: "utmi" or "ulpi"
1216 const char *hsphy_interface; member
/kernel/linux/linux-6.6/drivers/usb/dwc3/
H A Dcore.c571 dwc->hsphy_interface && in dwc3_core_ulpi_init()
572 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init()
655 if (dwc->hsphy_interface && in dwc3_phy_setup()
656 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup()
659 } else if (dwc->hsphy_interface && in dwc3_phy_setup()
660 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup()
1590 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties()
1591 &dwc->hsphy_interface); in dwc3_get_properties()
H A Dcore.h1063 * @hsphy_interface: "utmi" or "ulpi"
1296 const char *hsphy_interface; member

Completed in 12 milliseconds