Searched defs:usb_bus (Results 1 – 3 of 3) sorted by relevance
352 struct usb_bus { struct353 struct device *controller; /* host/master side hardware */377 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument378 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 time389 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 */[all …]
44 struct usb_bus *usb_bus = dev_get_drvdata(dev); in usbhc_dev_to_wusbhc() local
859 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local873 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local