Searched refs:check_bandwidth (Results 1 – 7 of 7) sorted by relevance
379 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
1874 if (!hcd->driver->check_bandwidth) in usb_hcd_alloc_bandwidth()1887 hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()1969 ret = hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
1357 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
350 .check_bandwidth = xhci_mtk_check_bandwidth,
5419 .check_bandwidth = xhci_check_bandwidth,5465 if (over->check_bandwidth) in xhci_init_driver()5466 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
1937 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
6150 if (over->check_bandwidth)6151 drv->check_bandwidth = over->check_bandwidth;6170 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *);