Searched full:hsphy_interface (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | core.c | 608 dwc->hsphy_interface && in dwc3_core_ulpi_init() 609 !strncmp(dwc->hsphy_interface, "ulpi", 4))) in dwc3_core_ulpi_init() 692 if (dwc->hsphy_interface && in dwc3_phy_setup() 693 !strncmp(dwc->hsphy_interface, "utmi", 4)) { in dwc3_phy_setup() 696 } else if (dwc->hsphy_interface && in dwc3_phy_setup() 697 !strncmp(dwc->hsphy_interface, "ulpi", 4)) { in dwc3_phy_setup() 1426 device_property_read_string(dev, "snps,hsphy_interface", in dwc3_get_properties() 1427 &dwc->hsphy_interface); in dwc3_get_properties()
|
| H A D | core.h | 1051 * @hsphy_interface: "utmi" or "ulpi" 1274 const char *hsphy_interface; member
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | snps,dwc3.yaml | 215 snps,hsphy_interface:
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64.xml | 58699 …<var-decl name='hsphy_interface' type-id='80f4b756' visibility='default' filepath='drivers/usb/dwc…
|