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()
1013 mdev->busy_urbs = in hdm_probe()
1014 kcalloc(num_endpoints, sizeof(*mdev->busy_urbs), GFP_KERNEL); in hdm_probe()
1015 if (!mdev->busy_urbs) in hdm_probe()
1040 init_usb_anchor(&mdev->busy_urbs[i]); in hdm_probe()
1088 kfree(mdev->busy_urbs); in hdm_probe()
1125 kfree(mdev->busy_urbs); in hdm_disconnect()
[all …]