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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/host/
H A Dfhci-q.c59 list_add_tail(&td->frame_lh, &frame->tds_list);
90 if (!list_empty(&frame->tds_list)) {
91 td = list_entry(frame->tds_list.next, struct td, frame_lh);
92 list_del_init(frame->tds_list.next);
103 if (!list_empty(&frame->tds_list))
104 td = list_entry(frame->tds_list.next, struct td, frame_lh);
H A Dfhci-tds.c590 (list_empty(&usb->actual_frame->tds_list)))
H A Dfhci.h445 struct list_head tds_list; /* all tds of this frame */ member in struct:fhci_time_frame
H A Dfhci-hcd.c274 INIT_LIST_HEAD(&usb->actual_frame->tds_list);
H A Dfhci-sched.c344 if (!list_empty(&usb->actual_frame->tds_list)) {

Completed in 119 milliseconds