Home
last modified time | relevance | path

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

/Linux-v6.1/include/linux/usb/
Dhcd.h365 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/Linux-v6.1/drivers/usb/core/
Dhcd.c1874 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()
Dmessage.c1365 if (hcd->driver->check_bandwidth) { in usb_disable_device_endpoints()
/Linux-v6.1/drivers/usb/host/
Dxhci-mtk.c474 .check_bandwidth = xhci_mtk_check_bandwidth,
Dxhci.c5451 .check_bandwidth = xhci_check_bandwidth,
5501 if (over->check_bandwidth) in xhci_init_driver()
5502 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
Dxhci.h1944 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member