Lines Matching defs:usb_bus
348 struct usb_bus { struct
349 struct device *controller; /* host/master side hardware */
350 int busnum; /* Bus number (in order of reg) */
374 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument
375 struct list_head bus_list; /* list of busses */
377 int bandwidth_allocated; /* on this bus: how much of the time
384 int bandwidth_int_reqs; /* number of Interrupt requests */
385 int bandwidth_isoc_reqs; /* number of Isoc. requests */
387 unsigned resuming_ports; /* bit array: resuming root-hub ports */
390 struct mon_bus *mon_bus; /* non-null when associated */
391 int monitored; /* non-zero when monitored */