Home
last modified time | relevance | path

Searched refs:reset_bandwidth (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/usb/
H A Dhcd.h374 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
/linux/drivers/usb/host/
H A Dxhci.c5446 .reset_bandwidth = xhci_reset_bandwidth,
5497 if (over->reset_bandwidth) in xhci_init_driver()
5498 drv->reset_bandwidth = over->reset_bandwidth; in xhci_init_driver()
H A Dxhci.h1681 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
/linux/drivers/usb/core/
H A Dhcd.c1952 hcd->driver->reset_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()