/openbmc/linux/drivers/usb/cdns3/ |
H A D | cdns3-plat.c | 30 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() 120 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_plat_probe() 121 if (IS_ERR(cdns->usb2_phy)) in cdns3_plat_probe() 122 return PTR_ERR(cdns->usb2_phy); in cdns3_plat_probe() 124 ret = phy_init(cdns->usb2_phy); in cdns3_plat_probe() 168 phy_exit(cdns->usb2_phy); in cdns3_plat_probe() 189 phy_exit(cdns->usb2_phy); in cdns3_plat_remove() 241 phy_exit(cdns->usb2_phy); in cdns3_controller_resume() [all …]
|
H A D | core.h | 69 * @usb2_phy: pointer to USB2 PHY 109 struct phy *usb2_phy; member
|
H A D | drd.c | 200 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()
|
/openbmc/u-boot/doc/device-tree-bindings/phy/ |
H A D | sun4i-usb-phy.txt | 27 * "usb0_phy", "usb1_phy" and "usb2_phy" for sun6i 29 * "usb0_phy", "usb1_phy", "usb2_phy" and "usb2_hsic_12M" for sun8i-a83t 30 * "usb0_phy", "usb1_phy", "usb2_phy" and "usb3_phy" for sun8i-h3
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | samsung,exynos-usb2.yaml | 79 phys = <&usb2_phy 0>; 105 phys = <&usb2_phy 0>;
|
H A D | ohci-st.txt | 30 phys = <&usb2_phy>;
|
H A D | ehci-st.txt | 32 phys = <&usb2_phy>;
|
/openbmc/linux/arch/arm/boot/dts/samsung/ |
H A D | exynos54xx.dtsi | 192 phys = <&usb2_phy 0>; 200 phys = <&usb2_phy 0>; 204 usb2_phy: phy@12130000 { label
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | allwinner,sun8i-r40-usb-phy.yaml | 44 - const: usb2_phy 112 "usb2_phy";
|
H A D | allwinner,sun6i-a31-usb-phy.yaml | 42 - const: usb2_phy 108 "usb2_phy";
|
H A D | allwinner,sun8i-a83t-usb-phy.yaml | 43 - const: usb2_phy 111 "usb2_phy",
|
H A D | allwinner,sun8i-h3-usb-phy.yaml | 52 - const: usb2_phy 152 "usb2_phy",
|
H A D | phy-bindings.txt | 49 phys = <&usb2_phy>, <&usb3_phy>;
|
/openbmc/linux/drivers/usb/dwc3/ |
H A D | core.c | 235 if (dwc->usb2_phy) in __dwc3_set_mode() 236 otg_set_vbus(dwc->usb2_phy->otg, true); in __dwc3_set_mode() 251 if (dwc->usb2_phy) in __dwc3_set_mode() 252 otg_set_vbus(dwc->usb2_phy->otg, false); in __dwc3_set_mode() 762 usb_phy_init(dwc->usb2_phy); in dwc3_phy_init() 779 usb_phy_shutdown(dwc->usb2_phy); in dwc3_phy_init() 790 usb_phy_shutdown(dwc->usb2_phy); in dwc3_phy_exit() 797 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_phy_power_on() 833 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_clk_enable() 844 usb_phy_set_suspend(dwc->usb2_phy, in dwc3_clk_enable() [all...] |
H 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()
|
/openbmc/linux/arch/arm/boot/dts/ti/omap/ |
H A D | omap3-cm-t3x30.dtsi | 126 usb-phy = <&usb2_phy>; 127 phys = <&usb2_phy>;
|
H A D | omap3-evm-common.dtsi | 178 usb-phy = <&usb2_phy>; 179 phys = <&usb2_phy>;
|
H A D | omap3-sniper.dts | 217 usb-phy = <&usb2_phy>; 218 phys = <&usb2_phy>;
|
H A D | logicpd-som-lv-baseboard.dtsi | 232 usb-phy = <&usb2_phy>; 233 phys = <&usb2_phy>;
|
H A D | omap3-igep.dtsi | 242 usb-phy = <&usb2_phy>; 243 phys = <&usb2_phy>;
|
/openbmc/u-boot/arch/arm/dts/ |
H A D | omap3-evm-common.dtsi | 175 usb-phy = <&usb2_phy>; 176 phys = <&usb2_phy>;
|
H A D | armada-388-helios4.dts | 131 usb2_phy: usb2-phy { label 260 usb-phy = <&usb2_phy>;
|
/openbmc/linux/Documentation/devicetree/bindings/power/supply/ |
H A D | isp1704.yaml | 41 usb-phy = <&usb2_phy>;
|
/openbmc/linux/include/linux/phy/ |
H A D | omap_control_phy.h | 14 OMAP_CTRL_TYPE_USB2, /* USB2_PHY, power down in CONTROL_DEV_CONF */
|
/openbmc/linux/arch/arm/boot/dts/marvell/ |
H A D | armada-388-helios4.dts | 141 usb2_phy: usb2-phy { label 264 usb-phy = <&usb2_phy>;
|