Home
last modified time | relevance | path

Searched defs:usb_bus (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/linux/
Dusb.h426 struct usb_bus { struct
427 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 */ argument
455 int bandwidth_allocated; /* on this bus: how much of the time
462 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 …]
/Linux-v4.19/drivers/usb/wusbcore/
Dwusbhc.c30 struct usb_bus *usb_bus = dev_get_drvdata(dev); in usbhc_dev_to_wusbhc() local
/Linux-v4.19/drivers/usb/core/
Dhcd.c883 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local
897 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local