tds_list          272 drivers/usb/host/fhci-hcd.c 	INIT_LIST_HEAD(&usb->actual_frame->tds_list);
tds_list           55 drivers/usb/host/fhci-q.c 	list_add_tail(&td->frame_lh, &frame->tds_list);
tds_list           86 drivers/usb/host/fhci-q.c 	if (!list_empty(&frame->tds_list)) {
tds_list           87 drivers/usb/host/fhci-q.c 		td = list_entry(frame->tds_list.next, struct td, frame_lh);
tds_list           88 drivers/usb/host/fhci-q.c 		list_del_init(frame->tds_list.next);
tds_list           99 drivers/usb/host/fhci-q.c 	if (!list_empty(&frame->tds_list))
tds_list          100 drivers/usb/host/fhci-q.c 		td = list_entry(frame->tds_list.next, struct td, frame_lh);
tds_list          339 drivers/usb/host/fhci-sched.c 	if (!list_empty(&usb->actual_frame->tds_list)) {
tds_list          586 drivers/usb/host/fhci-tds.c 	    (list_empty(&usb->actual_frame->tds_list)))
tds_list          421 drivers/usb/host/fhci.h 	struct list_head tds_list; /* all tds of this frame */