HomeSort by relevance Sort by last modified time
    Searched refs:ed_bulktail (Results 1 - 4 of 4) sorted by null

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.c 492 if (ohci->ed_bulktail == NULL) {
495 ohci->ed_bulktail->hwNextED = m32_swap (ed);
497 ed->ed_prev = ohci->ed_bulktail;
498 if (!ohci->ed_bulktail && !ohci->ed_rm_list[0] &&
503 ohci->ed_bulktail = edi;
548 if (ohci->ed_bulktail == ed) {
549 ohci->ed_bulktail = ed->ed_prev;
    [all...]
au1x00_usb_ohci.h 361 ed_t *ed_bulktail; /* last endpoint of bulk list */ member in struct:ohci
  /external/u-boot/drivers/usb/host/
ohci.h 399 ed_t *ed_bulktail; /* last endpoint of bulk list */ member in struct:ohci
ohci-hcd.c 698 if (ohci->ed_bulktail == NULL)
701 ohci->ed_bulktail->hwNextED =
704 ed->ed_prev = ohci->ed_bulktail;
705 if (!ohci->ed_bulktail && !ohci->ed_rm_list[0] &&
710 ohci->ed_bulktail = edi;
815 if (ohci->ed_bulktail == ed) {
816 ohci->ed_bulktail = ed->ed_prev;
    [all...]

Completed in 59 milliseconds