Lines Matching refs:urb_more
140 struct list_head urb_more; member
171 struct list_head urb_more; member
525 struct list_head *next = endp->urb_more.next; in u132_hcd_giveback_urb()
527 urb_more); in u132_hcd_giveback_urb()
564 struct list_head *next = endp->urb_more.next; in u132_hcd_abandon_urb()
566 urb_more); in u132_hcd_abandon_urb()
1887 INIT_LIST_HEAD(&endp->urb_more); in create_endpoint_and_queue_int()
1952 list_add_tail(&urbq->urb_more, &endp->urb_more); in queue_int_on_old_endpoint()
1986 INIT_LIST_HEAD(&endp->urb_more); in create_endpoint_and_queue_bulk()
2049 list_add_tail(&urbq->urb_more, &endp->urb_more); in queue_bulk_on_old_endpoint()
2082 INIT_LIST_HEAD(&endp->urb_more); in create_endpoint_and_queue_control()
2164 list_add_tail(&urbq->urb_more, in queue_control_on_old_endpoint()
2165 &endp->urb_more); in queue_control_on_old_endpoint()
2214 list_add_tail(&urbq->urb_more, in queue_control_on_old_endpoint()
2215 &endp->urb_more); in queue_control_on_old_endpoint()
2237 list_add_tail(&urbq->urb_more, &endp->urb_more); in queue_control_on_old_endpoint()
2401 struct list_head *head = &endp->urb_more; in dequeue_from_overflow_chain()
2404 urb_more); in dequeue_from_overflow_chain()
2482 if (list_empty(&endp->urb_more)) { in u132_endp_urb_dequeue()
2486 struct list_head *next = endp->urb_more.next; in u132_endp_urb_dequeue()
2488 struct u132_urbq, urb_more); in u132_endp_urb_dequeue()
2497 } else if (list_empty(&endp->urb_more)) { in u132_endp_urb_dequeue()