| /linux-6.15/drivers/phy/sunplus/ |
| H A D | phy-sunplus-usb2.c | 130 ret = update_disc_vol(usbphy); in sp_uphy_init() 240 struct sp_usbphy *usbphy; in sp_usb_phy_probe() local 245 usbphy = devm_kzalloc(&pdev->dev, sizeof(*usbphy), GFP_KERNEL); in sp_usb_phy_probe() 246 if (!usbphy) in sp_usb_phy_probe() 249 usbphy->dev = &pdev->dev; in sp_usb_phy_probe() 252 usbphy->phy_regs = devm_ioremap_resource(&pdev->dev, usbphy->phy_res_mem); in sp_usb_phy_probe() 257 if (!usbphy->moon4_res_mem) in sp_usb_phy_probe() 260 usbphy->moon4_regs = devm_ioremap(&pdev->dev, usbphy->moon4_res_mem->start, in sp_usb_phy_probe() 262 if (!usbphy->moon4_regs) in sp_usb_phy_probe() 266 if (IS_ERR(usbphy->phy_clk)) in sp_usb_phy_probe() [all …]
|
| /linux-6.15/Documentation/devicetree/bindings/phy/ |
| H A D | fsl,mxs-usbphy.yaml | 16 - fsl,imx23-usbphy 17 - fsl,imx7ulp-usbphy 18 - fsl,vf610-usbphy 21 - fsl,imx28-usbphy 22 - fsl,imx6ul-usbphy 23 - fsl,imx6sl-usbphy 24 - fsl,imx6sx-usbphy 25 - fsl,imx6q-usbphy 33 - fsl,imx8dxl-usbphy 34 - fsl,imx8qm-usbphy [all …]
|
| H A D | mediatek,mt7628-usbphy.yaml | 4 $id: http://devicetree.org/schemas/phy/mediatek,mt7628-usbphy.yaml# 15 - mediatek,mt7620-usbphy 16 - mediatek,mt7628-usbphy 17 - ralink,rt3352-usbphy 52 const: mediatek,mt7628-usbphy 65 compatible = "mediatek,mt7628-usbphy";
|
| H A D | keystone-usb-phy.txt | 4 - compatible: should be "ti,keystone-usbphy". 15 compatible = "ti,keystone-usbphy";
|
| H A D | rockchip-usb-phy.yaml | 69 usbphy: usbphy {
|
| H A D | phy-hi6220-usb.txt | 11 usb_phy: usbphy {
|
| H A D | phy-pxa-usb.txt | 10 usb-phy: usbphy@d4207000 {
|
| H A D | marvell,pxa1928-usb-phy.yaml | 42 usbphy: phy@7000 {
|
| /linux-6.15/Documentation/devicetree/bindings/reset/ |
| H A D | renesas,rzg2l-usbphy-ctrl.yaml | 4 $id: http://devicetree.org/schemas/reset/renesas,rzg2l-usbphy-ctrl.yaml# 20 - renesas,r9a07g043-usbphy-ctrl # RZ/G2UL and RZ/Five 21 - renesas,r9a07g044-usbphy-ctrl # RZ/G2{L,LC} 22 - renesas,r9a07g054-usbphy-ctrl # RZ/V2L 23 - const: renesas,rzg2l-usbphy-ctrl 66 phyrst: usbphy-ctrl@11c40000 { 67 compatible = "renesas,r9a07g044-usbphy-ctrl", 68 "renesas,rzg2l-usbphy-ctrl";
|
| /linux-6.15/arch/arm64/boot/dts/freescale/ |
| H A D | imx8dxl-ss-conn.dtsi | 50 fsl,usbphy = <&usbphy2>; 71 usbphy2: usbphy@5b110000 { 72 compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy"; 142 compatible = "fsl,imx8dxl-usbphy", "fsl,imx7ulp-usbphy";
|
| H A D | imx8qxp-ss-conn.dtsi | 8 compatible = "fsl,imx8qxp-usbphy", "fsl,imx7ulp-usbphy";
|
| H A D | imx8qm-ss-conn.dtsi | 8 compatible = "fsl,imx8qm-usbphy", "fsl,imx7ulp-usbphy";
|
| /linux-6.15/Documentation/devicetree/bindings/usb/ |
| H A D | brcm,bcm7445-ehci.yaml | 36 const: usbphy 54 phy-names = "usbphy";
|
| H A D | allwinner,sun4i-a10-musb.yaml | 102 phys = <&usbphy 0>; 104 extcon = <&usbphy 0>;
|
| /linux-6.15/drivers/usb/host/ |
| H A D | xhci-tegra.c | 298 struct usb_phy **usbphy; member 1411 return (tegra->usbphy[index] != NULL); in is_usb2_otg_phy() 1455 struct usb_phy *usbphy) in tegra_xusb_get_usb2_port() argument 1460 if (tegra->usbphy[i] && usbphy == tegra->usbphy[i]) in tegra_xusb_get_usb2_port() 1472 struct usb_phy *usbphy = (struct usb_phy *)data; in tegra_xhci_id_notify() local 1497 sizeof(*tegra->usbphy), GFP_KERNEL); in tegra_xusb_init_usb_phy() 1498 if (!tegra->usbphy) in tegra_xusb_init_usb_phy() 1515 if (!IS_ERR(tegra->usbphy[i])) { in tegra_xusb_init_usb_phy() 1522 tegra->usbphy[i] = NULL; in tegra_xusb_init_usb_phy() 1536 if (tegra->usbphy[i]) in tegra_xusb_deinit_usb_phy() [all …]
|
| /linux-6.15/arch/arm64/boot/dts/allwinner/ |
| H A D | sun50i-h616.dtsi | 704 phys = <&usbphy 0>; 706 extcon = <&usbphy 0>; 710 usbphy: phy@5100400 { label 754 phys = <&usbphy 0>; 767 phys = <&usbphy 0>; 782 phys = <&usbphy 1>; 795 phys = <&usbphy 1>; 810 phys = <&usbphy 2>; 823 phys = <&usbphy 2>; 838 phys = <&usbphy 3>; [all …]
|
| H A D | sun50i-a100.dtsi | 425 phys = <&usbphy 0>; 427 extcon = <&usbphy 0>; 431 usbphy: phy@5100400 { label 462 phys = <&usbphy 0>; 475 phys = <&usbphy 0>; 490 phys = <&usbphy 1>; 503 phys = <&usbphy 1>;
|
| /linux-6.15/arch/arm/boot/dts/allwinner/ |
| H A D | sunxi-h3-h5.dtsi | 260 phys = <&usbphy 0>; 262 extcon = <&usbphy 0>; 267 usbphy: phy@1c19400 { label 305 phys = <&usbphy 0>; 317 phys = <&usbphy 0>; 328 phys = <&usbphy 1>; 340 phys = <&usbphy 1>; 351 phys = <&usbphy 2>; 363 phys = <&usbphy 2>; 374 phys = <&usbphy 3>; [all …]
|
| H A D | sun8i-s3-elimo-impetus.dtsi | 41 &usbphy {
|
| H A D | sun8i-s3-lichee-zero-plus.dts | 50 &usbphy {
|
| /linux-6.15/drivers/usb/gadget/udc/ |
| H A D | tegra-xudc.c | 516 struct usb_phy **usbphy; member 785 struct usb_phy *usbphy) in tegra_xudc_get_phy_index() argument 790 if (xudc->usbphy[i] && usbphy == xudc->usbphy[i]) in tegra_xudc_get_phy_index() 799 struct usb_phy *usbphy) in tegra_xudc_update_data_role() argument 820 xudc->curr_usbphy = usbphy; in tegra_xudc_update_data_role() 2121 if (xudc->usbphy[i]) in tegra_xudc_gadget_start() 2146 if (xudc->usbphy[i]) in tegra_xudc_gadget_stop() 3513 if (!xudc->usbphy) in tegra_xudc_phy_get() 3534 if (IS_ERR(xudc->usbphy[i])) { in tegra_xudc_phy_get() 3578 xudc->usbphy[i] = NULL; in tegra_xudc_phy_get() [all …]
|
| /linux-6.15/arch/arm/boot/dts/nxp/imx/ |
| H A D | imx27-pdk.dts | 18 usbphy0: usbphy { 107 fsl,usbphy = <&usbphy0>;
|
| H A D | imx6sl.dtsi | 638 usbphy1: usbphy@20c9000 { 639 compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy"; 647 usbphy2: usbphy@20ca000 { 648 compatible = "fsl,imx6sl-usbphy", "fsl,imx23-usbphy"; 811 fsl,usbphy = <&usbphy1>; 824 fsl,usbphy = <&usbphy2>; 837 fsl,usbphy = <&usbphynop1>;
|
| H A D | imx6sll.dtsi | 538 compatible = "fsl,imx6sll-usbphy", "fsl,imx6ul-usbphy", 539 "fsl,imx23-usbphy"; 548 compatible = "fsl,imx6sll-usbphy", "fsl,imx6ul-usbphy", 549 "fsl,imx23-usbphy"; 694 fsl,usbphy = <&usbphy1>; 708 fsl,usbphy = <&usbphy2>;
|
| /linux-6.15/arch/arm/boot/dts/broadcom/ |
| H A D | bcm21664-garnet.dts | 49 &usbphy {
|