Home
last modified time | relevance | path

Searched full:usb3_phy (Results 1 – 25 of 71) sorted by relevance

123

/linux/drivers/usb/dwc3/
H A Ddwc3-xilinx.c47 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 Dcore.c817 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 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()
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 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.h70 * @usb3_phy: pointer to USB3 PHY
112 struct phy *usb3_phy; member
/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
/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";
H A Dqcom,usb-ss.yaml69 usb3_phy: usb3-phy@78000 {
H A Dphy-bindings.txt49 phys = <&usb2_phy>, <&usb3_phy>;
/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>;
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47094.dtsi20 &usb3_phy {
H A Dbcm4708-linksys-ea6500-v2.dts43 &usb3_phy {
H A Dbcm4708-linksys-ea6300-v1.dts46 &usb3_phy {
H A Dbcm47094-phicomm-k3.dts37 &usb3_phy {
H A Dbcm4709-linksys-ea9200.dts47 &usb3_phy {
H A Dbcm94708.dts47 &usb3_phy {
H A Dbcm94709.dts47 &usb3_phy {
H A Dbcm47081-asus-rt-n18u.dts77 &usb3_phy {
H A Dbcm4708-netgear-r6300-v2.dts86 &usb3_phy {
H A Dbcm4708-asus-rt-ac68u.dts83 &usb3_phy {
H A Dbcm4708-asus-rt-ac56u.dts92 &usb3_phy {
/linux/arch/arm64/boot/dts/freescale/
H A Dimx8x-colibri-aster.dtsi56 &usb3_phy {

123