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

/linux-master/drivers/usb/core/
H A Durb.c50 INIT_LIST_HEAD(&urb->anchor_list);
133 list_add_tail(&urb->anchor_list, &anchor->urb_list);
153 list_del(&urb->anchor_list);
817 struct urb, anchor_list);
856 struct urb, anchor_list);
886 list_for_each_entry(lazarus, &anchor->urb_list, anchor_list) {
986 anchor_list);
1015 struct urb, anchor_list);
/linux-master/include/linux/
H A Dusb.h1413 * @anchor_list: membership in the list of an anchor
1604 struct list_head anchor_list; /* the URB may be anchored */ member in struct:urb

Completed in 135 milliseconds