Home
last modified time | relevance | path

Searched full:usb2_phy (Results 1 – 25 of 53) sorted by relevance

123

/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c30 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on()
36 phy_power_off(cdns->usb2_phy); in set_phy_power_on()
44 phy_power_off(cdns->usb2_phy); in set_phy_power_off()
124 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_plat_probe()
125 if (IS_ERR(cdns->usb2_phy)) in cdns3_plat_probe()
126 return dev_err_probe(dev, PTR_ERR(cdns->usb2_phy), in cdns3_plat_probe()
129 ret = phy_init(cdns->usb2_phy); in cdns3_plat_probe()
174 phy_exit(cdns->usb2_phy); in cdns3_plat_probe()
195 phy_exit(cdns->usb2_phy); in cdns3_plat_remove()
247 phy_exit(cdns->usb2_phy); in cdns3_controller_resume()
[all …]
H A Dcore.h69 * @usb2_phy: pointer to USB2 PHY
109 struct phy *usb2_phy; member
H A Ddrd.c200 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_HOST); in cdns_drd_host_on()
221 phy_set_mode(cdns->usb2_phy, PHY_MODE_INVALID); in cdns_drd_host_off()
254 phy_set_mode(cdns->usb2_phy, PHY_MODE_USB_DEVICE); in cdns_drd_gadget_on()
280 phy_set_mode(cdns->usb2_phy, PHY_MODE_INVALID); in cdns_drd_gadget_off()
/linux/arch/arm/boot/dts/samsung/
H A Dexynos54xx.dtsi192 phys = <&usb2_phy 0>;
200 phys = <&usb2_phy 0>;
204 usb2_phy: phy@12130000 { label
/linux/Documentation/devicetree/bindings/usb/
H A Dsamsung,exynos-usb2.yaml79 phys = <&usb2_phy 0>;
105 phys = <&usb2_phy 0>;
H A Dohci-st.txt30 phys = <&usb2_phy>;
H A Dehci-st.txt32 phys = <&usb2_phy>;
H A Dusb-drd.yaml73 usb-phy = <&usb2_phy>, <&usb3_phy>;
/linux/Documentation/devicetree/bindings/phy/
H A Dallwinner,sun6i-a31-usb-phy.yaml42 - const: usb2_phy
108 "usb2_phy";
H A Dallwinner,sun8i-r40-usb-phy.yaml44 - const: usb2_phy
112 "usb2_phy";
H A Dallwinner,sun8i-a83t-usb-phy.yaml43 - const: usb2_phy
111 "usb2_phy",
H A Dallwinner,sun8i-h3-usb-phy.yaml52 - const: usb2_phy
152 "usb2_phy",
H A Dphy-bindings.txt49 phys = <&usb2_phy>, <&usb3_phy>;
/linux/drivers/usb/dwc3/
H A Dcore.c229 if (dwc->usb2_phy) in __dwc3_set_mode()
230 otg_set_vbus(dwc->usb2_phy->otg, true); in __dwc3_set_mode()
249 if (dwc->usb2_phy) in __dwc3_set_mode()
250 otg_set_vbus(dwc->usb2_phy->otg, false); in __dwc3_set_mode()
812 usb_phy_init(dwc->usb2_phy); in dwc3_phy_init()
838 usb_phy_shutdown(dwc->usb2_phy); in dwc3_phy_init()
854 usb_phy_shutdown(dwc->usb2_phy); in dwc3_phy_exit()
863 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_phy_power_on()
889 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_phy_power_on()
905 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_phy_power_off()
[all …]
/linux/arch/arm/boot/dts/ti/omap/
H A Domap3-cm-t3x30.dtsi126 usb-phy = <&usb2_phy>;
127 phys = <&usb2_phy>;
H A Domap3-evm-common.dtsi178 usb-phy = <&usb2_phy>;
179 phys = <&usb2_phy>;
H A Domap3-sniper.dts217 usb-phy = <&usb2_phy>;
218 phys = <&usb2_phy>;
H A Dlogicpd-som-lv-baseboard.dtsi232 usb-phy = <&usb2_phy>;
233 phys = <&usb2_phy>;
H A Domap3-igep.dtsi242 usb-phy = <&usb2_phy>;
243 phys = <&usb2_phy>;
H A Domap3-overo-base.dtsi194 usb-phy = <&usb2_phy>;
195 phys = <&usb2_phy>;
H A Domap3-tao3530.dtsi324 usb-phy = <&usb2_phy>;
325 phys = <&usb2_phy>;
H A Domap3-beagle-xm.dts339 usb-phy = <&usb2_phy>;
340 phys = <&usb2_phy>;
/linux/Documentation/devicetree/bindings/power/supply/
H A Disp1704.yaml41 usb-phy = <&usb2_phy>;
/linux/arch/arm/boot/dts/marvell/
H A Darmada-388-helios4.dts141 usb2_phy: usb2-phy { label
264 usb-phy = <&usb2_phy>;
/linux/include/linux/phy/
H A Domap_control_phy.h14 OMAP_CTRL_TYPE_USB2, /* USB2_PHY, power down in CONTROL_DEV_CONF */

123