Searched full:hsphy_interface (Results 1 – 3 of 3) sorted by relevance
/linux-6.12.1/drivers/usb/dwc3/ |
D | core.c | 642 dwc->hsphy_interface && in dwc3_core_ulpi_init() 643 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init() 714 if (dwc->hsphy_interface && in dwc3_hs_phy_setup() 715 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_hs_phy_setup() 718 } else if (dwc->hsphy_interface && in dwc3_hs_phy_setup() 719 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_hs_phy_setup() 1793 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties() 1794 &dwc->hsphy_interface); in dwc3_get_properties()
|
D | core.h | 1085 * @hsphy_interface: "utmi" or "ulpi" 1333 const char *hsphy_interface; member
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3.yaml | 287 snps,hsphy_interface:
|