Searched refs:in_bulk (Results 1 - 6 of 6) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/musb/
H A Dmusb_host.c1373 /* Schedule next QH from musb->in_bulk and move the current qh to
1394 cur_qh = first_qh(&musb->in_bulk);
1406 list_move_tail(&cur_qh->ring, &musb->in_bulk);
1408 /* get the next qh from musb->in_bulk */
1409 next_qh = first_qh(&musb->in_bulk);
1492 && !list_is_singular(&musb->in_bulk)) {
1844 head = &musb->in_bulk;
H A Dmusb_core.h355 struct list_head in_bulk; /* of musb_qh */ member in struct:musb
H A Dmusb_core.c1808 INIT_LIST_HEAD(&musb->in_bulk);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/musb/
H A Dmusb_host.c1373 /* Schedule next QH from musb->in_bulk and move the current qh to
1394 cur_qh = first_qh(&musb->in_bulk);
1406 list_move_tail(&cur_qh->ring, &musb->in_bulk);
1408 /* get the next qh from musb->in_bulk */
1409 next_qh = first_qh(&musb->in_bulk);
1492 && !list_is_singular(&musb->in_bulk)) {
1844 head = &musb->in_bulk;
H A Dmusb_core.h355 struct list_head in_bulk; /* of musb_qh */ member in struct:musb
H A Dmusb_core.c1808 INIT_LIST_HEAD(&musb->in_bulk);

Completed in 200 milliseconds