Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dusb.h348 struct usb_bus { struct
349 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 */ argument
375 struct list_head bus_list; /* list of busses */
377 int bandwidth_allocated; /* on this bus: how much of the time
384 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 …]
/linux-4.1.27/drivers/usb/wusbcore/
Dwusbhc.c44 struct usb_bus *usb_bus = dev_get_drvdata(dev); in usbhc_dev_to_wusbhc() local
/linux-4.1.27/drivers/usb/core/
Dhcd.c856 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local
870 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local