| /OK3568_Linux_fs/kernel/drivers/usb/cdns3/ |
| H A D | core.c | 392 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 D | core.h | 68 * @usb2_phy: pointer to USB2 PHY 107 struct phy *usb2_phy; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc3/ |
| H A D | core.c | 208 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 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()
|
| /OK3568_Linux_fs/u-boot/drivers/usb/cdns3/ |
| H A D | core.c | 331 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 D | core.h | 63 * @usb2_phy: pointer to USB2 PHY 90 struct phy usb2_phy; member
|
| /OK3568_Linux_fs/kernel/arch/arm/boot/dts/ |
| H A D | exynos54xx.dtsi | 192 phys = <&usb2_phy 1>; 200 phys = <&usb2_phy 1>; 204 usb2_phy: phy@12130000 { label
|
| 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 | armada-388-helios4.dts | 141 usb2_phy: usb2-phy { label 264 usb-phy = <&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>;
|
| H A D | omap3-overo-base.dtsi | 194 usb-phy = <&usb2_phy>; 195 phys = <&usb2_phy>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/phy/ |
| H A D | allwinner,sun8i-r40-usb-phy.yaml | 44 - const: usb2_phy 110 "usb2_phy";
|
| H A D | allwinner,sun6i-a31-usb-phy.yaml | 42 - const: usb2_phy 106 "usb2_phy";
|
| H A D | allwinner,sun8i-a83t-usb-phy.yaml | 43 - const: usb2_phy 109 "usb2_phy",
|
| H A D | allwinner,sun8i-h3-usb-phy.yaml | 47 - const: usb2_phy 122 "usb2_phy",
|
| H A D | phy-bindings.txt | 49 phys = <&usb2_phy>, <&usb3_phy>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/power/supply/ |
| H A D | isp1704.txt | 16 usb-phy = <&usb2_phy>;
|
| /OK3568_Linux_fs/u-boot/arch/arm/dts/ |
| H A D | logicpd-som-lv-37xx-devkit.dts | 264 usb-phy = <&usb2_phy>; 265 phys = <&usb2_phy>;
|
| /OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/usb/ |
| H A D | ohci-st.txt | 30 phys = <&usb2_phy>;
|
| H A D | ehci-st.txt | 32 phys = <&usb2_phy>;
|
| H A D | snps,dwc3.yaml | 308 usb-phy = <&usb2_phy>, <&usb3_phy>; 318 phys = <&usb2_phy>, <&usb3_phy>;
|
| /OK3568_Linux_fs/kernel/include/linux/phy/ |
| H A D | omap_control_phy.h | 14 OMAP_CTRL_TYPE_USB2, /* USB2_PHY, power down in CONTROL_DEV_CONF */
|