Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-uhci.c712 int depth_first=USE_CTRL_DEPTH_FIRST; // UHCI descriptor chasing method in uhci_submit_control_urb() local
718 if (alloc_td (s, &td, UHCI_PTR_DEPTH * depth_first)) // get td for setup stage in uhci_submit_control_urb()
755 if (alloc_td (s, &td, UHCI_PTR_DEPTH * depth_first)) in uhci_submit_control_urb()
767 insert_td (s, qh, td, UHCI_PTR_DEPTH * depth_first); // queue 'data stage'-td in qh in uhci_submit_control_urb()
794 insert_td (s, qh, td, UHCI_PTR_DEPTH * depth_first); // queue status td in uhci_submit_control_urb()
830 int depth_first=USE_BULK_DEPTH_FIRST; // UHCI descriptor chasing method in uhci_submit_bulk_urb() local
891 if (alloc_td (s, &td, UHCI_PTR_DEPTH * depth_first)) in uhci_submit_bulk_urb()
915 insert_td (s, qh, td, UHCI_PTR_DEPTH * depth_first); in uhci_submit_bulk_urb()
928 append_qh(s, td, bqh, UHCI_PTR_DEPTH * depth_first); in uhci_submit_bulk_urb()