Searched refs:hwNextED (Results 1 – 3 of 3) sorted by relevance
142 prev_p = &here->hwNextED; in periodic_link()148 ed->hwNextED = *prev_p; in periodic_link()168 ed->hwNextED = 0; in ed_schedule()193 ohci->ed_controltail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()213 ohci->ed_bulktail->hwNextED = cpu_to_hc32 (ohci, in ed_schedule()261 prev_p = &temp->hwNextED; in periodic_unlink()265 *prev_p = ed->hwNextED; in periodic_unlink()319 if (!ed->hwNextED) { in ed_deschedule()326 hc32_to_cpup (ohci, &ed->hwNextED), in ed_deschedule()330 ed->ed_prev->hwNextED = ed->hwNextED; in ed_deschedule()[all …]
40 __hc32 hwNextED; /* next ED in list */ member
351 hc32_to_cpup (ohci, &ed->hwNextED)); in ohci_dump_ed()