Searched refs:tds_list (Results 1 – 5 of 5) sorted by relevance
55 list_add_tail(&td->frame_lh, &frame->tds_list); in fhci_add_td_to_frame()86 if (!list_empty(&frame->tds_list)) { in fhci_remove_td_from_frame()87 td = list_entry(frame->tds_list.next, struct td, frame_lh); in fhci_remove_td_from_frame()88 list_del_init(frame->tds_list.next); in fhci_remove_td_from_frame()99 if (!list_empty(&frame->tds_list)) in fhci_peek_td_from_frame()100 td = list_entry(frame->tds_list.next, struct td, frame_lh); in fhci_peek_td_from_frame()
421 struct list_head tds_list; /* all tds of this frame */ member
583 (list_empty(&usb->actual_frame->tds_list))) in fhci_tx_conf_interrupt()
272 INIT_LIST_HEAD(&usb->actual_frame->tds_list); in fhci_usb_init()
339 if (!list_empty(&usb->actual_frame->tds_list)) { in rotate_frames()