Home
last modified time | relevance | path

Searched refs:usb2 (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/linux/arch/arm64/boot/dts/nvidia/
H A Dtegra234-p3768-0000+p3767.dtsi64 usb2 {
66 usb2-0 {
71 usb2-1 {
76 usb2-2 {
100 usb2-0 {
108 usb2-1 {
115 usb2-2 {
123 nvidia,usb2-companion = <1>;
129 nvidia,usb2-companion = <0>;
138 phys = <&{/bus@0/padctl@3520000/pads/usb2/lanes/usb2-0}>,
[all …]
H A Dtegra234-p3740-0002+p3701-0008.dts127 usb2 {
129 usb2-0 {
134 usb2-1 {
139 usb2-2 {
144 usb2-3 {
172 usb2-0 {
178 usb2-1 {
183 usb2-2 {
188 usb2-3 {
194 nvidia,usb2-companion = <2>;
[all …]
H A Dtegra186-p3509-0000+p3636-0001.dts624 usb2 {
628 micro_b: usb2-0 {
633 usb2-1 {
638 usb2-2 {
658 usb2-0 {
676 usb2-1 {
683 usb2-2 {
691 nvidia,usb2-companion = <1>;
701 phys = <&{/padctl@3520000/pads/usb2/lanes/usb2-0}>,
702 <&{/padctl@3520000/pads/usb2/lanes/usb2-1}>,
[all …]
H A Dtegra194-p2972-0000.dts2030 usb2 {
2032 usb2-0 {
2036 usb2-1 {
2040 usb2-3 {
2064 usb2-0 {
2076 usb2-1 {
2081 usb2-3 {
2087 nvidia,usb2-companion = <1>;
2092 nvidia,usb2-companion = <0>;
2097 nvidia,usb2-companion = <3>;
[all …]
H A Dtegra234-p3701.dtsi89 usb2-0 {
93 usb2-1 {
97 usb2-2 {
101 usb2-3 {
H A Dtegra132-norrin.dts900 phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>, /* 1st USB A */
901 <&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>, /* Internal USB */
902 <&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>, /* 2nd USB A */
905 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0", "usb3-1";
922 usb2 {
926 usb2-0 {
931 usb2-1 {
936 usb2-2 {
961 usb2-0 {
968 usb2-1 {
[all …]
H A Dtegra210-p3450-0000.dts439 phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>,
440 <&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>,
441 <&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>,
443 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0";
461 usb2 {
465 micro_b: usb2-0 {
470 usb2-1 {
475 usb2-2 {
525 usb2-0 {
542 usb2-1 {
[all …]
/linux/Documentation/devicetree/bindings/phy/
H A Dphy-lantiq-rcu-usb2.txt12 "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";
H A Dphy-hisi-inno-usb2.txt5 "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";
/linux/drivers/phy/tegra/
H A Dxusb-tegra186.c299 struct tegra_xusb_usb2_lane *usb2; in tegra186_usb2_lane_probe() local
302 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra186_usb2_lane_probe()
303 if (!usb2) in tegra186_usb2_lane_probe()
306 INIT_LIST_HEAD(&usb2->base.list); in tegra186_usb2_lane_probe()
307 usb2->base.soc = &pad->soc->lanes[index]; in tegra186_usb2_lane_probe()
308 usb2->base.index = index; in tegra186_usb2_lane_probe()
309 usb2->base.pad = pad; in tegra186_usb2_lane_probe()
310 usb2->base.np = np; in tegra186_usb2_lane_probe()
312 err = tegra_xusb_lane_parse_dt(&usb2->base, np); in tegra186_usb2_lane_probe()
314 kfree(usb2); in tegra186_usb2_lane_probe()
[all …]
H A Dxusb-tegra124.c421 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 …]
H A Dxusb-tegra210.c1749 TEGRA210_LANE("usb2-0", 0x004, 0, 0x3, usb2),
1750 TEGRA210_LANE("usb2-1", 0x004, 2, 0x3, usb2),
1751 TEGRA210_LANE("usb2-2", 0x004, 4, 0x3, usb2),
1752 TEGRA210_LANE("usb2-3", 0x004, 6, 0x3, usb2),
1759 struct tegra_xusb_usb2_lane *usb2; in tegra210_usb2_lane_probe() local
1762 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra210_usb2_lane_probe()
1763 if (!usb2) in tegra210_usb2_lane_probe()
1766 INIT_LIST_HEAD(&usb2->base.list); in tegra210_usb2_lane_probe()
1767 usb2->base.soc = &pad->soc->lanes[index]; in tegra210_usb2_lane_probe()
1768 usb2->base.index = index; in tegra210_usb2_lane_probe()
[all …]
/linux/arch/arm/boot/dts/broadcom/
H A Dbcm47081-tplink-archer-c5-v2.dts36 led-usb2-port1 {
37 label = "bcm53xx:green:usb2-port1";
69 led-usb2-port2 {
70 label = "bcm53xx:green:usb2-port2";
111 &usb2 {
H A Dbcm4709-netgear-r7000.dts67 led-usb2 {
68 label = "bcm53xx:white:usb2";
96 &usb2 {
H A Dbcm4709-tplink-archer-c9-v1.dts54 led-usb2 {
55 label = "bcm53xx:blue:usb2";
95 &usb2 {
/linux/drivers/phy/amlogic/
H A DMakefile3 obj-$(CONFIG_PHY_MESON8B_USB2) += phy-meson8b-usb2.o
4 obj-$(CONFIG_PHY_MESON_GXL_USB2) += phy-meson-gxl-usb2.o
5 obj-$(CONFIG_PHY_MESON_G12A_USB2) += phy-meson-g12a-usb2.o
/linux/drivers/media/usb/dvb-usb/
H A DMakefile32 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
/linux/Documentation/devicetree/bindings/mips/lantiq/
H A Drcu.txt43 usb_phy0: usb2-phy@18 {
44 compatible = "lantiq,xrx200-usb2-phy";
52 usb_phy1: usb2-phy@34 {
53 compatible = "lantiq,xrx200-usb2-phy";
/linux/arch/arm/boot/dts/amlogic/
H A Dmeson8m2.dtsi92 compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
96 compatible = "amlogic,meson8m2-usb2-phy", "amlogic,meson-mx-usb2-phy";
/linux/arch/powerpc/boot/dts/fsl/
H A Dmpc8536si-post.dtsi209 compatible = "fsl-usb2-mph-v1.2", "fsl,mpc8536-usb2-mph", "fsl-usb2-mph";
217 compatible = "fsl-usb2-mph-v1.2", "fsl,mpc8536-usb2-mph", "fsl-usb2-mph";
236 compatible = "fsl,mpc8536-usb2-dr", "fsl-usb2-dr";
H A Dp1020si-post.dtsi145 /include/ "pq3-usb2-dr-0.dtsi"
147 compatible = "fsl-usb2-dr-v1.6", "fsl-usb2-dr";
149 /include/ "pq3-usb2-dr-1.dtsi"
151 compatible = "fsl-usb2-dr-v1.6", "fsl-usb2-dr";
/linux/Documentation/admin-guide/media/
H A Ddvb-usb-nova-t-usb2-cardlist.rst3 dvb-usb-nova-t-usb2 cards list
15 * - Hauppauge WinTV-NOVA-T usb2
/linux/arch/arm/boot/dts/nvidia/
H A Dtegra124-venice2.dts919 phys = <&{/padctl@7009f000/pads/usb2/lanes/usb2-0}>, /* 1st USB A */
920 <&{/padctl@7009f000/pads/usb2/lanes/usb2-1}>, /* Internal USB */
921 <&{/padctl@7009f000/pads/usb2/lanes/usb2-2}>, /* 2nd USB A */
924 phy-names = "usb2-0", "usb2-1", "usb2-2", "usb3-0", "usb3-1";
945 usb2 {
949 usb2-0 {
954 usb2-1 {
959 usb2-2 {
984 usb2-0 {
991 usb2-1 {
[all …]
/linux/arch/arm/boot/dts/st/
H A Dstih410-pinctrl.dtsi13 pinctrl_usb0: usb2-0 {
22 pinctrl_usb1: usb2-1 {
/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxm.dtsi138 compatible = "amlogic,meson-gxl-usb2-phy";
210 phy-names = "usb2-phy0", "usb2-phy1", "usb2-phy2";

12345678910>>...16