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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/usb/host/
H A Duhci-debug.h336 head = &td->fl_list;
339 td = list_entry(tmp, struct uhci_td, fl_list);
356 if (list_empty(&td->fl_list)) {
385 head = &td->fl_list;
389 td = list_entry(tmp, struct uhci_td, fl_list);
H A Duhci.c180 INIT_LIST_HEAD(&td->fl_list);
202 ltd = list_entry(skeltd->fl_list.prev, struct uhci_td, fl_list);
208 list_add_tail(&td->fl_list, &skeltd->fl_list);
235 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list);
237 list_add_tail(&td->fl_list, &ftd->fl_list);
258 if (td->frame == -1 && list_empty(&td->fl_list))
[all...]
H A Duhci.h167 struct list_head fl_list; /* P: uhci->frame_list_lock */ member in struct:uhci_td

Completed in 37 milliseconds