Searched refs:check_bandwidth (Results 1 - 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/core/ |
H A D | hcd.c | 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()
|
H A D | message.c | 1357 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
|
/kernel/linux/linux-6.6/drivers/usb/core/ |
H A D | hcd.c | 1853 if (!hcd->driver->check_bandwidth) in usb_hcd_alloc_bandwidth() 1866 hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth() 1948 ret = hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
|
H A D | message.c | 1362 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | xhci-mtk.c | 350 .check_bandwidth = xhci_mtk_check_bandwidth,
|
H A D | xhci.c | 1770 * check_bandwidth() or reset_bandwidth() must be called. 1855 * check_bandwidth() or reset_bandwidth() must be called. 1954 * xHC hasn't been notified yet through the check_bandwidth() call, in xhci_add_endpoint() 5421 .check_bandwidth = xhci_check_bandwidth, 5467 if (over->check_bandwidth) in xhci_init_driver() 5468 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
|
H A D | xhci.h | 1940 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
|
/kernel/linux/linux-5.10/include/linux/usb/ |
H A D | hcd.h | 360 * check_bandwidth() or reset_bandwidth() must be called. 379 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member 382 * check_bandwidth(). This reverts any add_endpoint() and 384 * Used for when a check_bandwidth() call fails due to resource
|
/kernel/linux/linux-6.6/include/linux/usb/ |
H A D | hcd.h | 347 * 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
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | xhci-mtk.c | 503 .check_bandwidth = xhci_mtk_check_bandwidth,
|
H A D | xhci.c | 1759 * check_bandwidth() or reset_bandwidth() must be called. 1842 * check_bandwidth() or reset_bandwidth() must be called. 1932 * xHC hasn't been notified yet through the check_bandwidth() call, in xhci_add_endpoint() 5308 .check_bandwidth = xhci_check_bandwidth, 5358 if (over->check_bandwidth) in xhci_init_driver() 5359 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
|
H A D | xhci.h | 1953 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
|
Completed in 42 milliseconds