Lines Matching refs:ed
312 const struct ed *ed, int verbose) in ohci_dump_ed() argument
314 u32 tmp = hc32_to_cpu (ohci, ed->hwINFO); in ohci_dump_ed()
319 ed, ed->state, edstring (ed->type), in ohci_dump_ed()
320 hc32_to_cpup (ohci, &ed->hwNextED)); in ohci_dump_ed()
336 tmp = hc32_to_cpup (ohci, &ed->hwHeadP); in ohci_dump_ed()
341 hc32_to_cpup (ohci, &ed->hwTailP), in ohci_dump_ed()
349 list_for_each (tmp, &ed->td_list) { in ohci_dump_ed()
399 show_list (struct ohci_hcd *ohci, char *buf, size_t count, struct ed *ed) in show_list() argument
403 if (!ed) in show_list()
407 while (ed->ed_prev) in show_list()
408 ed = ed->ed_prev; in show_list()
411 while (ed) { in show_list()
412 u32 info = hc32_to_cpu (ohci, ed->hwINFO); in show_list()
413 u32 headp = hc32_to_cpu (ohci, ed->hwHeadP); in show_list()
419 ed, in show_list()
432 list_for_each (entry, &ed->td_list) { in show_list()
459 ed = ed->ed_next; in show_list()
488 struct ed **seen, *ed; in fill_periodic_buffer() local
509 if (!(ed = ohci->periodic [i])) in fill_periodic_buffer()
518 ed->interval, ed); in fill_periodic_buffer()
522 if (seen [temp] == ed) in fill_periodic_buffer()
528 u32 info = hc32_to_cpu (ohci, ed->hwINFO); in fill_periodic_buffer()
533 list_for_each (entry, &ed->td_list) in fill_periodic_buffer()
548 (ed->hwHeadP & in fill_periodic_buffer()
555 seen [seen_count++] = ed; in fill_periodic_buffer()
557 ed = ed->ed_next; in fill_periodic_buffer()
562 ed = NULL; in fill_periodic_buffer()
565 } while (ed); in fill_periodic_buffer()