Home
last modified time | relevance | path

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

/linux/drivers/most/
H A Dmost_usb.c116 struct usb_anchor *busy_urbs; member
255 usb_kill_anchored_urbs(&mdev->busy_urbs[channel]); in hdm_poison_channel()
516 usb_anchor_urb(urb, &mdev->busy_urbs[channel]); in hdm_enqueue()
739 usb_kill_anchored_urbs(&mdev->busy_urbs[channel]); in wq_clear_halt()
932 kfree(mdev->busy_urbs); in release_mdev()
1016 mdev->busy_urbs = kzalloc_objs(*mdev->busy_urbs, num_endpoints); in hdm_probe()
1017 if (!mdev->busy_urbs) in hdm_probe()
1042 init_usb_anchor(&mdev->busy_urbs[i]); in hdm_probe()
1132 usb_kill_anchored_urbs(&mdev->busy_urbs[i]); in hdm_suspend()