Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h35 #define ED_UNLINK 0x01 macro
H A Dau1x00_usb_ohci.c556 ed->state = ED_UNLINK; in ep_unlink()
590 ed->state = ED_UNLINK; in ep_add_ed()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h45 #define ED_UNLINK 0x01 macro
H A Dohci-hcd.c833 ed->state = ED_UNLINK; in ep_unlink()
868 ed->state = ED_UNLINK; in ep_add_ed()
881 if (ed->type == PIPE_INTERRUPT && ed->state == ED_UNLINK) { in ep_add_ed()
1124 if ((status & (ED_OPER | ED_UNLINK)) && (urb->state != URB_DEL)) in finish_urb()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hcd.c373 case ED_UNLINK: /* wait for hw to finish? */ in ohci_endpoint_disable()
1051 ed->state = ED_UNLINK; in ohci_restart()
1059 case ED_UNLINK: in ohci_restart()
H A Dohci.h58 #define ED_UNLINK 0x01 /* being unlinked from hc */ macro
H A Dohci-q.c321 ed->state = ED_UNLINK; in ed_deschedule()