Searched refs:reset_bandwidth (Results 1 – 4 of 4) sorted by relevance
488 .reset_bandwidth = xhci_mtk_reset_bandwidth,
5479 .reset_bandwidth = xhci_reset_bandwidth,5530 if (over->reset_bandwidth) in xhci_init_driver()5531 drv->reset_bandwidth = over->reset_bandwidth; in xhci_init_driver()
1969 void (*reset_bandwidth)(struct usb_hcd *, struct usb_device *); member
1972 hcd->driver->reset_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()