Home
last modified time | relevance | path

Searched refs:usb2_phy (Results 1 – 25 of 50) sorted by relevance

12

/linux-6.3-rc2/drivers/usb/cdns3/
A Dcdns3-plat.c29 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 Dcore.h108 struct phy *usb2_phy; member
/linux-6.3-rc2/drivers/usb/dwc3/
A Dcore.c201 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 Ddrd.c387 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 Dsamsung,exynos-usb2.yaml79 phys = <&usb2_phy 0>;
105 phys = <&usb2_phy 0>;
A Dohci-st.txt30 phys = <&usb2_phy>;
A Dehci-st.txt32 phys = <&usb2_phy>;
/linux-6.3-rc2/arch/arm/boot/dts/
A Dexynos54xx.dtsi192 phys = <&usb2_phy 0>;
200 phys = <&usb2_phy 0>;
204 usb2_phy: phy@12130000 { label
A Domap3-cm-t3x30.dtsi126 usb-phy = <&usb2_phy>;
127 phys = <&usb2_phy>;
A Domap3-evm-common.dtsi178 usb-phy = <&usb2_phy>;
179 phys = <&usb2_phy>;
A Dlogicpd-som-lv-baseboard.dtsi232 usb-phy = <&usb2_phy>;
233 phys = <&usb2_phy>;
A Domap3-sniper.dts217 usb-phy = <&usb2_phy>;
218 phys = <&usb2_phy>;
A Domap3-igep.dtsi242 usb-phy = <&usb2_phy>;
243 phys = <&usb2_phy>;
A Domap3-overo-base.dtsi194 usb-phy = <&usb2_phy>;
195 phys = <&usb2_phy>;
A Darmada-388-helios4.dts141 usb2_phy: usb2-phy { label
264 usb-phy = <&usb2_phy>;
A Dtwl4030.dtsi123 usb2_phy: twl4030-usb { label
A Domap3-tao3530.dtsi324 usb-phy = <&usb2_phy>;
325 phys = <&usb2_phy>;
A Domap3-beagle-xm.dts339 usb-phy = <&usb2_phy>;
340 phys = <&usb2_phy>;
/linux-6.3-rc2/Documentation/devicetree/bindings/phy/
A Dallwinner,sun6i-a31-usb-phy.yaml42 - const: usb2_phy
108 "usb2_phy";
A Dallwinner,sun8i-a83t-usb-phy.yaml43 - const: usb2_phy
111 "usb2_phy",
A Dallwinner,sun8i-r40-usb-phy.yaml44 - const: usb2_phy
112 "usb2_phy";
A Dallwinner,sun8i-h3-usb-phy.yaml52 - const: usb2_phy
152 "usb2_phy",
A Dphy-bindings.txt49 phys = <&usb2_phy>, <&usb3_phy>;
/linux-6.3-rc2/Documentation/devicetree/bindings/power/supply/
A Disp1704.yaml41 usb-phy = <&usb2_phy>;
/linux-6.3-rc2/drivers/power/supply/
A Dbq256xx_charger.c230 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