Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/arch/riscv/mm/
H A Dtlbflush.c104 struct flush_tlb_range_data ftd; in __flush_tlb_range() local
129 ftd.asid = asid; in __flush_tlb_range()
130 ftd.start = start; in __flush_tlb_range()
131 ftd.size = size; in __flush_tlb_range()
132 ftd.stride = stride; in __flush_tlb_range()
135 &ftd, 1); in __flush_tlb_range()
/kernel/linux/linux-5.10/drivers/usb/host/
H A 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 in uhci_remove_tds_from_frame()
[all...]
/kernel/linux/linux-6.6/drivers/usb/host/
H A 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 in uhci_remove_tds_from_frame()
[all...]

Completed in 3 milliseconds