Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h45 #define ED_UNLINK 0x01 macro
H A 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()
/openbmc/linux/drivers/usb/host/
H A Dohci-hcd.c371 case ED_UNLINK: /* wait for hw to finish? */ in ohci_endpoint_disable()
1057 ed->state = ED_UNLINK; in ohci_restart()
1065 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()