Home
last modified time | relevance | path

Searched refs:dl_end (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-q.c917 if (ohci->dl_end) in add_to_done_list()
918 ohci->dl_end->next_dl_td = td_prev; in add_to_done_list()
926 ohci->dl_end = td->next_dl_td = td; in add_to_done_list()
1204 if (td == ohci->dl_end) in process_done_list()
1205 ohci->dl_start = ohci->dl_end = NULL; in process_done_list()
H A Dohci.h394 struct td *dl_start, *dl_end; /* the done list */ member
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-q.c917 if (ohci->dl_end) in add_to_done_list()
918 ohci->dl_end->next_dl_td = td_prev; in add_to_done_list()
926 ohci->dl_end = td->next_dl_td = td; in add_to_done_list()
1204 if (td == ohci->dl_end) in process_done_list()
1205 ohci->dl_start = ohci->dl_end = NULL; in process_done_list()
H A Dohci.h394 struct td *dl_start, *dl_end; /* the done list */ member

Completed in 7 milliseconds