Home
last modified time | relevance | path

Searched refs:usb3_phy (Results 1 – 11 of 11) sorted by relevance

/linux-4.4.14/drivers/usb/dwc3/
Ddwc3-exynos.c33 struct platform_device *usb3_phy; member
70 exynos->usb3_phy = pdev; in dwc3_exynos_register_phys()
73 ret = platform_device_add_data(exynos->usb3_phy, &pdata, sizeof(pdata)); in dwc3_exynos_register_phys()
81 ret = platform_device_add(exynos->usb3_phy); in dwc3_exynos_register_phys()
91 platform_device_put(exynos->usb3_phy); in dwc3_exynos_register_phys()
217 platform_device_unregister(exynos->usb3_phy); in dwc3_exynos_remove()
Dcore.c88 usb_phy_init(dwc->usb3_phy); in dwc3_core_soft_reset()
659 usb_phy_shutdown(dwc->usb3_phy); in dwc3_core_init()
671 usb_phy_shutdown(dwc->usb3_phy); in dwc3_core_exit()
684 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
687 dwc->usb3_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB3); in dwc3_core_get_phy()
702 if (IS_ERR(dwc->usb3_phy)) { in dwc3_core_get_phy()
703 ret = PTR_ERR(dwc->usb3_phy); in dwc3_core_get_phy()
705 dwc->usb3_phy = NULL; in dwc3_core_get_phy()
1021 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_probe()
1064 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_probe()
[all …]
Dcore.h760 struct usb_phy *usb3_phy; member
/linux-4.4.14/arch/arm/boot/dts/
Darmada-385-db-ap.dts177 usb-phy = <&usb3_phy>;
205 usb3_phy: usb3_phy { label
Darmada-385-linksys.dtsi126 usb-phy = <&usb3_phy>;
216 usb3_phy: usb3_phy { label
Dqcom-apq8064-cm-qs600.dts143 usb3_phy: phy@12520000 { label
Dqcom-apq8064-ifc6410.dts203 usb3_phy: phy@12520000 { label
Dqcom-apq8064.dtsi468 usb3_phy: phy@12520000 { label
520 usb-phy = <&usb3_phy>;
Domap5.dtsi883 phys = <&usb2_phy>, <&usb3_phy>;
906 usb3_phy: usb3phy@4a084400 { label
/linux-4.4.14/Documentation/devicetree/bindings/phy/
Dphy-bindings.txt47 phys = <&usb2_phy>, <&usb3_phy>;
/linux-4.4.14/Documentation/devicetree/bindings/usb/
Dexynos-usb.txt115 usb-phy = <&usb2_phy &usb3_phy>;