Home
last modified time | relevance | path

Searched refs:ed_next (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-q.c163 prev = &here->ed_next; in periodic_link()
168 ed->ed_next = here; in periodic_link()
188 ed->ed_next = NULL; in ed_schedule()
196 * control and bulk EDs are doubly linked (ed_next, ed_prev), but in ed_schedule()
197 * periodic ones are singly linked (ed_next). that's because the in ed_schedule()
209 ohci->ed_controltail->ed_next = ed; in ed_schedule()
229 ohci->ed_bulktail->ed_next = ed; in ed_schedule()
281 prev = &temp->ed_next; in periodic_unlink()
285 *prev = ed->ed_next; in periodic_unlink()
347 ed->ed_prev->ed_next in ed_deschedule()
[all...]
H A Dohci-dbg.c460 ed = ed->ed_next; in show_list()
560 ed = ed->ed_next; in fill_periodic_buffer()
H A Dohci.h48 struct ed *ed_next; /* on schedule or rm_list */ member
H A Dohci-hcd.c1055 ed->ed_next = ohci->ed_rm_list; in ohci_restart()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-q.c163 prev = &here->ed_next; in periodic_link()
168 ed->ed_next = here; in periodic_link()
188 ed->ed_next = NULL; in ed_schedule()
196 * control and bulk EDs are doubly linked (ed_next, ed_prev), but in ed_schedule()
197 * periodic ones are singly linked (ed_next). that's because the in ed_schedule()
209 ohci->ed_controltail->ed_next = ed; in ed_schedule()
229 ohci->ed_bulktail->ed_next = ed; in ed_schedule()
281 prev = &temp->ed_next; in periodic_unlink()
285 *prev = ed->ed_next; in periodic_unlink()
347 ed->ed_prev->ed_next in ed_deschedule()
[all...]
H A Dohci-dbg.c460 ed = ed->ed_next; in show_list()
560 ed = ed->ed_next; in fill_periodic_buffer()
H A Dohci.h48 struct ed *ed_next; /* on schedule or rm_list */ member
H A Dohci-hcd.c1053 ed->ed_next = ohci->ed_rm_list; in ohci_restart()

Completed in 11 milliseconds