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

  /external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h 55 struct ed *ed_rm_list; member in struct:ed
360 ed_t *ed_rm_list[2]; /* lists of all endpoints to be removed */ member in struct:ohci
au1x00_usb_ohci.c 482 if (!ohci->ed_controltail && !ohci->ed_rm_list[0] &&
483 !ohci->ed_rm_list[1] && !ohci->sleeping) {
498 if (!ohci->ed_bulktail && !ohci->ed_rm_list[0] &&
499 !ohci->ed_rm_list[1] && !ohci->sleeping) {
    [all...]
  /external/u-boot/drivers/usb/host/
ohci.h 65 struct ed *ed_rm_list; member in struct:ed
398 ed_t *ed_rm_list[2]; /* lists of all endpoints to be removed */ member in struct:ohci
ohci-hcd.c 687 if (!ohci->ed_controltail && !ohci->ed_rm_list[0] &&
688 !ohci->ed_rm_list[1] && !ohci->sleeping) {
705 if (!ohci->ed_bulktail && !ohci->ed_rm_list[0] &&
706 !ohci->ed_rm_list[1] && !ohci->sleeping) {
    [all...]

Completed in 97 milliseconds