Home
last modified time | relevance | path

Searched defs:usb_bus (Results 1 – 1 of 1) sorted by relevance

/include/linux/
A Dusb.h448 struct usb_bus { struct
449 struct device *controller; /* host side hardware */
450 struct device *sysdev; /* as seen from firmware or bus */
474 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument
476 int bandwidth_allocated; /* on this bus: how much of the time
483 int bandwidth_int_reqs; /* number of Interrupt requests */
484 int bandwidth_isoc_reqs; /* number of Isoc. requests */
486 unsigned resuming_ports; /* bit array: resuming root-hub ports */
489 struct mon_bus *mon_bus; /* non-null when associated */
490 int monitored; /* non-zero when monitored */

Completed in 10 milliseconds