Lines Matching refs:busy_urbs
116 struct usb_anchor *busy_urbs; member
254 usb_kill_anchored_urbs(&mdev->busy_urbs[channel]); in hdm_poison_channel()
515 usb_anchor_urb(urb, &mdev->busy_urbs[channel]); in hdm_enqueue()
738 usb_kill_anchored_urbs(&mdev->busy_urbs[channel]); in wq_clear_halt()
1012 mdev->busy_urbs = in hdm_probe()
1013 kcalloc(num_endpoints, sizeof(*mdev->busy_urbs), GFP_KERNEL); in hdm_probe()
1014 if (!mdev->busy_urbs) in hdm_probe()
1039 init_usb_anchor(&mdev->busy_urbs[i]); in hdm_probe()
1087 kfree(mdev->busy_urbs); in hdm_probe()
1124 kfree(mdev->busy_urbs); in hdm_disconnect()
1140 usb_kill_anchored_urbs(&mdev->busy_urbs[i]); in hdm_suspend()