Searched defs:usb_bus (Results 1 – 3 of 3) sorted by relevance
348 struct usb_bus { struct349 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 */ argument375 struct list_head bus_list; /* list of busses */377 int bandwidth_allocated; /* on this bus: how much of the time384 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 */[all …]
44 struct usb_bus *usb_bus = dev_get_drvdata(dev); in usbhc_dev_to_wusbhc() local
856 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local870 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local