| /kernel/linux/linux-4.19/drivers/usb/dwc3/ |
| D | dwc3-exynos.c | 23 struct platform_device *usb2_phy; member 47 exynos->usb2_phy = pdev; in dwc3_exynos_register_phys() 51 ret = platform_device_add_data(exynos->usb2_phy, &pdata, sizeof(pdata)); in dwc3_exynos_register_phys() 68 ret = platform_device_add(exynos->usb2_phy); in dwc3_exynos_register_phys() 79 platform_device_del(exynos->usb2_phy); in dwc3_exynos_register_phys() 85 platform_device_put(exynos->usb2_phy); in dwc3_exynos_register_phys() 188 platform_device_unregister(exynos->usb2_phy); in dwc3_exynos_probe() 208 platform_device_unregister(exynos->usb2_phy); in dwc3_exynos_remove()
|
| D | core.c | 166 if (dwc->usb2_phy) in __dwc3_set_mode() 167 otg_set_vbus(dwc->usb2_phy->otg, true); in __dwc3_set_mode() 176 if (dwc->usb2_phy) in __dwc3_set_mode() 177 otg_set_vbus(dwc->usb2_phy->otg, false); in __dwc3_set_mode() 230 usb_phy_init(dwc->usb2_phy); in dwc3_core_soft_reset() 676 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_exit() 681 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_exit() 944 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_core_init() 1052 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_init() 1056 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_init() [all …]
|
| D | drd.c | 389 if (dwc->usb2_phy) in dwc3_otg_update() 390 otg_set_vbus(dwc->usb2_phy->otg, true); in dwc3_otg_update() 403 if (dwc->usb2_phy) in dwc3_otg_update() 404 otg_set_vbus(dwc->usb2_phy->otg, false); in dwc3_otg_update()
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/phy/ |
| D | sun4i-usb-phy.txt | 28 * "usb0_phy", "usb1_phy" and "usb2_phy" for sun6i 30 * "usb0_phy", "usb1_phy", "usb2_phy" and "usb2_hsic_12M" for sun8i-a83t 31 * "usb0_phy", "usb1_phy", "usb2_phy" and "usb3_phy" for sun8i-h3
|
| D | phy-stih41x-usb.txt | 18 usb2_phy: usb2phy@0 {
|
| /kernel/linux/linux-5.10/drivers/usb/cdns3/ |
| D | core.c | 382 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on() 388 phy_power_off(cdns->usb2_phy); in set_phy_power_on() 396 phy_power_off(cdns->usb2_phy); in set_phy_power_off() 511 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_probe() 512 if (IS_ERR(cdns->usb2_phy)) in cdns3_probe() 513 return PTR_ERR(cdns->usb2_phy); in cdns3_probe() 515 ret = phy_init(cdns->usb2_phy); in cdns3_probe() 595 phy_exit(cdns->usb2_phy); in cdns3_probe() 616 phy_exit(cdns->usb2_phy); in cdns3_remove()
|
| D | core.h | 66 * @usb2_phy: pointer to USB2 PHY 102 struct phy *usb2_phy; member
|
| /kernel/linux/linux-5.10/drivers/usb/dwc3/ |
| D | core.c | 192 if (dwc->usb2_phy) in __dwc3_set_mode() 193 otg_set_vbus(dwc->usb2_phy->otg, true); in __dwc3_set_mode() 208 if (dwc->usb2_phy) in __dwc3_set_mode() 209 otg_set_vbus(dwc->usb2_phy->otg, false); in __dwc3_set_mode() 725 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_exit() 730 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_exit() 966 usb_phy_init(dwc->usb2_phy); in dwc3_core_init() 1009 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_core_init() 1117 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_init() 1121 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_init() [all …]
|
| D | drd.c | 387 if (dwc->usb2_phy) in dwc3_otg_update() 388 otg_set_vbus(dwc->usb2_phy->otg, true); in dwc3_otg_update() 401 if (dwc->usb2_phy) in dwc3_otg_update() 402 otg_set_vbus(dwc->usb2_phy->otg, false); in dwc3_otg_update()
|
| /kernel/linux/linux-4.19/arch/arm/boot/dts/ |
| D | exynos54xx.dtsi | 188 phys = <&usb2_phy 1>; 201 phys = <&usb2_phy 1>; 205 usb2_phy: phy@12130000 { label
|
| D | omap3-cm-t3x30.dtsi | 126 usb-phy = <&usb2_phy>; 127 phys = <&usb2_phy>;
|
| D | omap3-evm-common.dtsi | 175 usb-phy = <&usb2_phy>; 176 phys = <&usb2_phy>;
|
| /kernel/linux/linux-5.10/arch/arm/boot/dts/ |
| D | exynos54xx.dtsi | 192 phys = <&usb2_phy 1>; 200 phys = <&usb2_phy 1>; 204 usb2_phy: phy@12130000 { label
|
| D | omap3-cm-t3x30.dtsi | 126 usb-phy = <&usb2_phy>; 127 phys = <&usb2_phy>;
|
| D | omap3-evm-common.dtsi | 178 usb-phy = <&usb2_phy>; 179 phys = <&usb2_phy>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
| D | allwinner,sun8i-a83t-usb-phy.yaml | 43 - const: usb2_phy 109 "usb2_phy",
|
| D | allwinner,sun8i-r40-usb-phy.yaml | 44 - const: usb2_phy 110 "usb2_phy";
|
| D | allwinner,sun6i-a31-usb-phy.yaml | 42 - const: usb2_phy 106 "usb2_phy";
|
| D | allwinner,sun8i-h3-usb-phy.yaml | 47 - const: usb2_phy 122 "usb2_phy",
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/power/supply/ |
| D | isp1704.txt | 16 usb-phy = <&usb2_phy>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/power/supply/ |
| D | isp1704.txt | 16 usb-phy = <&usb2_phy>;
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/usb/ |
| D | ohci-st.txt | 30 phys = <&usb2_phy>;
|
| D | ehci-st.txt | 32 phys = <&usb2_phy>;
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
| D | ohci-st.txt | 30 phys = <&usb2_phy>;
|
| D | ehci-st.txt | 32 phys = <&usb2_phy>;
|