Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/most/
H A Dmost_usb.c97 * @busy_urbs: list of anchored items
116 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()
[all...]
/kernel/linux/linux-6.6/drivers/most/
H A Dmost_usb.c97 * @busy_urbs: list of anchored items
116 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()
[all...]

Completed in 4 milliseconds