Home
last modified time | relevance | path

Searched refs:ftd (Results 1 – 1 of 1) sorted by relevance

/linux-2.6.39/drivers/usb/host/
Duhci-q.c164 struct uhci_td *ftd, *ltd; in uhci_insert_td_in_frame_list() local
166 ftd = uhci->frame_cpu[framenum]; in uhci_insert_td_in_frame_list()
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()
218 struct uhci_td *ftd, *ltd; in uhci_remove_tds_from_frame() local
222 ftd = uhci->frame_cpu[framenum]; in uhci_remove_tds_from_frame()
223 if (ftd) { in uhci_remove_tds_from_frame()
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()