/linux-6.12.1/drivers/usb/cdns3/ |
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() 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 …]
|
D | core.h | 69 * @usb2_phy: pointer to USB2 PHY 109 struct phy *usb2_phy; member
|
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()
|
/linux-6.12.1/arch/arm/boot/dts/samsung/ |
D | exynos54xx.dtsi | 192 phys = <&usb2_phy 0>; 200 phys = <&usb2_phy 0>; 204 usb2_phy: phy@12130000 { label
|
/linux-6.12.1/Documentation/devicetree/bindings/usb/ |
D | samsung,exynos-usb2.yaml | 79 phys = <&usb2_phy 0>; 105 phys = <&usb2_phy 0>;
|
D | ohci-st.txt | 30 phys = <&usb2_phy>;
|
D | ehci-st.txt | 32 phys = <&usb2_phy>;
|
D | usb-drd.yaml | 73 usb-phy = <&usb2_phy>, <&usb3_phy>;
|
/linux-6.12.1/Documentation/devicetree/bindings/phy/ |
D | allwinner,sun6i-a31-usb-phy.yaml | 42 - const: usb2_phy 108 "usb2_phy";
|
D | allwinner,sun8i-r40-usb-phy.yaml | 44 - const: usb2_phy 112 "usb2_phy";
|
D | allwinner,sun8i-a83t-usb-phy.yaml | 43 - const: usb2_phy 111 "usb2_phy",
|
D | allwinner,sun8i-h3-usb-phy.yaml | 52 - const: usb2_phy 152 "usb2_phy",
|
D | phy-bindings.txt | 49 phys = <&usb2_phy>, <&usb3_phy>;
|
/linux-6.12.1/drivers/usb/dwc3/ |
D | core.c | 229 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() 818 usb_phy_init(dwc->usb2_phy); in dwc3_phy_init() 844 usb_phy_shutdown(dwc->usb2_phy); in dwc3_phy_init() 860 usb_phy_shutdown(dwc->usb2_phy); in dwc3_phy_exit() 869 usb_phy_set_suspend(dwc->usb2_phy, 0); in dwc3_phy_power_on() 895 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_phy_power_on() 911 usb_phy_set_suspend(dwc->usb2_phy, 1); in dwc3_phy_power_off() [all …]
|
D | drd.c | 388 if (dwc->usb2_phy) in dwc3_otg_update() 389 otg_set_vbus(dwc->usb2_phy->otg, true); in dwc3_otg_update() 405 if (dwc->usb2_phy) in dwc3_otg_update() 406 otg_set_vbus(dwc->usb2_phy->otg, false); in dwc3_otg_update()
|
/linux-6.12.1/arch/arm/boot/dts/ti/omap/ |
D | omap3-cm-t3x30.dtsi | 126 usb-phy = <&usb2_phy>; 127 phys = <&usb2_phy>;
|
D | omap3-evm-common.dtsi | 178 usb-phy = <&usb2_phy>; 179 phys = <&usb2_phy>;
|
D | omap3-sniper.dts | 217 usb-phy = <&usb2_phy>; 218 phys = <&usb2_phy>;
|
D | logicpd-som-lv-baseboard.dtsi | 232 usb-phy = <&usb2_phy>; 233 phys = <&usb2_phy>;
|
D | omap3-igep.dtsi | 242 usb-phy = <&usb2_phy>; 243 phys = <&usb2_phy>;
|
D | omap3-overo-base.dtsi | 194 usb-phy = <&usb2_phy>; 195 phys = <&usb2_phy>;
|
/linux-6.12.1/Documentation/devicetree/bindings/power/supply/ |
D | isp1704.yaml | 41 usb-phy = <&usb2_phy>;
|
/linux-6.12.1/drivers/power/supply/ |
D | bq256xx_charger.c | 217 * @usb2_phy: usb_phy identifier 238 struct usb_phy *usb2_phy; member 895 if (!IS_ERR_OR_NULL(bq->usb2_phy)) in bq256xx_charger_reset() 896 usb_unregister_notifier(bq->usb2_phy, &bq->usb_nb); in bq256xx_charger_reset() 1730 bq->usb2_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB2); in bq256xx_probe() 1731 if (!IS_ERR_OR_NULL(bq->usb2_phy)) { in bq256xx_probe() 1734 usb_register_notifier(bq->usb2_phy, &bq->usb_nb); in bq256xx_probe()
|
/linux-6.12.1/arch/arm/boot/dts/marvell/ |
D | armada-388-helios4.dts | 141 usb2_phy: usb2-phy { label 264 usb-phy = <&usb2_phy>;
|
/linux-6.12.1/include/linux/phy/ |
D | omap_control_phy.h | 14 OMAP_CTRL_TYPE_USB2, /* USB2_PHY, power down in CONTROL_DEV_CONF */
|