Searched refs:usb3_phy (Results 1 – 25 of 49) sorted by relevance
12
| /linux/drivers/usb/dwc3/ |
| H A D | dwc3-xilinx.c | 50 struct phy *usb3_phy; member 127 priv_data->usb3_phy = devm_phy_optional_get(dev, "usb3-phy"); in dwc3_xlnx_init_zynqmp() 128 if (IS_ERR(priv_data->usb3_phy)) { in dwc3_xlnx_init_zynqmp() 129 ret = PTR_ERR(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 166 if (priv_data->usb3_phy) { in dwc3_xlnx_init_zynqmp() 186 ret = phy_init(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 196 if (priv_data->usb3_phy) { in dwc3_xlnx_init_zynqmp() 218 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 240 phy_power_off(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 242 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() [all …]
|
| H A D | core.c | 834 usb_phy_init(dwc->usb3_phy); in dwc3_phy_init() 877 usb_phy_shutdown(dwc->usb3_phy); in dwc3_phy_init() 893 usb_phy_shutdown(dwc->usb3_phy); in dwc3_phy_exit() 904 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_phy_power_on() 928 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_on() 944 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_off() 1560 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy() 1563 dwc->usb3_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB3); in dwc3_core_get_phy() 1574 if (IS_ERR(dwc->usb3_phy)) { in dwc3_core_get_phy() 1575 ret = PTR_ERR(dwc->usb3_phy); in dwc3_core_get_phy() [all...] |
| /linux/drivers/usb/cdns3/ |
| H A D | cdns3-plat.c | 35 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on() 44 phy_power_off(cdns->usb3_phy); in set_phy_power_off() 152 cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy"); in cdns3_plat_probe() 153 if (IS_ERR(cdns->usb3_phy)) in cdns3_plat_probe() 154 return dev_err_probe(dev, PTR_ERR(cdns->usb3_phy), in cdns3_plat_probe() 161 ret = phy_init(cdns->usb3_phy); in cdns3_plat_probe() 202 phy_exit(cdns->usb3_phy); in cdns3_set_platform_suspend() 227 phy_exit(cdns->usb3_phy); in cdns3_controller_suspend() 283 phy_exit(cdns->usb3_phy); 284 ret = phy_init(cdns->usb3_phy); in cdns3_plat_runtime_resume() [all...] |
| H A D | drd.c | 208 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_HOST); 234 phy_set_mode(cdns->usb3_phy, PHY_MODE_INVALID); in cdns_drd_gadget_on() 271 phy_set_mode(cdns->usb3_phy, PHY_MODE_USB_DEVICE); in cdns_drd_gadget_off() 302 phy_set_mode(cdns->usb3_phy, PHY_MODE_INVALID); in cdns_init_otg_mode()
|
| H A D | core.h | 71 * @usb3_phy: pointer to USB3 PHY 117 struct phy *usb3_phy; 112 struct phy *usb3_phy; global() member
|
| /linux/arch/arm/boot/dts/marvell/ |
| H A D | armada-385-db-ap.dts | 140 usb-phy = <&usb3_phy>; 172 usb3_phy: usb3_phy { label
|
| H A D | armada-388-gp.dts | 203 usb-phy = <&usb3_phy>; 251 usb3_phy: usb3_phy { label
|
| /linux/arch/arm/boot/dts/broadcom/ |
| H A D | bcm47094.dtsi | 20 &usb3_phy {
|
| H A D | bcm4708-linksys-ea6300-v1.dts | 46 &usb3_phy {
|
| H A D | bcm4708-linksys-ea6500-v2.dts | 43 &usb3_phy {
|
| H A D | bcm47094-phicomm-k3.dts | 37 &usb3_phy {
|
| H A D | bcm4708-netgear-r6300-v2.dts | 86 &usb3_phy {
|
| H A D | bcm4708-asus-rt-ac68u.dts | 83 &usb3_phy {
|
| H A D | bcm47094-luxul-abr-4500.dts | 77 &usb3_phy {
|
| H A D | bcm47081-asus-rt-n18u.dts | 77 &usb3_phy {
|
| H A D | bcm47094-luxul-xbr-4500.dts | 77 &usb3_phy {
|
| H A D | bcm47094-netgear-r8500.dts | 94 &usb3_phy {
|
| H A D | bcm4709-asus-rt-ac87u.dts | 76 &usb3_phy {
|
| H A D | bcm4708-asus-rt-ac56u.dts | 92 &usb3_phy {
|
| H A D | bcm4709-netgear-r7000.dts | 104 &usb3_phy {
|
| H A D | bcm47081-buffalo-wzr-900dhp.dts | 107 &usb3_phy {
|
| H A D | bcm4708-netgear-r6250.dts | 94 &usb3_phy {
|
| H A D | bcm4709-tplink-archer-c9-v1.dts | 120 &usb3_phy {
|
| /linux/arch/arm64/boot/dts/freescale/ |
| H A D | imx8x-colibri-aster.dtsi | 56 &usb3_phy {
|
| H A D | imx8x-colibri-eval-v3.dtsi | 108 &usb3_phy {
|
12