Lines Matching refs:fl_list
119 INIT_LIST_HEAD(&td->fl_list); in uhci_alloc_td()
128 if (!list_empty(&td->fl_list)) in uhci_free_td()
167 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list); in uhci_insert_td_in_frame_list()
169 list_add_tail(&td->fl_list, &ftd->fl_list); in uhci_insert_td_in_frame_list()
187 WARN_ON(!list_empty(&td->fl_list)); in uhci_remove_td_from_frame_list()
192 if (list_empty(&td->fl_list)) { in uhci_remove_td_from_frame_list()
198 ntd = list_entry(td->fl_list.next, in uhci_remove_td_from_frame_list()
200 fl_list); in uhci_remove_td_from_frame_list()
207 ptd = list_entry(td->fl_list.prev, struct uhci_td, fl_list); in uhci_remove_td_from_frame_list()
211 list_del_init(&td->fl_list); in uhci_remove_td_from_frame_list()
224 ltd = list_entry(ftd->fl_list.prev, struct uhci_td, fl_list); in uhci_remove_tds_from_frame()
228 while (!list_empty(&ftd->fl_list)) in uhci_remove_tds_from_frame()
229 list_del_init(ftd->fl_list.prev); in uhci_remove_tds_from_frame()