Searched refs:ed_controltail (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ohci-q.c | 204 if (ohci->ed_controltail == NULL) { in ed_schedule() 209 ohci->ed_controltail->ed_next = ed; in ed_schedule() 210 ohci->ed_controltail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule() 213 ed->ed_prev = ohci->ed_controltail; in ed_schedule() 214 if (!ohci->ed_controltail && !ohci->ed_rm_list) { in ed_schedule() 221 ohci->ed_controltail = ed; in ed_schedule() 351 if (ohci->ed_controltail == ed) { in ed_deschedule() 352 ohci->ed_controltail = ed->ed_prev; in ed_deschedule() 353 if (ohci->ed_controltail) in ed_deschedule() 354 ohci->ed_controltail in ed_deschedule() [all...] |
H A D | ohci-hub.c | 275 if (ohci->ed_controltail) { 277 find_head (ohci->ed_controltail)->dma,
|
H A D | ohci.h | 381 struct ed *ed_controltail; /* last in ctrl list */ member
|
H A D | ohci-dbg.c | 476 temp = show_list(ohci, buf->page, size, ohci->ed_controltail); in fill_async_buffer()
|
H A D | ohci-hcd.c | 1082 ohci->ed_controltail = NULL; in ohci_restart()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ohci-q.c | 204 if (ohci->ed_controltail == NULL) { in ed_schedule() 209 ohci->ed_controltail->ed_next = ed; in ed_schedule() 210 ohci->ed_controltail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule() 213 ed->ed_prev = ohci->ed_controltail; in ed_schedule() 214 if (!ohci->ed_controltail && !ohci->ed_rm_list) { in ed_schedule() 221 ohci->ed_controltail = ed; in ed_schedule() 351 if (ohci->ed_controltail == ed) { in ed_deschedule() 352 ohci->ed_controltail = ed->ed_prev; in ed_deschedule() 353 if (ohci->ed_controltail) in ed_deschedule() 354 ohci->ed_controltail in ed_deschedule() [all...] |
H A D | ohci-hub.c | 275 if (ohci->ed_controltail) { 277 find_head (ohci->ed_controltail)->dma,
|
H A D | ohci.h | 381 struct ed *ed_controltail; /* last in ctrl list */ member
|
H A D | ohci-dbg.c | 476 temp = show_list(ohci, buf->page, size, ohci->ed_controltail); in fill_async_buffer()
|
H A D | ohci-hcd.c | 1080 ohci->ed_controltail = NULL; in ohci_restart()
|
Completed in 13 milliseconds