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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Dusb-uhci.c754 int depth_first=USE_CTRL_DEPTH_FIRST; // UHCI descriptor chasing method local
760 if (alloc_td (s, &td, UHCI_PTR_DEPTH * depth_first)) // get td for setup stage
797 if (alloc_td (s, &td, UHCI_PTR_DEPTH * depth_first))
809 insert_td (s, qh, td, UHCI_PTR_DEPTH * depth_first); // queue 'data stage'-td in qh
836 insert_td (s, qh, td, UHCI_PTR_DEPTH * depth_first); // queue status td
872 int depth_first=USE_BULK_DEPTH_FIRST; // UHCI descriptor chasing method local
933 if (alloc_td (s, &td, UHCI_PTR_DEPTH * depth_first))
957 insert_td (s, qh, td, UHCI_PTR_DEPTH * depth_first);
970 append_qh(s, td, bqh, UHCI_PTR_DEPTH * depth_first);

Completed in 40 milliseconds