/linux/drivers/usb/dwc3/ |
H A D | dwc3-xilinx.c | 47 struct phy *usb3_phy; member 107 priv_data->usb3_phy = devm_phy_optional_get(dev, "usb3-phy"); in dwc3_xlnx_init_zynqmp() 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() 172 ret = phy_init(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 174 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 202 ret = phy_power_on(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 204 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_init_zynqmp() 386 phy_exit(priv_data->usb3_phy); in dwc3_xlnx_suspend() [all …]
|
H A D | core.c | 817 usb_phy_init(dwc->usb3_phy); in dwc3_phy_init() 860 usb_phy_shutdown(dwc->usb3_phy); in dwc3_phy_init() 876 usb_phy_shutdown(dwc->usb3_phy); in dwc3_phy_exit() 887 usb_phy_set_suspend(dwc->usb3_phy, 0); in dwc3_phy_power_on() 911 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_on() 927 usb_phy_set_suspend(dwc->usb3_phy, 1); in dwc3_phy_power_off() 1541 dwc->usb3_phy = devm_usb_get_phy_by_phandle(dev, "usb-phy", 1); in dwc3_core_get_phy() 1544 dwc->usb3_phy = devm_usb_get_phy(dev, USB_PHY_TYPE_USB3); in dwc3_core_get_phy() 1555 if (IS_ERR(dwc->usb3_phy)) { in dwc3_core_get_phy() 1556 ret = PTR_ERR(dwc->usb3_phy); in dwc3_core_get_phy() [all …]
|
/linux/drivers/usb/cdns3/ |
H A D | cdns3-plat.c | 34 ret = phy_power_on(cdns->usb3_phy); in set_phy_power_on() 43 phy_power_off(cdns->usb3_phy); in set_phy_power_off() 133 cdns->usb3_phy = devm_phy_optional_get(dev, "cdns3,usb3-phy"); in cdns3_plat_probe() 134 if (IS_ERR(cdns->usb3_phy)) in cdns3_plat_probe() 135 return dev_err_probe(dev, PTR_ERR(cdns->usb3_phy), in cdns3_plat_probe() 138 ret = phy_init(cdns->usb3_phy); in cdns3_plat_probe() 172 phy_exit(cdns->usb3_phy); in cdns3_plat_probe() 194 phy_exit(cdns->usb3_phy); in cdns3_plat_remove() 250 phy_exit(cdns->usb3_phy); in cdns3_controller_resume() 251 ret = phy_init(cdns->usb3_phy); in cdns3_controller_resume()
|
H A D | drd.c | 201 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 D | core.h | 70 * @usb3_phy: pointer to USB3 PHY 112 struct phy *usb3_phy; 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/Documentation/devicetree/bindings/phy/ |
H A D | allwinner,sun50i-h6-usb-phy.yaml | 40 - const: usb3_phy 99 "usb3_phy";
|
H A D | allwinner,sun8i-h3-usb-phy.yaml | 53 - const: usb3_phy 153 "usb3_phy";
|
H A D | qcom,usb-ss.yaml | 69 usb3_phy: usb3-phy@78000 {
|
H A D | phy-bindings.txt | 49 phys = <&usb2_phy>, <&usb3_phy>;
|
/linux/arch/arm64/boot/dts/marvell/ |
H A D | armada-3720-espressobin-ultra.dts | 38 usb3_phy: usb3-phy { label 113 usb-phy = <&usb3_phy>;
|
H A D | armada-3720-db.dts | 42 usb3_phy: usb3-phy { label 219 usb-phy = <&usb3_phy>;
|
/linux/arch/arm/boot/dts/broadcom/ |
H A D | bcm47094.dtsi | 20 &usb3_phy {
|
H A D | bcm4708-linksys-ea6500-v2.dts | 43 &usb3_phy {
|
H A D | bcm4708-linksys-ea6300-v1.dts | 46 &usb3_phy {
|
H A D | bcm47094-phicomm-k3.dts | 37 &usb3_phy {
|
H A D | bcm4709-linksys-ea9200.dts | 47 &usb3_phy {
|
H A D | bcm94708.dts | 47 &usb3_phy {
|
H A D | bcm94709.dts | 47 &usb3_phy {
|
H A D | bcm47081-asus-rt-n18u.dts | 77 &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 | bcm4708-asus-rt-ac56u.dts | 92 &usb3_phy {
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8x-colibri-aster.dtsi | 56 &usb3_phy {
|