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()
1884 INIT_LIST_HEAD(&endp->urb_more); in create_endpoint_and_queue_int()
1949 list_add_tail(&urbq->urb_more, &endp->urb_more); in queue_int_on_old_endpoint()
1983 INIT_LIST_HEAD(&endp->urb_more); in create_endpoint_and_queue_bulk()
2046 list_add_tail(&urbq->urb_more, &endp->urb_more); in queue_bulk_on_old_endpoint()
2079 INIT_LIST_HEAD(&endp->urb_more); in create_endpoint_and_queue_control()
2161 list_add_tail(&urbq->urb_more, in queue_control_on_old_endpoint()
2162 &endp->urb_more); in queue_control_on_old_endpoint()
2211 list_add_tail(&urbq->urb_more, in queue_control_on_old_endpoint()
2212 &endp->urb_more); in queue_control_on_old_endpoint()
2234 list_add_tail(&urbq->urb_more, &endp->urb_more); in queue_control_on_old_endpoint()
2397 struct list_head *head = &endp->urb_more; in dequeue_from_overflow_chain()
2400 urb_more); in dequeue_from_overflow_chain()
2478 if (list_empty(&endp->urb_more)) { in u132_endp_urb_dequeue()
2482 struct list_head *next = endp->urb_more.next; in u132_endp_urb_dequeue()
2484 struct u132_urbq, urb_more); in u132_endp_urb_dequeue()
2493 } else if (list_empty(&endp->urb_more)) { in u132_endp_urb_dequeue()