Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/usb/cdns3/
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 …]
Dcore.h108 struct phy *usb2_phy; member
/linux-6.1.9/drivers/usb/dwc3/
Dcore.c201 if (dwc->usb2_phy) in __dwc3_set_mode()
202 otg_set_vbus(dwc->usb2_phy->otg, true); in __dwc3_set_mode()
217 if (dwc->usb2_phy) in __dwc3_set_mode()
218 otg_set_vbus(dwc->usb2_phy->otg, false); in __dwc3_set_mode()
844 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_exit()
849 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_exit()
1120 usb_phy_init(dwc->usb2_phy); in dwc3_core_init()
1169 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_core_init()
1306 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_init()
1310 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_init()
[all …]
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.1.9/Documentation/devicetree/bindings/usb/
Dsamsung,exynos-usb2.yaml79 phys = <&usb2_phy 0>;
105 phys = <&usb2_phy 0>;
Dohci-st.txt30 phys = <&usb2_phy>;
Dehci-st.txt32 phys = <&usb2_phy>;
/linux-6.1.9/arch/arm/boot/dts/
Dexynos54xx.dtsi192 phys = <&usb2_phy 0>;
200 phys = <&usb2_phy 0>;
204 usb2_phy: phy@12130000 { label
Domap3-cm-t3x30.dtsi126 usb-phy = <&usb2_phy>;
127 phys = <&usb2_phy>;
Domap3-evm-common.dtsi178 usb-phy = <&usb2_phy>;
179 phys = <&usb2_phy>;
Dlogicpd-som-lv-baseboard.dtsi232 usb-phy = <&usb2_phy>;
233 phys = <&usb2_phy>;
Domap3-sniper.dts217 usb-phy = <&usb2_phy>;
218 phys = <&usb2_phy>;
Domap3-overo-base.dtsi194 usb-phy = <&usb2_phy>;
195 phys = <&usb2_phy>;
Domap3-igep.dtsi242 usb-phy = <&usb2_phy>;
243 phys = <&usb2_phy>;
Darmada-388-helios4.dts141 usb2_phy: usb2-phy { label
264 usb-phy = <&usb2_phy>;
Dtwl4030.dtsi123 usb2_phy: twl4030-usb { label
Domap3-beagle-xm.dts339 usb-phy = <&usb2_phy>;
340 phys = <&usb2_phy>;
Domap3-tao3530.dtsi324 usb-phy = <&usb2_phy>;
325 phys = <&usb2_phy>;
/linux-6.1.9/Documentation/devicetree/bindings/phy/
Dallwinner,sun8i-r40-usb-phy.yaml44 - const: usb2_phy
112 "usb2_phy";
Dallwinner,sun6i-a31-usb-phy.yaml42 - const: usb2_phy
108 "usb2_phy";
Dallwinner,sun8i-a83t-usb-phy.yaml43 - const: usb2_phy
111 "usb2_phy",
Dallwinner,sun8i-h3-usb-phy.yaml49 - const: usb2_phy
126 "usb2_phy",
Dphy-bindings.txt49 phys = <&usb2_phy>, <&usb3_phy>;
/linux-6.1.9/Documentation/devicetree/bindings/power/supply/
Disp1704.yaml41 usb-phy = <&usb2_phy>;
/linux-6.1.9/drivers/power/supply/
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()

12