Searched full:hsphy_interface (Results 1 – 3 of 3) sorted by relevance
/linux-6.14.4/drivers/usb/dwc3/ |
D | core.c | 655 dwc->hsphy_interface && in dwc3_core_ulpi_init() 656 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init() 718 if (dwc->hsphy_interface && in dwc3_hs_phy_setup() 719 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_hs_phy_setup() 722 } else if (dwc->hsphy_interface && in dwc3_hs_phy_setup() 723 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_hs_phy_setup() 1823 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties() 1824 &dwc->hsphy_interface); in dwc3_get_properties()
|
D | core.h | 1086 * @hsphy_interface: "utmi" or "ulpi" 1334 const char *hsphy_interface; member
|
/linux-6.14.4/Documentation/devicetree/bindings/usb/ |
D | snps,dwc3-common.yaml | 229 snps,hsphy_interface:
|