| /linux/arch/arm64/boot/dts/nvidia/ |
| H A D | tegra234-p3768-0000+p3767.dtsi | 64 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 D | tegra234-p3740-0002+p3701-0008.dts | 127 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 D | tegra186-p3509-0000+p3636-0001.dts | 626 usb2 { 630 micro_b: usb2-0 { 635 usb2-1 { 640 usb2-2 { 660 usb2-0 { 677 usb2-1 { 684 usb2-2 { 692 nvidia,usb2-companion = <1>; 702 phys = <&{/padctl@3520000/pads/usb2/lanes/usb2-0}>, 703 <&{/padctl@3520000/pads/usb2/lanes/usb2-1}>, [all …]
|
| H A D | tegra194-p2972-0000.dts | 2030 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 D | tegra234-p3701.dtsi | 90 usb2-0 { 94 usb2-1 { 98 usb2-2 { 102 usb2-3 {
|
| H A D | tegra132-norrin.dts | 900 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 …]
|
| /linux/drivers/phy/tegra/ |
| H A D | xusb.c | 292 padctl->usb2 = pad; in tegra_xusb_pad_create() 743 static int tegra_xusb_usb2_port_parse_dt(struct tegra_xusb_usb2_port *usb2) in tegra_xusb_usb2_port_parse_dt() argument 745 struct tegra_xusb_port *port = &usb2->base; in tegra_xusb_usb2_port_parse_dt() 750 usb2->internal = of_property_read_bool(np, "nvidia,internal"); in tegra_xusb_usb2_port_parse_dt() 757 usb2->mode = USB_DR_MODE_UNKNOWN; in tegra_xusb_usb2_port_parse_dt() 759 usb2->mode = err; in tegra_xusb_usb2_port_parse_dt() 762 usb2->mode = USB_DR_MODE_HOST; in tegra_xusb_usb2_port_parse_dt() 766 if (usb2->mode == USB_DR_MODE_PERIPHERAL || in tegra_xusb_usb2_port_parse_dt() 767 usb2->mode == USB_DR_MODE_OTG) { in tegra_xusb_usb2_port_parse_dt() 775 modes[usb2->mode]); in tegra_xusb_usb2_port_parse_dt() [all …]
|
| H A D | xusb-tegra186.c | 301 struct tegra_xusb_usb2_lane *usb2; in tegra186_usb2_lane_probe() local 304 usb2 = kzalloc(sizeof(*usb2), GFP_KERNEL); in tegra186_usb2_lane_probe() 305 if (!usb2) in tegra186_usb2_lane_probe() 308 INIT_LIST_HEAD(&usb2->base.list); in tegra186_usb2_lane_probe() 309 usb2->base.soc = &pad->soc->lanes[index]; in tegra186_usb2_lane_probe() 310 usb2->base.index = index; in tegra186_usb2_lane_probe() 311 usb2->base.pad = pad; in tegra186_usb2_lane_probe() 312 usb2->base.np = np; in tegra186_usb2_lane_probe() 314 err = tegra_xusb_lane_parse_dt(&usb2->base, np); in tegra186_usb2_lane_probe() 316 kfree(usb2); in tegra186_usb2_lane_probe() [all …]
|
| H A 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 …]
|
| H A D | xusb-tegra210.c | 1749 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 D | bcm47081-tplink-archer-c5-v2.dts | 36 led-usb2-port1 { 37 label = "bcm53xx:green:usb2-port1"; 69 led-usb2-port2 { 70 label = "bcm53xx:green:usb2-port2"; 111 &usb2 {
|
| H A D | bcm4709-netgear-r7000.dts | 67 led-usb2 { 68 label = "bcm53xx:white:usb2"; 96 &usb2 {
|
| H A D | bcm4709-tplink-archer-c9-v1.dts | 54 led-usb2 { 55 label = "bcm53xx:blue:usb2"; 95 &usb2 {
|
| /linux/drivers/phy/amlogic/ |
| H A D | Makefile | 3 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 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
|
| /linux/Documentation/devicetree/bindings/mips/lantiq/ |
| H A 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";
|
| /linux/arch/arm/boot/dts/amlogic/ |
| H A 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";
|
| /linux/arch/powerpc/boot/dts/fsl/ |
| H A D | mpc8536si-post.dtsi | 209 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 D | p1020si-post.dtsi | 145 /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/fs/ufs/ |
| H A D | super.c | 152 struct ufs_super_block_second *usb2, in ufs_print_super_stuff() argument 168 pr_debug(" fs_volname: %s\n", usb2->fs_un.fs_u2.fs_volname); in ufs_print_super_stuff() 170 fs64_to_cpu(sb, usb2->fs_un.fs_u2.fs_sblockloc)); in ufs_print_super_stuff() 172 fs64_to_cpu(sb, usb2->fs_un.fs_u2.cs_ndir)); in ufs_print_super_stuff() 175 fs64_to_cpu(sb, usb2->fs_un.fs_u2.cs_nbfree)); in ufs_print_super_stuff() 266 # define ufs_print_super_stuff(sb, usb1, usb2, usb3) /**/ argument 425 struct ufs_super_block_second *usb2; in ufs_setup_cstotal() local 431 usb2 = ubh_get_usb_second(uspi); in ufs_setup_cstotal() 435 (usb2->fs_un.fs_u2.fs_maxbsize == usb1->fs_bsize)) || in ufs_setup_cstotal() 438 uspi->cs_total.cs_ndir = fs64_to_cpu(sb, usb2->fs_un.fs_u2.cs_ndir); in ufs_setup_cstotal() [all …]
|
| /linux/Documentation/admin-guide/media/ |
| H A D | dvb-usb-nova-t-usb2-cardlist.rst | 3 dvb-usb-nova-t-usb2 cards list 15 * - Hauppauge WinTV-NOVA-T usb2
|
| /linux/arch/arm/boot/dts/nvidia/ |
| H A D | tegra124-venice2.dts | 919 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 D | stih410-pinctrl.dtsi | 13 pinctrl_usb0: usb2-0 { 22 pinctrl_usb1: usb2-1 {
|
| /linux/arch/mips/boot/dts/cavium-octeon/ |
| H A D | dlink_dsr-1000n.dts | 28 led-usb2 { 29 label = "usb2";
|
| /linux/Documentation/driver-api/phy/ |
| H A D | samsung-usb2.rst | 20 - phy-samsung-usb2.c 30 - phy-samsung-usb2.h 108 phy-samsung-usb2.c file. In case of Exynos 4210 the following lines were 113 .compatible = "samsung,exynos4210-usb2-phy", 135 obj-$(CONFIG_PHY_EXYNOS4210_USB2) += phy-exynos4210-usb2.o
|