Lines Matching refs:busy_urbs
97 * @busy_urbs: list of anchored items
116 struct usb_anchor *busy_urbs;
255 usb_kill_anchored_urbs(&mdev->busy_urbs[channel]);
516 usb_anchor_urb(urb, &mdev->busy_urbs[channel]);
739 usb_kill_anchored_urbs(&mdev->busy_urbs[channel]);
1013 mdev->busy_urbs =
1014 kcalloc(num_endpoints, sizeof(*mdev->busy_urbs), GFP_KERNEL);
1015 if (!mdev->busy_urbs)
1040 init_usb_anchor(&mdev->busy_urbs[i]);
1088 kfree(mdev->busy_urbs);
1125 kfree(mdev->busy_urbs);
1141 usb_kill_anchored_urbs(&mdev->busy_urbs[i]);