Home
last modified time | relevance | path

Searched refs:of_usb_get_phy_mode (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/usb/phy/
H A Dof.c28 enum usb_phy_interface of_usb_get_phy_mode(struct device_node *np) in of_usb_get_phy_mode() function
43 EXPORT_SYMBOL_GPL(of_usb_get_phy_mode);
H A Dphy-tegra-usb.c1129 phy_type = of_usb_get_phy_mode(np); in tegra_usb_phy_probe()
/OK3568_Linux_fs/kernel/include/linux/usb/
H A Dof.h63 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
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dehci-mv.c85 if (of_usb_get_phy_mode(dev->of_node) == USBPHY_INTERFACE_MODE_HSIC) { in mv_ehci_reset()
212 if (of_usb_get_phy_mode(pdev->dev.of_node) == USBPHY_INTERFACE_MODE_HSIC) { in mv_ehci_probe()
H A Dehci-platform.c416 if (of_usb_get_phy_mode(dev->dev.of_node) == USBPHY_INTERFACE_MODE_HSIC) in ehci_platform_probe()
/OK3568_Linux_fs/kernel/drivers/usb/chipidea/
H A Dci_hdrc_imx.c170 if (of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI) in usbmisc_get_init_data()
349 if ((of_usb_get_phy_mode(dev->of_node) == USBPHY_INTERFACE_MODE_HSIC) in ci_hdrc_imx_probe()
446 of_usb_get_phy_mode(np) == USBPHY_INTERFACE_MODE_ULPI) { in ci_hdrc_imx_probe()
H A Dcore.c664 platdata->phy_mode = of_usb_get_phy_mode(dev->of_node); in ci_get_platdata()
/OK3568_Linux_fs/kernel/drivers/phy/allwinner/
H A Dphy-sun9i-usb.c126 phy->type = of_usb_get_phy_mode(np); in sun9i_usb_phy_probe()
/OK3568_Linux_fs/kernel/android/
H A Dabi_gki_aarch64_imx663 of_usb_get_phy_mode
H A Dabi_gki_aarch64_qcom1655 of_usb_get_phy_mode
H A Dabi_gki_aarch64_galaxy2870 of_usb_get_phy_mode
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c1339 dwc->hsphy_mode = of_usb_get_phy_mode(dev->of_node); in dwc3_get_properties()