Home
last modified time | relevance | path

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

/linux/drivers/usb/host/
H A Dohci-hcd.c371 case ED_UNLINK: /* wait for hw to finish? */ in ohci_endpoint_disable()
1058 ed->state = ED_UNLINK; in ohci_restart()
1066 case ED_UNLINK: in ohci_restart()
H A Dohci.h58 #define ED_UNLINK 0x01 /* being unlinked from hc */ macro
H A Dohci-q.c302 * ED_UNLINK is a transient state: the HC may still see this ED, but soon
307 * When the HC can't see the ED, something changes ED_UNLINK to one of:
321 ed->state = ED_UNLINK; in ed_deschedule()