| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | phy.h | 224 extern struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, 249 static inline struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function
|
| /OK3568_Linux_fs/kernel/drivers/usb/chipidea/ |
| H A D | ci_hdrc_tegra.c | 66 udc->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_udc_probe()
|
| H A D | ci_hdrc_imx.c | 425 data->phy = devm_usb_get_phy_by_phandle(dev, "fsl,usbphy", 0); in ci_hdrc_imx_probe() 430 data->phy = devm_usb_get_phy_by_phandle(dev, "phys", 0); in ci_hdrc_imx_probe()
|
| H A D | core.c | 1050 ci->usb_phy = devm_usb_get_phy_by_phandle(dev->parent, in ci_hdrc_probe()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_unisoc | 70 devm_usb_get_phy_by_phandle
|
| H A D | abi_gki_aarch64_generic | 413 devm_usb_get_phy_by_phandle
|
| H A D | abi_gki_aarch64_exynos | 387 devm_usb_get_phy_by_phandle
|
| H A D | abi_gki_aarch64_imx | 185 devm_usb_get_phy_by_phandle
|
| H A D | abi_gki_aarch64_qcom | 501 devm_usb_get_phy_by_phandle
|
| H A D | abi_gki_aarch64_galaxy | 1316 devm_usb_get_phy_by_phandle
|
| /OK3568_Linux_fs/kernel/drivers/usb/phy/ |
| H A D | phy.c | 556 struct usb_phy *devm_usb_get_phy_by_phandle(struct device *dev, in devm_usb_get_phy_by_phandle() function 577 EXPORT_SYMBOL_GPL(devm_usb_get_phy_by_phandle);
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-omap.c | 158 phy = devm_usb_get_phy_by_phandle(dev, "phys", i); in ehci_hcd_omap_probe()
|
| H A D | xhci-plat.c | 374 hcd->usb_phy = devm_usb_get_phy_by_phandle(sysdev, "usb-phy", 0); in xhci_plat_probe()
|
| H A D | ehci-tegra.c | 444 u_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "nvidia,phy", 0); in tegra_ehci_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/musb/ |
| H A D | jz4740.c | 113 musb->xceiv = devm_usb_get_phy_by_phandle(dev, "phys", 0); in jz4740_musb_init()
|
| H A D | omap2430.c | 205 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "usb-phy", 0); in omap2430_musb_init()
|
| H A D | musb_dsps.c | 443 musb->xceiv = devm_usb_get_phy_by_phandle(dev->parent, "phys", 0); in dsps_musb_init()
|
| /OK3568_Linux_fs/kernel/drivers/power/supply/ |
| H A D | isp1704_charger.c | 399 isp->phy = devm_usb_get_phy_by_phandle(&pdev->dev, "usb-phy", 0); in isp1704_charger_probe()
|
| H A D | sc2731_charger.c | 496 info->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in sc2731_charger_probe()
|
| H A D | wm831x_power.c | 647 power->usb_phy = devm_usb_get_phy_by_phandle(&pdev->dev, "phys", 0); in wm831x_power_probe()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | core.c | 1194 dwc->usb2_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 0); in dwc3_core_get_phy() 1195 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/udc/ |
| H A D | pxa27x_udc.c | 2387 devm_usb_get_phy_by_phandle(udc->dev, "phys", 0); in pxa_udc_probe()
|