/linux-4.1.27/drivers/usb/misc/ |
D | usb3503.c | 69 static int usb3503_reset(struct usb3503 *hub, int state) in usb3503_reset() argument 71 if (!state && gpio_is_valid(hub->gpio_connect)) in usb3503_reset() 72 gpio_set_value_cansleep(hub->gpio_connect, 0); in usb3503_reset() 74 if (gpio_is_valid(hub->gpio_reset)) in usb3503_reset() 75 gpio_set_value_cansleep(hub->gpio_reset, state); in usb3503_reset() 84 static int usb3503_connect(struct usb3503 *hub) in usb3503_connect() argument 86 struct device *dev = hub->dev; in usb3503_connect() 89 usb3503_reset(hub, 1); in usb3503_connect() 91 if (hub->regmap) { in usb3503_connect() 93 err = regmap_write(hub->regmap, USB3503_SP_ILOCK, in usb3503_connect() [all …]
|
/linux-4.1.27/drivers/usb/core/ |
D | hub.c | 105 static inline char *portspeed(struct usb_hub *hub, int portstatus) in portspeed() argument 107 if (hub_is_superspeed(hub->hdev)) in portspeed() 173 struct usb_hub *hub, in usb_set_lpm_mel() argument 191 (hub->descriptor->u.ss.bHubHdrDecLat * 100); in usb_set_lpm_mel() 218 struct usb_hub *hub, in usb_set_lpm_pel() argument 294 struct usb_hub *hub; in usb_set_lpm_parameters() local 304 hub = usb_hub_to_struct_hub(udev->parent); in usb_set_lpm_parameters() 308 if (!hub) in usb_set_lpm_parameters() 317 hub, &udev->parent->u1_params, hub_u1_del); in usb_set_lpm_parameters() 320 hub, &udev->parent->u2_params, hub_u2_del); in usb_set_lpm_parameters() [all …]
|
D | hub.h | 36 struct usb_hub_status hub; member 112 extern int usb_hub_create_port_device(struct usb_hub *hub, 114 extern void usb_hub_remove_port_device(struct usb_hub *hub, 116 extern int usb_hub_set_port_power(struct usb_device *hdev, struct usb_hub *hub, 119 extern int hub_port_debounce(struct usb_hub *hub, int port1, 124 static inline bool hub_is_port_power_switchable(struct usb_hub *hub) in hub_is_port_power_switchable() argument 128 if (!hub) in hub_is_port_power_switchable() 130 hcs = hub->descriptor->wHubCharacteristics; in hub_is_port_power_switchable() 139 static inline unsigned hub_power_on_good_delay(struct usb_hub *hub) in hub_power_on_good_delay() argument 141 unsigned delay = hub->descriptor->bPwrOn2PwrGood * 2; in hub_power_on_good_delay() [all …]
|
D | port.c | 81 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_port_runtime_resume() local 87 if (!hub) in usb_port_runtime_resume() 89 if (hub->in_reset) { in usb_port_runtime_resume() 90 set_bit(port1, hub->power_bits); in usb_port_runtime_resume() 102 retval = usb_hub_set_port_power(hdev, hub, port1, true); in usb_port_runtime_resume() 103 msleep(hub_power_on_good_delay(hub)); in usb_port_runtime_resume() 114 if (hub_port_debounce_be_connected(hub, port1) < 0) { in usb_port_runtime_resume() 117 set_bit(port1, hub->warm_reset_bits); in usb_port_runtime_resume() 121 if (!test_and_set_bit(port1, hub->child_usage_bits)) { in usb_port_runtime_resume() 137 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_port_runtime_suspend() local [all …]
|
D | usb-acpi.c | 58 struct usb_hub *hub = usb_hub_to_struct_hub(hdev); in usb_acpi_set_power_state() local 65 if (!hub) in usb_acpi_set_power_state() 67 port_dev = hub->ports[port1 - 1]; in usb_acpi_set_power_state()
|
D | Makefile | 5 usbcore-y := usb.o hub.o hcd.o urb.o message.o driver.o
|
/linux-4.1.27/drivers/usb/host/ |
D | ohci-da8xx.c | 75 static void ohci_da8xx_ocic_handler(struct da8xx_ohci_root_hub *hub, in ohci_da8xx_ocic_handler() argument 81 if (hub->get_oci(port) > 0) in ohci_da8xx_ocic_handler() 82 hub->set_power(port, 0); in ohci_da8xx_ocic_handler() 88 struct da8xx_ohci_root_hub *hub = dev_get_platdata(dev); in ohci_da8xx_init() local 114 if (hub->set_power) { in ohci_da8xx_init() 118 if (hub->get_oci) { in ohci_da8xx_init() 123 rh_a |= hub->potpgt << 24; in ohci_da8xx_init() 174 struct da8xx_ohci_root_hub *hub = dev_get_platdata(dev); in ohci_da8xx_hub_control() local 188 if (hub->get_power && hub->get_power(wIndex) == 0) in ohci_da8xx_hub_control() 192 if (hub->get_oci && hub->get_oci(wIndex) > 0) in ohci_da8xx_hub_control() [all …]
|
D | Makefile | 8 fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o 14 xhci-hcd-y += xhci-ring.o xhci-hub.o xhci-dbg.o
|
D | fhci-hub.c | 278 cpu_to_le16(fhci->vroot_hub->hub.wHubStatus); in fhci_hub_control() 280 cpu_to_le16(fhci->vroot_hub->hub.wHubChange); in fhci_hub_control()
|
D | ehci-q.c | 172 struct usb_device *tt = urb->dev->tt->hub; in ehci_clear_tt_buffer() 179 || urb->dev->tt->hub != in ehci_clear_tt_buffer() 897 if (tt && tt->hub != ehci_to_hcd(ehci)->self.root_hub) in qh_make() 898 info2 |= tt->hub->devnum << 16; in qh_make()
|
D | fhci-hcd.c | 355 fhci->vroot_hub->hub.wHubStatus = 0; in fhci_start() 356 fhci->vroot_hub->hub.wHubChange = 0; in fhci_start()
|
D | fhci.h | 222 struct usb_hub_status hub; member
|
D | ehci-sched.c | 133 tt_index = kzalloc(utt->hub->maxchild * in find_tt() 186 for (i = 0; i < utt->hub->maxchild; ++i) in drop_tt() 1105 || (dev->tt->hub != in iso_stream_init() 1107 addr |= dev->tt->hub->devnum << 16; in iso_stream_init()
|
D | xhci-mem.c | 1155 if (!udev->tt || !udev->tt->hub->parent) { in xhci_setup_addressable_virt_dev() 1164 if (tt_bw->slot_id != udev->tt->hub->slot_id) in xhci_setup_addressable_virt_dev() 1180 if (udev->tt && udev->tt->hub->parent) { in xhci_setup_addressable_virt_dev() 1181 slot_ctx->tt_info = cpu_to_le32(udev->tt->hub->slot_id | in xhci_setup_addressable_virt_dev()
|
D | Kconfig | 64 or UHCI) to handle USB 1.1 devices connected to root hub ports. Ports 100 highspeed USB hub which is connected to a highspeed USB Host
|
D | fusbh200-hcd.c | 2170 struct usb_device *tt = urb->dev->tt->hub; in fusbh200_clear_tt_buffer() 2177 if (urb->dev->tt->hub != in fusbh200_clear_tt_buffer() 2905 if (tt && tt->hub != fusbh200_to_hcd(fusbh200)->self.root_hub) in qh_make() 2906 info2 |= tt->hub->devnum << 16; in qh_make()
|
D | fotg210-hcd.c | 2219 struct usb_device *tt = urb->dev->tt->hub; in fotg210_clear_tt_buffer() 2225 if (urb->dev->tt->hub != in fotg210_clear_tt_buffer() 2958 if (tt && tt->hub != fotg210_to_hcd(fotg210)->self.root_hub) in qh_make() 2959 info2 |= tt->hub->devnum << 16; in qh_make()
|
D | ehci-dbg.c | 575 dev_name(&tt->usb_tt->hub->dev), in fill_bandwidth_buffer()
|
/linux-4.1.27/arch/mips/sgi-ip27/ |
D | ip27-init.c | 59 struct hub_data *hub = hub_data(cnode); in per_hub_init() local 63 cpumask_set_cpu(smp_processor_id(), &hub->h_cpus); in per_hub_init() 100 __set_bit(i, hub->irq_alloc_mask); in per_hub_init() 104 __set_bit(IP_PEND0_6_63, hub->irq_alloc_mask); in per_hub_init() 108 __set_bit(i, hub->irq_alloc_mask); in per_hub_init() 118 struct hub_data *hub = hub_data(cnode); in per_cpu_init() local 119 struct slice_data *si = hub->slice + slice; in per_cpu_init() 122 if (test_and_set_bit(slice, &hub->slice_map)) in per_cpu_init()
|
D | ip27-smp.c | 42 klhub_t *hub; in get_actual_nasid() local 48 hub = (klhub_t *)find_first_component(brd, KLSTRUCT_HUB); in get_actual_nasid() 49 if (!hub) in get_actual_nasid() 51 if (!(hub->hub_info.flags & KLINFO_ENABLE)) /* disabled node brd */ in get_actual_nasid() 52 return hub->hub_info.physid; in get_actual_nasid()
|
D | ip27-irq.c | 188 struct hub_data *hub = hub_data(cpu_to_node(cpu)); in install_ipi() local 192 __set_bit(resched, hub->irq_alloc_mask); in install_ipi() 197 __set_bit(call, hub->irq_alloc_mask); in install_ipi()
|
D | ip27-irq-pci.c | 66 struct hub_data *hub = hub_data(cpu_to_node(cpu)); in alloc_level() local 70 level = find_first_zero_bit(hub->irq_alloc_mask, LEVELS_PER_SLICE); in alloc_level() 74 __set_bit(level, hub->irq_alloc_mask); in alloc_level()
|
D | ip27-memory.c | 426 .hub = {
|
/linux-4.1.27/arch/mips/include/asm/sn/ |
D | intr.h | 26 #define REMOTE_HUB_SEND_INTR(hub, level) \ argument 27 REMOTE_HUB_S((hub), PI_INT_PEND_MOD, (0x100 | (level))) 41 #define REMOTE_HUB_CLR_INTR(hub, level) \ argument 43 nasid_t __hub = (hub); \
|
/linux-4.1.27/arch/mips/include/asm/mach-ip27/ |
D | mmzone.h | 28 struct hub_data hub; member 34 #define hub_data(n) (&__node_data[(n)]->hub)
|
/linux-4.1.27/arch/mips/include/asm/mach-loongson/ |
D | mmzone.h | 41 struct hub_data hub; member 48 #define hub_data(n) (&__node_data[(n)]->hub)
|
/linux-4.1.27/Documentation/usb/ |
D | proc_usb_info.txt | 51 still connected (perhaps someone jostled their power supply, hub, 187 | version and the driver which provides this hub emulation. 292 of the USB devices on a system's root hub. (See more below 303 Here's an example, from a system which has a UHCI root hub, 304 an external hub connected to the root hub, and a mouse and 305 a serial converter connected to the external hub. 309 D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 314 I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub 318 D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 321 I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub [all …]
|
D | power-management.txt | 76 pressed, or a suspended USB hub resuming when a device is plugged in. 86 communication taking place. (For example, a hub isn't considered idle 87 unless all the devices plugged into that hub are already suspended.) 112 only drivers which do support it are the hub driver, kaweth, asix, 257 This means that non-hub devices won't be autosuspended unless the user 532 xHCI host root hub which support software LPM, the 547 controlled through Set/ClearPortFeature(PORT_POWER) requests to a hub. 548 In the case of a root or platform-internal hub the host controller 555 VBUS may be maintained in the case where a hub gangs multiple ports into 557 are turned off. VBUS may also be maintained by hub ports configured for [all …]
|
D | acm.txt | 72 D: Ver= 1.00 Cls=09(hub ) Sub=00 Prot=00 MxPS= 8 #Cfgs= 1 77 I: If#= 0 Alt= 0 #EPs= 1 Cls=09(hub ) Sub=00 Prot=00 Driver=hub
|
D | WUSB-Design-overview.txt | 35 2. DWA: Device Wired Adaptor, a Wireless USB hub for wired 117 for which the root hub is the radio...To reiterate: it is a USB 128 DWA: Device Wired Adaptor, a Wireless USB hub for wired devices 133 eye, it looks like a hub that connects upstream wirelessly. 276 root-hub 334 toggling the bits in the fake hub port, which kicks hub_wq into removing
|
D | error-codes.txt | 139 other errors, since the hub driver doesn't detect 159 disconnect. In the interval before the hub driver starts disconnect
|
D | hotplug.txt | 61 hub workqueue [hub_wq], or else as part of root hub initialization
|
D | ehci.txt | 19 (TT) in the hub, which turns low or full speed transactions into 35 other changes to the Linux-USB core APIs, including the hub driver, 72 The EHCI root hub code hands off USB 1.1 devices to its companion
|
D | CREDITS | 175 standard hub driver.
|
D | persist.txt | 57 has happened; look for lines saying "root hub lost power or was reset".
|
/linux-4.1.27/Documentation/devicetree/bindings/powerpc/fsl/cpm_qe/qe/ |
D | usb.txt | 18 - hub-power-budget : USB power budget for the root hub, in mA.
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/fuc/ |
D | hubgk110.fuc3 | 31 #include "hub.fuc" 38 #include "hub.fuc"
|
D | hubgf100.fuc3 | 31 #include "hub.fuc" 38 #include "hub.fuc"
|
D | hubgf117.fuc3 | 31 #include "hub.fuc" 38 #include "hub.fuc"
|
D | hubgk104.fuc3 | 31 #include "hub.fuc" 38 #include "hub.fuc"
|
D | hubgm107.fuc5 | 31 #include "hub.fuc" 38 #include "hub.fuc"
|
D | hubgk208.fuc5 | 31 #include "hub.fuc" 38 #include "hub.fuc"
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-pci-drivers-ehci_hcd | 37 may be attached directly to a "rate-matching hub". This 39 cannot be used to force a port on a high-speed hub to
|
D | sysfs-bus-usb | 123 combination of hub descriptor bits and platform-specific data 140 What: /sys/bus/usb/devices/.../(hub interface)/portX 144 The /sys/bus/usb/devices/.../(hub interface)/portX 147 What: /sys/bus/usb/devices/.../(hub interface)/portX/connect_type
|
D | sysfs-bus-usb-lvstest | 3 driver is bound with root hub device.
|
/linux-4.1.27/include/linux/platform_data/ |
D | usb-davinci.h | 39 typedef void (*da8xx_ocic_handler_t)(struct da8xx_ohci_root_hub *hub,
|
/linux-4.1.27/arch/x86/include/asm/uv/ |
D | uv_hub.h | 603 struct uv_hub_nmi_s *hub; member 612 #define uv_hub_nmi (uv_cpu_nmi.hub) 614 #define uv_hub_nmi_per(cpu) (uv_cpu_nmi_per(cpu).hub)
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/gr/ |
D | ctxgk20a.c | 44 .hub = gk104_grctx_pack_hub,
|
D | ctxgf117.c | 227 gf100_gr_mmio(priv, oclass->hub); in gf117_grctx_generate_main() 268 .hub = gf117_grctx_pack_hub,
|
D | ctxgk110b.c | 85 .hub = gk110_grctx_pack_hub,
|
D | ctxgf104.c | 95 .hub = gf100_grctx_pack_hub,
|
D | ctxgm206.c | 65 .hub = gm204_grctx_pack_hub,
|
D | ctxgm204.c | 984 gf100_gr_mmio(priv, oclass->hub); in gm204_grctx_generate_main() 1036 .hub = gm204_grctx_pack_hub,
|
D | ctxgf110.c | 346 .hub = gf100_grctx_pack_hub,
|
D | ctxgf119.c | 514 .hub = gf119_grctx_pack_hub,
|
D | ctxgk208.c | 546 .hub = gk208_grctx_pack_hub,
|
D | ctxgk110.c | 824 .hub = gk110_grctx_pack_hub,
|
D | ctxgk104.c | 959 gf100_gr_mmio(priv, oclass->hub); in gk104_grctx_generate_main() 1006 .hub = gk104_grctx_pack_hub,
|
D | ctxgm107.c | 960 gf100_gr_mmio(priv, oclass->hub); in gm107_grctx_generate_main() 1010 .hub = gm107_grctx_pack_hub,
|
D | ctxgf108.c | 791 .hub = gf108_grctx_pack_hub,
|
D | ctxgf100.h | 29 const struct gf100_gr_pack *hub; member
|
D | ctxgf100.c | 1238 gf100_gr_mmio(priv, oclass->hub); in gf100_grctx_generate_main() 1377 .hub = gf100_grctx_pack_hub,
|
D | gf100.c | 1385 gf100_gr_init_csdata(priv, cclass->hub, 0x409000, 0x000, 0x000000); in gf100_gr_init_ctxctl()
|
/linux-4.1.27/tools/usb/usbip/ |
D | README | 101 3-3:1.0 -> hub 109 5-2:1.0 -> hub 114 remember you can not export a USB hub.
|
/linux-4.1.27/Documentation/DocBook/ |
D | .usb.xml.cmd | 2 …e/file.c drivers/usb/core/driver.c drivers/usb/core/usb.c drivers/usb/core/hub.c drivers/usb/core/…
|
/linux-4.1.27/drivers/hid/ |
D | hid-elo.c | 184 struct usb_device *hub = dev->parent; in elo_broken_firmware() local 196 usb_hub_for_each_child(hub, i, child) { in elo_broken_firmware()
|
D | Makefile | 102 obj-$(CONFIG_HID_SENSOR_HUB) += hid-sensor-hub.o
|
D | Kconfig | 874 for a sensor hub and identifies all the sensors connected to it. 882 tristate "HID Sensors hub custom sensor support" 886 HID Sensor hub specification allows definition of some custom and
|
/linux-4.1.27/drivers/net/ethernet/oki-semi/pch_gbe/ |
D | Kconfig | 13 EG20T PCH is the platform controller hub that is used in Intel's
|
/linux-4.1.27/drivers/clk/bcm/ |
D | clk-bcm281xx.c | 92 BCM281XX_CCU_COMMON(hub, HUB), 95 KONA_CLK(hub, tmon_1m, peri),
|
/linux-4.1.27/Documentation/devicetree/bindings/clock/ |
D | brcm,kona-ccu.txt | 62 "brcm,bcm11351-hub-ccu" 80 hub tmon_1m peri 0 BCM281XX_HUB_CCU_TMON_1M
|
/linux-4.1.27/Documentation/ABI/obsolete/ |
D | sysfs-bus-usb | 26 initializes all non-hub devices in the "on" level. Some
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | gf100.c | 606 u32 hub = (stat & 0x00000040); in gf100_fifo_intr_fault() local 642 if (hub) { in gf100_fifo_intr_fault() 655 eu ? eu->name : euunk, hub ? "" : "GPC", gpcid, hub ? "" : "/", in gf100_fifo_intr_fault()
|
D | gk104.c | 720 u32 hub = (stat & 0x00000040); in gk104_fifo_intr_fault() local 756 if (hub) { in gk104_fifo_intr_fault() 769 eu ? eu->name : euunk, hub ? "" : "GPC", gpcid, hub ? "" : "/", in gk104_fifo_intr_fault()
|
/linux-4.1.27/Documentation/hid/ |
D | hid-sensor.txt | 5 which are connected to a sensor hub. The sensor hub is a HID device and it provides 55 The core driver registers (hid-sensor-hub) registers as a HID driver. It parses
|
/linux-4.1.27/Documentation/isdn/ |
D | CREDITS | 16 maintaining of the mailing-list at hub-wue.
|
/linux-4.1.27/drivers/usb/ |
D | README | 27 usbfs files and the hub class driver ("hub_wq").
|
/linux-4.1.27/arch/x86/kernel/apic/ |
D | x2apic_uv_x.c | 884 char *hub = (is_uv1_hub() ? "UV100/1000" : in uv_system_init() local 888 if (!hub) { in uv_system_init() 892 pr_info("UV: Found %s hub\n", hub); in uv_system_init()
|
/linux-4.1.27/Documentation/ |
D | hw_random.txt | 52 About the Intel RNG hardware, from the firmware hub datasheet:
|
/linux-4.1.27/include/linux/usb/ |
D | hcd.h | 519 struct usb_device *hub; /* upstream highspeed hub */ member
|
/linux-4.1.27/Documentation/networking/ |
D | arcnet-hardware.txt | 127 2. A card to a passive hub. Remember that all unused connectors on the hub 133 3. A card to an active hub. Here is no need to terminate the unused 138 4. An active hub to another. 140 5. An active hub to passive hub. 150 | | A - Active hub 171 hub: 218 involved in using them; you just connect a TP chain to a hub on any end or 234 cable lengths between two active ends (an active end being an active hub or 243 The maximum length of all cables connected to a passive hub is limited to 65
|
D | baycom.txt | 64 Its target audience is users working over a high speed hub (76.8kbit/s).
|
D | 3c509.txt | 77 duplex-capable Ethernet switch (*not* a hub), or a full-duplex-capable NIC on
|
D | vortex.txt | 356 computers, different cables, different ports on the switch/hub,
|
/linux-4.1.27/arch/arm/boot/dts/ |
D | bcm11351.dtsi | 236 compatible = "brcm,bcm11351-hub-ccu";
|
D | rk3066a-rayeager.dts | 393 hub_rst: hub-rst {
|
D | exynos5250-arndale.dts | 112 usb_hub: usb-hub {
|
D | exynos5250-spring.dts | 53 usb-hub {
|
D | omap5-uevm.dts | 302 0x1A (PIN_OUTPUT | MUX_MODE0) /* fref_clk1_out, USB hub clk */
|
/linux-4.1.27/Documentation/x86/ |
D | earlyprintk.txt | 49 debug port on the "host/target" system. You cannot use a USB hub in
|
/linux-4.1.27/Documentation/input/ |
D | xpad.txt | 111 compound device (a hub with three ports for two expansion slots and
|
/linux-4.1.27/Documentation/dvb/ |
D | README.dvb-usb | 175 maximum bandwidth of about 5-6 MBit/s when connected to a USB2.0 hub.
|
/linux-4.1.27/drivers/media/usb/pwc/ |
D | philips.txt | 135 order, the hub configuration, the order in which devices are plugged in,
|
/linux-4.1.27/drivers/input/joystick/ |
D | Kconfig | 87 Say Y here if you have the original Gravis GrIP MultiPort, a hub
|
/linux-4.1.27/drivers/usb/musb/ |
D | musb_host.c | 2212 if (urb->dev->tt->hub) in musb_urb_enqueue() 2214 (u8) urb->dev->tt->hub->devnum; in musb_urb_enqueue()
|
/linux-4.1.27/Documentation/power/ |
D | freezing-of-tasks.txt | 54 (from drivers/usb/core/hub.c::hub_thread()).
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | Kconfig | 342 EG20T PCH is the platform controller hub that is used in Intel's
|
/linux-4.1.27/drivers/usb/isp1760/ |
D | isp1760-hcd.c | 576 ptd->dw1 |= TO_DW1_HUB_NUM(qtd->urb->dev->tt->hub->devnum); in create_ptd_atl()
|
/linux-4.1.27/drivers/watchdog/ |
D | Kconfig | 712 6300ESB controller hub. 761 controller hub.
|
/linux-4.1.27/drivers/ata/ |
D | Kconfig | 81 (the SATA version of an ethernet hub, or SAS expander).
|
/linux-4.1.27/drivers/usb/serial/ |
D | Kconfig | 481 Say Y here if you want to use a MOXA UPort Serial hub.
|
/linux-4.1.27/drivers/gpio/ |
D | Kconfig | 851 Say yes here to access the GPIO signals of WM8994 audio hub
|
/linux-4.1.27/drivers/usb/dwc2/ |
D | hcd.c | 2110 *hub_addr = urb->dev->tt->hub->devnum; in dwc2_host_hub_info()
|
/linux-4.1.27/Documentation/virtual/uml/ |
D | UserModeLinux-HOWTO.txt | 1589 If you want it to act as a hub rather than a switch, use 1592 -hub
|