Searched refs:urb_list (Results 1 - 14 of 14) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dsl811.h160 struct list_head urb_list[6]; /* set of urbs, the order is iso,intr,ctrl,bulk,inactive intr, wait */ member in struct:sl811_hc
170 #define iso_list urb_list[0] /* set of isoc urbs */
171 #define intr_list urb_list[1] /* ordered (tree) set of int urbs */
172 #define ctrl_list urb_list[2] /* set of ctrl urbs */
173 #define bulk_list urb_list[3] /* set of bulk urbs */
174 #define idle_intr_list urb_list[4] /* set of intr urbs in its idle time*/
175 #define wait_list urb_list[5] /* set of wait urbs */
H A Dhc_simple.c216 if (!list_empty (&urb->urb_list) && urb->status == -EINPROGRESS) {
223 list_del (&urb->urb_list); /* relink the urb to the del list */
224 list_add (&urb->urb_list, &hci->del_list);
236 /* --> crash --> */ list_del (&urb->urb_list); /* relink the urb to the del list */
237 list_add (&urb->urb_list, &hci->del_list);
243 if (!list_empty (&urb->urb_list))
244 list_del (&urb->urb_list);
469 list_add (&urb->urb_list, &hci->ctrl_list);
474 list_add (&urb->urb_list, &hci->bulk_list);
487 list_add (&urb->urb_list,
[all...]
H A Dsl811.c352 head = &hc->urb_list[i];
355 u = list_entry(tmp, struct urb, urb_list);
1494 u = list_entry(tmp, struct urb, urb_list);
1517 u = list_entry(tmp, struct urb, urb_list);
1587 list_add(&urb->urb_list, &hc->wait_list);
1628 list_add(&urb->urb_list, head);
1709 list_add(&urb->urb_list, head);
1825 list_add(&urb->urb_list, &hc->idle_intr_list);
1827 list_add(&urb->urb_list, head);
1841 if (!list_empty(&u->urb_list))
[all...]
H A Duhci.c720 if (!list_empty(&urb->urb_list))
721 warn("uhci_destroy_urb_priv: urb %p still on uhci->urb_list or uhci->remove_list", urb);
1328 head = &uhci->urb_list;
1331 struct urb *u = list_entry(tmp, struct urb, urb_list);
1468 head = &uhci->urb_list;
1471 struct urb *u = list_entry(tmp, struct urb, urb_list);
1517 INIT_LIST_HEAD(&urb->urb_list);
1583 list_add_tail(&urb->urb_list, &uhci->urb_list);
1673 /* Remove it from uhci->urb_list */
[all...]
H A Dusb-uhci.c253 struct list_head *p=&urb->urb_list;
265 list_add (p, &s->urb_list);
291 list_del (&urb->urb_list);
1181 list_add_tail (&urb->urb_list, &s->urb_unlinked); // store urb
1286 urb = list_entry (q, struct urb, urb_list);
1289 q = urb->urb_list.next;
1321 list_del (&urb->urb_list);
1397 p=s->urb_list.prev;
1399 for (; p != &s->urb_list; p = p->prev) {
1400 u = list_entry (p, struct urb, urb_list);
[all...]
H A Duhci.h317 struct list_head urb_list; /* P: uhci->urb_list_lock */ member in struct:uhci
H A Dusb-uhci.h191 struct list_head urb_list; // list of all pending urbs member in struct:uhci
H A Dusb-ohci.c239 list_del (&urb->urb_list);
752 next_urb = list_entry (entry, struct urb, urb_list);
756 list_add (&urb->urb_list, entry);
2329 urb = list_entry (ohci->timeout_list.next, struct urb, urb_list);
2333 list_del_init (&urb->urb_list);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/
H A Dhcd.c925 INIT_LIST_HEAD (&dev->urb_list);
955 list_for_each (urblist, &dev->urb_list) {
956 urb = list_entry (urblist, struct urb, urb_list);
992 list_del_init (&urb->urb_list);
1018 INIT_LIST_HEAD (&urb->urb_list);
1199 list_add (&urb->urb_list, &dev->urb_list);
1202 INIT_LIST_HEAD (&urb->urb_list);
1421 if (!list_empty (&dev->urb_list)) {
H A Dhcd.h86 struct list_head urb_list; /* pending on this dev */ member in struct:hcd_dev
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.2.4.25/
H A Dusb.h504 struct list_head urb_list; // list pointer to all active urbs member in struct:urb
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/
H A Dusb.h504 struct list_head urb_list; // list pointer to all active urbs member in struct:urb
/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/linux/usb.orig/
H A Dusb.h504 struct list_head urb_list; // list pointer to all active urbs member in struct:urb
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/linux/
H A Dusb.h511 struct list_head urb_list; // list pointer to all active urbs member in struct:urb

Completed in 170 milliseconds