Searched refs:reset_bandwidth (Results 1 – 5 of 5) sorted by relevance
347 * check_bandwidth() or reset_bandwidth() must be called.374 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
504 .reset_bandwidth = xhci_mtk_reset_bandwidth,
5600 .reset_bandwidth = xhci_reset_bandwidth,5651 if (over->reset_bandwidth) in xhci_init_driver()5652 drv->reset_bandwidth = over->reset_bandwidth; in xhci_init_driver()
1688 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
1959 hcd->driver->reset_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()