Home
last modified time | relevance | path

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

/drivers/usb/host/
Dohci-q.c203 if (ohci->ed_controltail == NULL) { in ed_schedule()
208 ohci->ed_controltail->ed_next = ed; in ed_schedule()
209 ohci->ed_controltail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
212 ed->ed_prev = ohci->ed_controltail; in ed_schedule()
213 if (!ohci->ed_controltail && !ohci->ed_rm_list) { in ed_schedule()
220 ohci->ed_controltail = ed; in ed_schedule()
350 if (ohci->ed_controltail == ed) { in ed_deschedule()
351 ohci->ed_controltail = ed->ed_prev; in ed_deschedule()
352 if (ohci->ed_controltail) in ed_deschedule()
353 ohci->ed_controltail->ed_next = NULL; in ed_deschedule()
[all …]
Dohci-hub.c271 if (ohci->ed_controltail) { in ohci_rh_resume()
273 find_head (ohci->ed_controltail)->dma, in ohci_rh_resume()
Dohci.h380 struct ed *ed_controltail; /* last in ctrl list */ member
Dohci-dbg.c475 temp = show_list(ohci, buf->page, size, ohci->ed_controltail); in fill_async_buffer()
Dohci-hcd.c1065 ohci->ed_controltail = NULL; in ohci_restart()