Home
last modified time | relevance | path

Searched refs:usb_hcd_alloc_bandwidth (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/core/
H A Dmessage.c1432 usb_hcd_alloc_bandwidth(dev, NULL, NULL, NULL); in usb_disable_device_endpoints()
1637 ret = usb_hcd_alloc_bandwidth(dev, NULL, iface->cur_altsetting, alt); in usb_set_interface()
1665 usb_hcd_alloc_bandwidth(dev, NULL, alt, iface->cur_altsetting); in usb_set_interface()
1781 retval = usb_hcd_alloc_bandwidth(dev, config, NULL, NULL); in usb_reset_configuration()
1792 usb_hcd_alloc_bandwidth(dev, NULL, NULL, NULL); in usb_reset_configuration()
2146 ret = usb_hcd_alloc_bandwidth(dev, cp, NULL, NULL); in usb_set_configuration()
2217 usb_hcd_alloc_bandwidth(dev, NULL, NULL, NULL); in usb_set_configuration()
H A Dhcd.c1849 int usb_hcd_alloc_bandwidth(struct usb_device *udev, in usb_hcd_alloc_bandwidth() function
H A Dhub.c6247 ret = usb_hcd_alloc_bandwidth(udev, udev->actconfig, NULL, NULL); in usb_reset_and_verify_device()