Home
last modified time | relevance | path

Searched refs:ed_controltail (Results 1 – 5 of 5) sorted by relevance

/linux-6.1.9/drivers/usb/host/
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->ed_next = NULL; in ed_deschedule()
[all …]
Dohci-hub.c275 if (ohci->ed_controltail) { in ohci_rh_resume()
277 find_head (ohci->ed_controltail)->dma, in ohci_rh_resume()
Dohci.h381 struct ed *ed_controltail; /* last in ctrl list */ member
Dohci-dbg.c476 temp = show_list(ohci, buf->page, size, ohci->ed_controltail); in fill_async_buffer()
Dohci-hcd.c1080 ohci->ed_controltail = NULL; in ohci_restart()