Home
last modified time | relevance | path

Searched refs:check_bandwidth (Results 1 – 6 of 6) sorted by relevance

/linux/include/linux/usb/
H A Dhcd.h347 * check_bandwidth() or reset_bandwidth() must be called.
366 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
369 * check_bandwidth(). This reverts any add_endpoint() and
371 * Used for when a check_bandwidth() call fails due to resource
/linux/drivers/usb/core/
H A Dhcd.c1861 if (!hcd->driver->check_bandwidth) in usb_hcd_alloc_bandwidth()
1874 hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
1956 ret = hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
H A Dmessage.c1364 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
/linux/drivers/usb/host/
H A Dxhci-mtk.c503 .check_bandwidth = xhci_mtk_check_bandwidth,
H A Dxhci.c5599 .check_bandwidth = xhci_check_bandwidth,
5649 if (over->check_bandwidth) in xhci_init_driver()
5650 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
H A Dxhci.h1687 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member