Home
last modified time | relevance | path

Searched refs:ED_UNLINK (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/mips/mach-au1x00/
Dau1x00_usb_ohci.h35 #define ED_UNLINK 0x01 macro
Dau1x00_usb_ohci.c555 ed->state = ED_UNLINK; in ep_unlink()
589 ed->state = ED_UNLINK; in ep_add_ed()
/external/u-boot/drivers/usb/host/
Dohci.h45 #define ED_UNLINK 0x01 macro
Dohci-hcd.c829 ed->state = ED_UNLINK; in ep_unlink()
864 ed->state = ED_UNLINK; in ep_add_ed()
877 if (ed->type == PIPE_INTERRUPT && ed->state == ED_UNLINK) { in ep_add_ed()
1120 if ((status & (ED_OPER | ED_UNLINK)) && (urb->state != URB_DEL)) in finish_urb()