Lines Matching refs:async

82 struct async {  struct
274 static struct async *alloc_async(unsigned int numisoframes) in alloc_async()
276 struct async *as; in alloc_async()
278 as = kzalloc(sizeof(struct async), GFP_KERNEL); in alloc_async()
289 static void free_async(struct async *as) in free_async()
308 static void async_newpending(struct async *as) in async_newpending()
318 static void async_removepending(struct async *as) in async_removepending()
328 static struct async *async_getcompleted(struct usb_dev_state *ps) in async_getcompleted()
331 struct async *as = NULL; in async_getcompleted()
335 as = list_entry(ps->async_completed.next, struct async, in async_getcompleted()
343 static struct async *async_getpending(struct usb_dev_state *ps, in async_getpending()
346 struct async *as; in async_getpending()
456 struct async *as; in cancel_bulk_urbs()
491 struct async *as = urb->context; in async_completed()
536 struct async *as; in destroy_async()
541 as = list_entry(list->next, struct async, asynclist); in destroy_async()
564 if (ifnum == list_entry(p, struct async, asynclist)->ifnum) in destroy_async_on_interface()
941 struct async *as; in usbdev_release()
1290 struct async *as = NULL; in proc_do_submiturb()
1439 u += sizeof(struct async) + sizeof(struct urb) + uurb->buffer_length + in proc_do_submiturb()
1626 struct async *as; in proc_unlinkurb()
1646 static int processcompl(struct async *as, void __user * __user *arg) in processcompl()
1683 static struct async *reap_as(struct usb_dev_state *ps) in reap_as()
1686 struct async *as = NULL; in reap_as()
1708 struct async *as = reap_as(ps); in proc_reapurb()
1722 struct async *as; in proc_reapurbnonblock()
1815 static int processcompl_compat(struct async *as, void __user * __user *arg) in processcompl_compat()
1851 struct async *as = reap_as(ps); in proc_reapurb_compat()
1865 struct async *as; in proc_reapurbnonblock_compat()