Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/host/
H A Dohci-q.c204 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 Dohci-hub.c275 if (ohci->ed_controltail) {
277 find_head (ohci->ed_controltail)->dma,
H A Dohci.h381 struct ed *ed_controltail; /* last in ctrl list */ member
H A Dohci-dbg.c476 temp = show_list(ohci, buf->page, size, ohci->ed_controltail); in fill_async_buffer()
H A Dohci-hcd.c1082 ohci->ed_controltail = NULL; in ohci_restart()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dohci-q.c204 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 Dohci-hub.c275 if (ohci->ed_controltail) {
277 find_head (ohci->ed_controltail)->dma,
H A Dohci.h381 struct ed *ed_controltail; /* last in ctrl list */ member
H A Dohci-dbg.c476 temp = show_list(ohci, buf->page, size, ohci->ed_controltail); in fill_async_buffer()
H A Dohci-hcd.c1080 ohci->ed_controltail = NULL; in ohci_restart()

Completed in 13 milliseconds