Searched refs:of_usb_get_phy_mode (Results 1 – 8 of 8) sorted by relevance
28 enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) in of_usb_get_phy_mode() function43 EXPORT_SYMBOL_GPL(of_usb_get_phy_mode);
1129 phy_type = of_usb_get_phy_mode(np); in tegra_usb_phy_probe()
63 enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np);65 static inline enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) in of_usb_get_phy_mode() function
86 if (of_usb_get_phy_mode(dev->of_node) == USBPHY_INTERFACE_MODE_HSIC) { in mv_ehci_reset()213 if (of_usb_get_phy_mode(pdev->dev.of_node) == USBPHY_INTERFACE_MODE_HSIC) { in mv_ehci_probe()
165 if (of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI) in usbmisc_get_init_data()344 if ((of_usb_get_phy_mode(dev->of_node) == USBPHY_INTERFACE_MODE_HSIC) in ci_hdrc_imx_probe()436 of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI) { in ci_hdrc_imx_probe()
655 platdata->phy_mode = of_usb_get_phy_mode(dev->of_node); in ci_get_platdata()
126 phy->type = of_usb_get_phy_mode(np); in sun9i_usb_phy_probe()
1277 dwc->hsphy_mode = of_usb_get_phy_mode(dev->of_node); in dwc3_get_properties()