Home
last modified time | relevance | path

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

/linux/include/linux/usb/
H A Dhcd.h366 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member
/linux/drivers/usb/core/
H A Dhcd.c1854 if (!hcd->driver->check_bandwidth) in usb_hcd_alloc_bandwidth()
1867 hcd->driver->check_bandwidth(hcd, udev); in usb_hcd_alloc_bandwidth()
1949 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.c5445 .check_bandwidth = xhci_check_bandwidth,
5495 if (over->check_bandwidth) in xhci_init_driver()
5496 drv->check_bandwidth = over->check_bandwidth; in xhci_init_driver()
H A Dxhci.h1680 int (*check_bandwidth)(struct usb_hcd *, struct usb_device *); member