Searched refs:usb2_phy (Results 1 – 25 of 50) sorted by relevance
12
/linux-6.3-rc2/drivers/usb/cdns3/ |
A D | cdns3-plat.c | 29 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on() 35 phy_power_off(cdns->usb2_phy); in set_phy_power_on() 43 phy_power_off(cdns->usb2_phy); in set_phy_power_off() 119 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_plat_probe() 120 if (IS_ERR(cdns->usb2_phy)) in cdns3_plat_probe() 121 return PTR_ERR(cdns->usb2_phy); in cdns3_plat_probe() 123 ret = phy_init(cdns->usb2_phy); in cdns3_plat_probe() 167 phy_exit(cdns->usb2_phy); in cdns3_plat_probe() 188 phy_exit(cdns->usb2_phy); in cdns3_plat_remove() 241 phy_exit(cdns->usb2_phy); in cdns3_controller_resume() [all …]
|
A D | core.h | 108 struct phy *usb2_phy; member
|
/linux-6.3-rc2/drivers/usb/dwc3/ |
A D | core.c | 201 if (dwc->usb2_phy) in __dwc3_set_mode() 217 if (dwc->usb2_phy) in __dwc3_set_mode() 849 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_exit() 1120 usb_phy_init(dwc->usb2_phy); in dwc3_core_init() 1310 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_init() 1336 if (IS_ERR(dwc->usb2_phy)) { in dwc3_core_get_phy() 1337 ret = PTR_ERR(dwc->usb2_phy); in dwc3_core_get_phy() 1339 dwc->usb2_phy = NULL; in dwc3_core_get_phy() 1382 if (dwc->usb2_phy) in dwc3_core_init_mode() 1394 if (dwc->usb2_phy) in dwc3_core_init_mode() [all …]
|
A 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()
|
/linux-6.3-rc2/Documentation/devicetree/bindings/usb/ |
A D | samsung,exynos-usb2.yaml | 79 phys = <&usb2_phy 0>; 105 phys = <&usb2_phy 0>;
|
A D | ohci-st.txt | 30 phys = <&usb2_phy>;
|
A D | ehci-st.txt | 32 phys = <&usb2_phy>;
|
/linux-6.3-rc2/arch/arm/boot/dts/ |
A D | exynos54xx.dtsi | 192 phys = <&usb2_phy 0>; 200 phys = <&usb2_phy 0>; 204 usb2_phy: phy@12130000 { label
|
A D | omap3-cm-t3x30.dtsi | 126 usb-phy = <&usb2_phy>; 127 phys = <&usb2_phy>;
|
A D | omap3-evm-common.dtsi | 178 usb-phy = <&usb2_phy>; 179 phys = <&usb2_phy>;
|
A D | logicpd-som-lv-baseboard.dtsi | 232 usb-phy = <&usb2_phy>; 233 phys = <&usb2_phy>;
|
A D | omap3-sniper.dts | 217 usb-phy = <&usb2_phy>; 218 phys = <&usb2_phy>;
|
A D | omap3-igep.dtsi | 242 usb-phy = <&usb2_phy>; 243 phys = <&usb2_phy>;
|
A D | omap3-overo-base.dtsi | 194 usb-phy = <&usb2_phy>; 195 phys = <&usb2_phy>;
|
A D | armada-388-helios4.dts | 141 usb2_phy: usb2-phy { label 264 usb-phy = <&usb2_phy>;
|
A D | twl4030.dtsi | 123 usb2_phy: twl4030-usb { label
|
A D | omap3-tao3530.dtsi | 324 usb-phy = <&usb2_phy>; 325 phys = <&usb2_phy>;
|
A D | omap3-beagle-xm.dts | 339 usb-phy = <&usb2_phy>; 340 phys = <&usb2_phy>;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/ |
A D | allwinner,sun6i-a31-usb-phy.yaml | 42 - const: usb2_phy 108 "usb2_phy";
|
A D | allwinner,sun8i-a83t-usb-phy.yaml | 43 - const: usb2_phy 111 "usb2_phy",
|
A D | allwinner,sun8i-r40-usb-phy.yaml | 44 - const: usb2_phy 112 "usb2_phy";
|
A D | allwinner,sun8i-h3-usb-phy.yaml | 52 - const: usb2_phy 152 "usb2_phy",
|
A D | phy-bindings.txt | 49 phys = <&usb2_phy>, <&usb3_phy>;
|
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/ |
A D | isp1704.yaml | 41 usb-phy = <&usb2_phy>;
|
/linux-6.3-rc2/drivers/power/supply/ |
A D | bq256xx_charger.c | 230 struct usb_phy *usb2_phy; member 864 if (!IS_ERR_OR_NULL(bq->usb2_phy)) in bq256xx_charger_reset() 865 usb_unregister_notifier(bq->usb2_phy, &bq->usb_nb); in bq256xx_charger_reset() 1664 bq->usb2_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2); in bq256xx_probe() 1665 if (!IS_ERR_OR_NULL(bq->usb2_phy)) { in bq256xx_probe() 1668 usb_register_notifier(bq->usb2_phy, &bq->usb_nb); in bq256xx_probe()
|
Completed in 77 milliseconds
12