Home
last modified time | relevance | path

Searched refs:usb3_phy (Results 1 – 25 of 83) sorted by relevance

1234

/openbmc/linux/drivers/usb/dwc3/
H A Ddwc3-keystone.c39 struct phy *usb3_phy; member
103 if (IS_ERR(kdwc->usb3_phy)) in kdwc3_probe()
106 phy_pm_runtime_get_sync(kdwc->usb3_phy); in kdwc3_probe()
108 error = phy_reset(kdwc->usb3_phy); in kdwc3_probe()
114 error = phy_init(kdwc->usb3_phy); in kdwc3_probe()
120 error = phy_power_on(kdwc->usb3_phy); in kdwc3_probe()
123 phy_exit(kdwc->usb3_phy); in kdwc3_probe()
169 phy_power_off(kdwc->usb3_phy); in kdwc3_probe()
170 phy_exit(kdwc->usb3_phy); in kdwc3_probe()
197 phy_power_off(kdwc->usb3_phy); in kdwc3_remove()
[all …]
H A Ddwc3-xilinx.c50 struct phy *usb3_phy; member
108 if (IS_ERR(priv_data->usb3_phy)) { in dwc3_xlnx_init_zynqmp()
109 ret = PTR_ERR(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
124 if (!priv_data->usb3_phy) in dwc3_xlnx_init_zynqmp()
169 ret = phy_init(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
171 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
199 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
201 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp()
351 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_suspend()
368 ret = phy_init(priv_data->usb3_phy); in dwc3_xlnx_resume()
[all …]
H A Dcore.c767 usb_phy_init(dwc->usb3_phy); in dwc3_phy_init()
782 usb_phy_shutdown(dwc->usb3_phy); in dwc3_phy_init()
793 usb_phy_shutdown(dwc->usb3_phy); in dwc3_phy_exit()
802 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_phy_power_on()
817 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_on()
828 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_off()
1385 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy()
1388 dwc->usb3_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB3); in dwc3_core_get_phy()
1399 if (IS_ERR(dwc->usb3_phy)) { in dwc3_core_get_phy()
1400 ret = PTR_ERR(dwc->usb3_phy); in dwc3_core_get_phy()
[all …]
/openbmc/linux/drivers/usb/cdns3/
H A Dcdns3-plat.c34 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on()
43 phy_power_off(cdns->usb3_phy); in set_phy_power_off()
128 cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy"); in cdns3_plat_probe()
129 if (IS_ERR(cdns->usb3_phy)) in cdns3_plat_probe()
130 return PTR_ERR(cdns->usb3_phy); in cdns3_plat_probe()
132 ret = phy_init(cdns->usb3_phy); in cdns3_plat_probe()
166 phy_exit(cdns->usb3_phy); in cdns3_plat_probe()
190 phy_exit(cdns->usb3_phy); in cdns3_plat_remove()
246 phy_exit(cdns->usb3_phy); in cdns3_controller_resume()
247 ret = phy_init(cdns->usb3_phy); in cdns3_controller_resume()
H A Ddrd.c201 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_HOST); in cdns_drd_host_on()
222 phy_set_mode(cdns->usb3_phy, PHY_MODE_INVALID); in cdns_drd_host_off()
255 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_DEVICE); in cdns_drd_gadget_on()
281 phy_set_mode(cdns->usb3_phy, PHY_MODE_INVALID); in cdns_drd_gadget_off()
H A Dcore.h109 struct phy *usb3_phy; member
/openbmc/u-boot/drivers/usb/host/
H A Dxhci-exynos5.c48 struct exynos_usb3_phy *usb3_phy; member
185 exynos5_usb3_phy_init(exynos->usb3_phy); in exynos_xhci_core_init()
201 exynos5_usb3_phy_exit(exynos->usb3_phy); in exynos_xhci_core_exit()
212 ctx->usb3_phy = (struct exynos_usb3_phy *)plat->phy_base; in xhci_usb_probe()
H A Dxhci-omap.c58 ctx->usb3_phy = (struct omap_usb3_phy *)OMAP_OCP1_SCP_BASE; in xhci_hcd_init()
/openbmc/linux/arch/arm/boot/dts/marvell/
H A Darmada-385-db-ap.dts140 usb-phy = <&usb3_phy>;
172 usb3_phy: usb3_phy { label
H A Darmada-388-gp.dts203 usb-phy = <&usb3_phy>;
251 usb3_phy: usb3_phy { label
/openbmc/linux/Documentation/devicetree/bindings/phy/
H A Dallwinner,sun50i-h6-usb-phy.yaml40 - const: usb3_phy
99 "usb3_phy";
H A Dallwinner,sun8i-h3-usb-phy.yaml53 - const: usb3_phy
153 "usb3_phy";
/openbmc/linux/arch/arm64/boot/dts/marvell/
H A Darmada-3720-espressobin-ultra.dts38 usb3_phy: usb3-phy { label
113 usb-phy = <&usb3_phy>;
H A Darmada-3720-db.dts42 usb3_phy: usb3-phy { label
219 usb-phy = <&usb3_phy>;
/openbmc/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47094.dtsi20 &usb3_phy {
H A Dbcm4708-linksys-ea6300-v1.dts46 &usb3_phy {
H A Dbcm4709-linksys-ea9200.dts47 &usb3_phy {
H A Dbcm4708-linksys-ea6500-v2.dts43 &usb3_phy {
H A Dbcm47094-phicomm-k3.dts37 &usb3_phy {
H A Dbcm4708-asus-rt-ac68u.dts83 &usb3_phy {
H A Dbcm47094-luxul-abr-4500.dts77 &usb3_phy {
H A Dbcm4709-asus-rt-ac87u.dts65 &usb3_phy {
H A Dbcm4708-netgear-r6300-v2.dts86 &usb3_phy {
H A Dbcm47081-asus-rt-n18u.dts77 &usb3_phy {
/openbmc/u-boot/include/linux/usb/
H A Dxhci-omap.h135 struct omap_usb3_phy *usb3_phy; member

1234