Lines Matching refs:buffers
94 struct list_head buffers; member
474 list_splice(&ep->filled_buffers, &ep->buffers); in endpoint_dealloc()
476 list_for_each_safe(this, next, &ep->buffers) { in endpoint_dealloc()
503 INIT_LIST_HEAD(&ep->buffers); in endpoint_alloc()
542 list_add_tail(&xb->entry, &ep->buffers); in endpoint_alloc()
659 list_add_tail(&xb->entry, &ep->buffers); in bulk_in_completer()
689 list_add_tail(&xb->entry, &ep->buffers); in bulk_out_completer()
715 if (list_empty(&ep->buffers)) { in try_queue_bulk_in()
720 xb = list_first_entry(&ep->buffers, struct xillybuffer, entry); in try_queue_bulk_in()
755 list_add_tail(&xb->entry, &ep->buffers); in try_queue_bulk_in()
810 list_empty(&ep->buffers)) { in try_queue_bulk_out()
815 xb = list_first_entry(&ep->buffers, struct xillybuffer, entry); in try_queue_bulk_out()
862 list_add_tail(&xb->entry, &ep->buffers); in try_queue_bulk_out()
1063 list_add_tail(&xb->entry, &ep->buffers); in bulk_in_work()