Home
last modified time | relevance | path

Searched refs:ed_prev (Results 1 - 10 of 10) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-q.c187 ed->ed_prev = NULL; in ed_schedule()
196 * control and bulk EDs are doubly linked (ed_next, ed_prev), but in ed_schedule()
213 ed->ed_prev = ohci->ed_controltail; in ed_schedule()
233 ed->ed_prev = ohci->ed_bulktail; in ed_schedule()
336 if (ed->ed_prev == NULL) { in ed_deschedule()
347 ed->ed_prev->ed_next = ed->ed_next; in ed_deschedule()
348 ed->ed_prev->hwNextED = ed->hwNextED; in ed_deschedule()
352 ohci->ed_controltail = ed->ed_prev; in ed_deschedule()
356 ed->ed_next->ed_prev = ed->ed_prev; in ed_deschedule()
[all...]
H A Dohci-hub.c146 while (ed->ed_prev) in find_head()
147 ed = ed->ed_prev; in find_head()
H A Dohci-dbg.c408 while (ed->ed_prev) in show_list()
409 ed = ed->ed_prev; in show_list()
H A Dohci.h49 struct ed *ed_prev; /* for non-interrupt EDs */ member
H A Dohci-hcd.c1056 ed->ed_prev = NULL; in ohci_restart()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-q.c187 ed->ed_prev = NULL; in ed_schedule()
196 * control and bulk EDs are doubly linked (ed_next, ed_prev), but in ed_schedule()
213 ed->ed_prev = ohci->ed_controltail; in ed_schedule()
233 ed->ed_prev = ohci->ed_bulktail; in ed_schedule()
336 if (ed->ed_prev == NULL) { in ed_deschedule()
347 ed->ed_prev->ed_next = ed->ed_next; in ed_deschedule()
348 ed->ed_prev->hwNextED = ed->hwNextED; in ed_deschedule()
352 ohci->ed_controltail = ed->ed_prev; in ed_deschedule()
356 ed->ed_next->ed_prev = ed->ed_prev; in ed_deschedule()
[all...]
H A Dohci-hub.c146 while (ed->ed_prev) in find_head()
147 ed = ed->ed_prev; in find_head()
H A Dohci-dbg.c408 while (ed->ed_prev) in show_list()
409 ed = ed->ed_prev; in show_list()
H A Dohci.h49 struct ed *ed_prev; /* for non-interrupt EDs */ member
H A Dohci-hcd.c1054 ed->ed_prev = NULL; in ohci_restart()

Completed in 13 milliseconds