Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/kernel/drivers/usb/cdns3/
H A Dcore.c392 ret = phy_power_on(cdns->usb2_phy); in set_phy_power_on()
398 phy_power_off(cdns->usb2_phy); in set_phy_power_on()
406 phy_power_off(cdns->usb2_phy); in set_phy_power_off()
521 cdns->usb2_phy = devm_phy_optional_get(dev, "cdns3,usb2-phy"); in cdns3_probe()
522 if (IS_ERR(cdns->usb2_phy)) in cdns3_probe()
523 return PTR_ERR(cdns->usb2_phy); in cdns3_probe()
525 ret = phy_init(cdns->usb2_phy); in cdns3_probe()
605 phy_exit(cdns->usb2_phy); in cdns3_probe()
626 phy_exit(cdns->usb2_phy); in cdns3_remove()
H A Dcore.h68 * @usb2_phy: pointer to USB2 PHY
107 struct phy *usb2_phy; member
/OK3568_Linux_fs/kernel/drivers/usb/dwc3/
H A Dcore.c208 if (dwc->usb2_phy) in __dwc3_set_mode()
209 otg_set_vbus(dwc->usb2_phy->otg, true); in __dwc3_set_mode()
243 if (dwc->usb2_phy) in __dwc3_set_mode()
244 otg_set_vbus(dwc->usb2_phy->otg, false); in __dwc3_set_mode()
765 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_exit()
770 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_exit()
1007 usb_phy_init(dwc->usb2_phy); in dwc3_core_init()
1050 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_core_init()
1171 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_core_init()
1175 usb_phy_shutdown(dwc->usb2_phy); in dwc3_core_init()
[all …]
H 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()
/OK3568_Linux_fs/u-boot/drivers/usb/cdns3/
H A Dcore.c331 ret = generic_phy_get_by_name(dev, "cdns3,usb2-phy", &cdns->usb2_phy); in cdns3_probe()
335 ret = generic_phy_init(&cdns->usb2_phy); in cdns3_probe()
347 ret = generic_phy_power_on(&cdns->usb2_phy); in cdns3_probe()
371 generic_phy_power_off(&cdns->usb2_phy); in cdns3_remove()
373 generic_phy_exit(&cdns->usb2_phy); in cdns3_remove()
H A Dcore.h63 * @usb2_phy: pointer to USB2 PHY
90 struct phy usb2_phy; member
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dexynos54xx.dtsi192 phys = <&usb2_phy 1>;
200 phys = <&usb2_phy 1>;
204 usb2_phy: phy@12130000 { label
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 Darmada-388-helios4.dts141 usb2_phy: usb2-phy { label
264 usb-phy = <&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>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/
H A Dallwinner,sun8i-r40-usb-phy.yaml44 - const: usb2_phy
110 "usb2_phy";
H A Dallwinner,sun6i-a31-usb-phy.yaml42 - const: usb2_phy
106 "usb2_phy";
H A Dallwinner,sun8i-a83t-usb-phy.yaml43 - const: usb2_phy
109 "usb2_phy",
H A Dallwinner,sun8i-h3-usb-phy.yaml47 - const: usb2_phy
122 "usb2_phy",
H A Dphy-bindings.txt49 phys = <&usb2_phy>, <&usb3_phy>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/
H A Disp1704.txt16 usb-phy = <&usb2_phy>;
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dlogicpd-som-lv-37xx-devkit.dts264 usb-phy = <&usb2_phy>;
265 phys = <&usb2_phy>;
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/
H A Dohci-st.txt30 phys = <&usb2_phy>;
H A Dehci-st.txt32 phys = <&usb2_phy>;
H A Dsnps,dwc3.yaml308 usb-phy = <&usb2_phy>, <&usb3_phy>;
318 phys = <&usb2_phy>, <&usb3_phy>;
/OK3568_Linux_fs/kernel/include/linux/phy/
H A Domap_control_phy.h14 OMAP_CTRL_TYPE_USB2, /* USB2_PHY, power down in CONTROL_DEV_CONF */

123