/kernel/linux/linux-5.10/drivers/phy/broadcom/ |
D | phy-bcm-ns-usb2.c | 28 struct bcm_ns_usb2 *usb2 = phy_get_drvdata(phy); in bcm_ns_usb2_phy_init() local 29 struct device *dev = usb2->dev; in bcm_ns_usb2_phy_init() 30 void __iomem *dmu = usb2->dmu; in bcm_ns_usb2_phy_init() 34 err = clk_prepare_enable(usb2->ref_clk); in bcm_ns_usb2_phy_init() 40 ref_clk_rate = clk_get_rate(usb2->ref_clk); in bcm_ns_usb2_phy_init() 72 clk_disable_unprepare(usb2->ref_clk); in bcm_ns_usb2_phy_init() 85 struct bcm_ns_usb2 *usb2; in bcm_ns_usb2_probe() local 89 usb2 = devm_kzalloc(&pdev->dev, sizeof(*usb2), GFP_KERNEL); in bcm_ns_usb2_probe() 90 if (!usb2) in bcm_ns_usb2_probe() 92 usb2->dev = dev; in bcm_ns_usb2_probe() [all …]
|
/kernel/linux/linux-5.10/drivers/phy/samsung/ |
D | Makefile | 6 obj-$(CONFIG_PHY_SAMSUNG_USB2) += phy-exynos-usb2.o 7 phy-exynos-usb2-y += phy-samsung-usb2.o 8 phy-exynos-usb2-$(CONFIG_PHY_EXYNOS4210_USB2) += phy-exynos4210-usb2.o 9 phy-exynos-usb2-$(CONFIG_PHY_EXYNOS4X12_USB2) += phy-exynos4x12-usb2.o 10 phy-exynos-usb2-$(CONFIG_PHY_EXYNOS5250_USB2) += phy-exynos5250-usb2.o 11 phy-exynos-usb2-$(CONFIG_PHY_S5PV210_USB2) += phy-s5pv210-usb2.o
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/phy/ |
D | nvidia,tegra124-xusb-padctl.txt | 82 For Tegra124 and Tegra132, the following pads exist: usb2, ulpi, hsic, pcie 85 For Tegra210, the following pads exist: usb2, hsic, pcie and sata. Below is 141 - usb2: usb2-0, usb2-1, usb2-2 153 - usb2: usb2-0, usb2-1, usb2-2, usb2-3 163 - usb2: usb2-0, usb2-1, usb2-2, usb2-3 229 - nvidia,usb2-companion: A single cell that specifies the physical port number 247 - 3x USB2: usb2-0, usb2-1, usb2-2 253 - 4x USB2: usb2-0, usb2-1, usb2-2, usb2-3 258 - 4x USB2: usb2-0, usb2-1, usb2-2, usb2-3 280 usb2 { [all …]
|
D | phy-lantiq-rcu-usb2.txt | 12 "lantiq,ase-usb2-phy" 13 "lantiq,danube-usb2-phy" 14 "lantiq,xrx100-usb2-phy" 15 "lantiq,xrx200-usb2-phy" 16 "lantiq,xrx300-usb2-phy" 31 usb_phy0: usb2-phy@18 { 32 compatible = "lantiq,xrx200-usb2-phy";
|
D | phy-hisi-inno-usb2.txt | 5 "hisilicon,inno-usb2-phy", 6 "hisilicon,hi3798cv200-usb2-phy". 36 usb2_phy1: usb2-phy@120 { 37 compatible = "hisilicon,hi3798cv200-usb2-phy"; 57 usb2_phy2: usb2-phy@124 { 58 compatible = "hisilicon,hi3798cv200-usb2-phy";
|
D | bcm-ns-usb2-phy.txt | 4 - compatible: brcm,ns-usb2-phy 14 usb2-phy { 15 compatible = "brcm,ns-usb2-phy";
|
D | phy-stih407-usb.txt | 4 host controllers (when controlling usb2/1.1 devices) available on STiH407 SoC family from STMicroel… 7 - compatible : should be "st,stih407-usb2-phy" 18 compatible = "st,stih407-usb2-phy";
|
/kernel/linux/linux-5.10/drivers/phy/tegra/ |
D | xusb.c | 286 padctl->usb2 = pad; in tegra_xusb_pad_create() 708 static int tegra_xusb_usb2_port_parse_dt(struct tegra_xusb_usb2_port *usb2) in tegra_xusb_usb2_port_parse_dt() argument 710 struct tegra_xusb_port *port = &usb2->base; in tegra_xusb_usb2_port_parse_dt() 715 usb2->internal = of_property_read_bool(np, "nvidia,internal"); in tegra_xusb_usb2_port_parse_dt() 722 usb2->mode = USB_DR_MODE_UNKNOWN; in tegra_xusb_usb2_port_parse_dt() 724 usb2->mode = err; in tegra_xusb_usb2_port_parse_dt() 727 usb2->mode = USB_DR_MODE_HOST; in tegra_xusb_usb2_port_parse_dt() 731 if (usb2->mode == USB_DR_MODE_PERIPHERAL || in tegra_xusb_usb2_port_parse_dt() 732 usb2->mode == USB_DR_MODE_OTG) { in tegra_xusb_usb2_port_parse_dt() 739 modes[usb2->mode]); in tegra_xusb_usb2_port_parse_dt() [all …]
|
D | xusb-tegra186.c | 154 struct tegra_xusb_usb2_lane *usb2; in tegra186_usb2_lane_probe() local 157 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra186_usb2_lane_probe() 158 if (!usb2) in tegra186_usb2_lane_probe() 161 INIT_LIST_HEAD(&usb2->base.list); in tegra186_usb2_lane_probe() 162 usb2->base.soc = &pad->soc->lanes[index]; in tegra186_usb2_lane_probe() 163 usb2->base.index = index; in tegra186_usb2_lane_probe() 164 usb2->base.pad = pad; in tegra186_usb2_lane_probe() 165 usb2->base.np = np; in tegra186_usb2_lane_probe() 167 err = tegra_xusb_lane_parse_dt(&usb2->base, np); in tegra186_usb2_lane_probe() 169 kfree(usb2); in tegra186_usb2_lane_probe() [all …]
|
D | xusb-tegra124.c | 421 TEGRA124_LANE("usb2-0", 0x004, 0, 0x3, usb2), 422 TEGRA124_LANE("usb2-1", 0x004, 2, 0x3, usb2), 423 TEGRA124_LANE("usb2-2", 0x004, 4, 0x3, usb2), 430 struct tegra_xusb_usb2_lane *usb2; in tegra124_usb2_lane_probe() local 433 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra124_usb2_lane_probe() 434 if (!usb2) in tegra124_usb2_lane_probe() 437 INIT_LIST_HEAD(&usb2->base.list); in tegra124_usb2_lane_probe() 438 usb2->base.soc = &pad->soc->lanes[index]; in tegra124_usb2_lane_probe() 439 usb2->base.index = index; in tegra124_usb2_lane_probe() 440 usb2->base.pad = pad; in tegra124_usb2_lane_probe() [all …]
|
D | xusb-tegra210.c | 872 TEGRA210_LANE("usb2-0", 0x004, 0, 0x3, usb2), 873 TEGRA210_LANE("usb2-1", 0x004, 2, 0x3, usb2), 874 TEGRA210_LANE("usb2-2", 0x004, 4, 0x3, usb2), 875 TEGRA210_LANE("usb2-3", 0x004, 6, 0x3, usb2), 882 struct tegra_xusb_usb2_lane *usb2; in tegra210_usb2_lane_probe() local 885 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra210_usb2_lane_probe() 886 if (!usb2) in tegra210_usb2_lane_probe() 889 INIT_LIST_HEAD(&usb2->base.list); in tegra210_usb2_lane_probe() 890 usb2->base.soc = &pad->soc->lanes[index]; in tegra210_usb2_lane_probe() 891 usb2->base.index = index; in tegra210_usb2_lane_probe() [all …]
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/usb/ |
D | nvidia,tegra124-xusb.txt | 80 - Tegra124: usb2-0, usb2-1, usb2-2, hsic-0, hsic-1, usb3-0, usb3-1 81 - Tegra132: usb2-0, usb2-1, usb2-2, hsic-0, hsic-1, usb3-0, usb3-1 82 - Tegra210: usb2-0, usb2-1, usb2-2, usb2-3, hsic-0, usb3-0, usb3-1, usb3-2, 84 - Tegra186: usb2-0, usb2-1, usb2-2, hsic-0, usb3-0, usb3-1, usb3-2 119 phys = <&{/padctl@0,7009f000/pads/usb2/lanes/usb2-1}>, /* mini-PCIe USB */ 120 <&{/padctl@0,7009f000/pads/usb2/lanes/usb2-2}>, /* USB A */ 122 phy-names = "usb2-1", "usb2-2", "usb3-0";
|
D | fsl-usb.txt | 9 - compatible : Should be "fsl-usb2-mph" for multi port host USB 10 controllers, or "fsl-usb2-dr" for dual role USB controllers 11 or "fsl,mpc5121-usb2-dr" for dual role USB controllers of MPC5121. 13 also be mentioned (for eg. fsl-usb2-dr-v2.2 for bsc9132). 19 fsl-usb2-mph compatible controllers. Either this property or 20 "port1" (or both) must be defined for "fsl-usb2-mph" compatible 23 fsl-usb2-mph compatible controllers. Either this property or 24 "port0" (or both) must be defined for "fsl-usb2-mph" compatible 26 - dr_mode : indicates the working mode for "fsl-usb2-dr" compatible 45 compatible = "fsl-usb2-mph"; [all …]
|
D | udc-xilinx.txt | 4 - compatible : Should be "xlnx,usb2-device-4.00.a" 12 axi-usb2-device@42e00000 { 13 compatible = "xlnx,usb2-device-4.00.a";
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/nvidia/ |
D | tegra194-p2972-0000.dts | 58 usb2 { 60 usb2-1 { 64 usb2-3 { 84 usb2-1 { 89 usb2-3 { 95 nvidia,usb2-companion = <1>; 100 nvidia,usb2-companion = <3>; 110 phys = <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-1}>, 111 <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-3}>, 114 phy-names = "usb2-1", "usb2-3", "usb3-0", "usb3-3";
|
D | tegra186-p2771-0000.dts | 114 usb2 { 118 micro_b: usb2-0 { 123 usb2-1 { 128 usb2-2 { 158 usb2-0 { 176 usb2-1 { 184 nvidia,usb2-companion = <1>; 194 phys = <&{/padctl@3520000/pads/usb2/lanes/usb2-0}>, 195 <&{/padctl@3520000/pads/usb2/lanes/usb2-1}>, 197 phy-names = "usb2-0", "usb2-1", "usb3-0"; [all …]
|
D | tegra194-p3509-0000+p3668-0000.dts | 53 usb2 { 55 usb2-1 { 59 usb2-2 { 75 usb2-1 { 80 usb2-2 { 87 nvidia,usb2-companion = <1>; 97 phys = <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-1}>, 98 <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-2}>, 100 phy-names = "usb2-1", "usb2-2", "usb3-2";
|
D | tegra210-p3450-0000.dts | 450 phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>, 451 <&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>, 452 <&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>, 454 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0"; 477 usb2 { 481 micro_b: usb2-0 { 486 usb2-1 { 491 usb2-2 { 541 usb2-0 { 558 usb2-1 { [all …]
|
/kernel/linux/linux-5.10/drivers/phy/amlogic/ |
D | Makefile | 2 obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o 3 obj-$(CONFIG_PHY_MESON_GXL_USB2) += phy-meson-gxl-usb2.o 4 obj-$(CONFIG_PHY_MESON_G12A_USB2) += phy-meson-g12a-usb2.o
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | bcm47081-tplink-archer-c5-v2.dts | 36 usb2-port1 { 37 label = "bcm53xx:green:usb2-port1"; 69 usb2-port2 { 70 label = "bcm53xx:green:usb2-port2"; 126 &usb2 {
|
D | tegra124-nyan.dtsi | 398 phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>, /* 1st USB A */ 399 <&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>, /* Internal USB */ 400 <&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>, /* 2nd USB A */ 403 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0", "usb3-1"; 426 usb2 { 430 usb2-0 { 435 usb2-1 { 440 usb2-2 { 465 usb2-0 { 471 usb2-1 { [all …]
|
D | meson8m2.dtsi | 92 compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy"; 96 compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/clock/ |
D | renesas,rcar-usb2-clock-sel.txt | 27 - compatible: "renesas,r8a7795-rcar-usb2-clock-sel" if the device is a part of 29 "renesas,r8a7796-rcar-usb2-clock-sel" if the device if a part of 31 "renesas,r8a77961-rcar-usb2-clock-sel" if the device if a part of 33 "renesas,rcar-gen3-usb2-clock-sel" for a generic R-Car Gen3 58 compatible = "renesas,r8a7795-rcar-usb2-clock-sel", 59 "renesas,rcar-gen3-usb2-clock-sel";
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mips/lantiq/ |
D | rcu.txt | 43 usb_phy0: usb2-phy@18 { 44 compatible = "lantiq,xrx200-usb2-phy"; 52 usb_phy1: usb2-phy@34 { 53 compatible = "lantiq,xrx200-usb2-phy";
|
/kernel/linux/linux-5.10/drivers/media/usb/dvb-usb/ |
D | Makefile | 32 dvb-usb-nova-t-usb2-objs := nova-t-usb2.o 33 obj-$(CONFIG_DVB_USB_NOVA_T_USB2) += dvb-usb-nova-t-usb2.o 80 dvb-usb-technisat-usb2-objs := technisat-usb2.o 81 obj-$(CONFIG_DVB_USB_TECHNISAT_USB2) += dvb-usb-technisat-usb2.o
|