Home
last modified time | relevance | path

Searched refs:hwNextED (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dohci-q.c163 prev_p = &here->hwNextED; in periodic_link()
169 ed->hwNextED = *prev_p; in periodic_link()
189 ed->hwNextED = 0; in ed_schedule()
210 ohci->ed_controltail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
230 ohci->ed_bulktail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()
278 prev_p = &temp->hwNextED; in periodic_unlink()
282 *prev_p = ed->hwNextED; in periodic_unlink()
335 if (!ed->hwNextED) { in ed_deschedule()
342 hc32_to_cpup (ohci, &ed->hwNextED), in ed_deschedule()
346 ed->ed_prev->hwNextED = ed->hwNextED; in ed_deschedule()
[all …]
Dohci.h40 __hc32 hwNextED; /* next ED in list */ member
Dohci-dbg.c320 hc32_to_cpup (ohci, &ed->hwNextED)); in ohci_dump_ed()