Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/host/
Dohci-q.c164 prev_p = &here->hwNextED; in periodic_link()
170 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()
280 prev_p = &temp->hwNextED; in periodic_unlink()
284 *prev_p = ed->hwNextED; in periodic_unlink()
337 if (!ed->hwNextED) { in ed_deschedule()
344 hc32_to_cpup (ohci, &ed->hwNextED), in ed_deschedule()
348 ed->ed_prev->hwNextED = ed->hwNextED; in ed_deschedule()
[all …]
Dohci.h41 __hc32 hwNextED; /* next ED in list */ member
Dohci-dbg.c321 hc32_to_cpup (ohci, &ed->hwNextED)); in ohci_dump_ed()