Home
last modified time | relevance | path

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

/Linux-v5.15/include/linux/usb/
Dhcd.h378 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/Linux-v5.15/drivers/usb/core/
Dhcd.c1849 if (!hcd->driver->check_bandwidth) in usb_hcd_alloc_bandwidth()
1862 hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
1944 ret = hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
Dmessage.c1365 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
/Linux-v5.15/drivers/usb/host/
Dxhci-mtk.c453 .check_bandwidth = xhci_mtk_check_bandwidth,
Dxhci.c5411 .check_bandwidth = xhci_check_bandwidth,
5461 if (over->check_bandwidth) in xhci_init_driver()
5462 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
Dxhci.h1944 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member