Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/
A Dusb.h436 struct usb_bus { struct
437 struct device *controller; /* host side hardware */
438 struct device *sysdev; /* as seen from firmware or bus */
462 struct usb_bus *hs_companion; /* Companion EHCI bus, if any */ argument
464 int bandwidth_allocated; /* on this bus: how much of the time
471 int bandwidth_int_reqs; /* number of Interrupt requests */
472 int bandwidth_isoc_reqs; /* number of Isoc. requests */
474 unsigned resuming_ports; /* bit array: resuming root-hub ports */
477 struct mon_bus *mon_bus; /* non-null when associated */
478 int monitored; /* non-zero when monitored */
/linux-6.3-rc2/drivers/usb/core/
A Dsysfs.c913 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_show() local
927 struct usb_bus *usb_bus = rh_usb_dev->bus; in authorized_default_store() local

Completed in 10 milliseconds