Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/most/usb/
Dusb.c116 struct usb_anchor *busy_urbs; member
251 usb_kill_anchored_urbs(&mdev->busy_urbs[channel]); in hdm_poison_channel()
612 usb_anchor_urb(urb, &mdev->busy_urbs[channel]); in hdm_enqueue()
834 usb_kill_anchored_urbs(&mdev->busy_urbs[channel]); in wq_clear_halt()
1095 mdev->busy_urbs = in hdm_probe()
1096 kcalloc(num_endpoints, sizeof(*mdev->busy_urbs), GFP_KERNEL); in hdm_probe()
1097 if (!mdev->busy_urbs) in hdm_probe()
1122 init_usb_anchor(&mdev->busy_urbs[i]); in hdm_probe()
1170 kfree(mdev->busy_urbs); in hdm_probe()
1211 kfree(mdev->busy_urbs); in hdm_disconnect()