check_bandwidth  1842 drivers/usb/core/hcd.c 	if (!hcd->driver->check_bandwidth)
check_bandwidth  1855 drivers/usb/core/hcd.c 		hcd->driver->check_bandwidth(hcd, udev);
check_bandwidth  1937 drivers/usb/core/hcd.c 	ret = hcd->driver->check_bandwidth(hcd, udev);
check_bandwidth  1266 drivers/usb/core/message.c 	if (hcd->driver->check_bandwidth) {
check_bandwidth  5327 drivers/usb/host/xhci.c 	.check_bandwidth =	xhci_check_bandwidth,
check_bandwidth   376 include/linux/usb/hcd.h 	int	(*check_bandwidth)(struct usb_hcd *, struct usb_device *);