Searched defs:usb_bus (Results 1 – 3 of 3) sorted by relevance
426 struct usb_bus { struct427 struct device *controller; /* host/master side hardware */428 struct device *sysdev; /* as seen from firmware or bus */429 int busnum; /* Bus number (in order of reg) */453 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument455 int bandwidth_allocated; /* on this bus: how much of the time462 int bandwidth_int_reqs; /* number of Interrupt requests */463 int bandwidth_isoc_reqs; /* number of Isoc. requests */465 unsigned resuming_ports; /* bit array: resuming root-hub ports */468 struct mon_bus *mon_bus; /* non-null when associated */[all …]
30 struct usb_bus *usb_bus = dev_get_drvdata(dev); in usbhc_dev_to_wusbhc() local
883 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local897 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local