Searched refs:usb3_phy (Results 1 – 7 of 7) sorted by relevance
33 struct platform_device *usb3_phy; member70 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()
87 usb_phy_init(dwc->usb3_phy); in dwc3_core_soft_reset()581 usb_phy_shutdown(dwc->usb3_phy); in dwc3_core_init()593 usb_phy_shutdown(dwc->usb3_phy); in dwc3_core_exit()606 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()609 dwc->usb3_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB3); in dwc3_core_get_phy()624 if (IS_ERR(dwc->usb3_phy)) { in dwc3_core_get_phy()625 ret = PTR_ERR(dwc->usb3_phy); in dwc3_core_get_phy()627 dwc->usb3_phy = NULL; in dwc3_core_get_phy()925 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_probe()968 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_probe()[all …]
740 struct usb_phy *usb3_phy; member
175 usb-phy = <&usb3_phy>;203 usb3_phy: usb3_phy { label
875 phys = <&usb2_phy>, <&usb3_phy>;898 usb3_phy: usb3phy@4a084400 { label
47 phys = <&usb2_phy>, <&usb3_phy>;
115 usb-phy = <&usb2_phy &usb3_phy>;