Lines Matching defs:usb_bus
352 struct usb_bus { struct
353 struct device *controller; /* host/master side hardware */
377 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument
378 struct list_head bus_list; /* list of busses */
380 struct mutex usb_address0_mutex; /* unaddressed device mutex */
382 int bandwidth_allocated; /* on this bus: how much of the time
389 int bandwidth_int_reqs; /* number of Interrupt requests */
390 int bandwidth_isoc_reqs; /* number of Isoc. requests */
392 unsigned resuming_ports; /* bit array: resuming root-hub ports */
395 struct mon_bus *mon_bus; /* non-null when associated */
396 int monitored; /* non-zero when monitored */