Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.h37 #define ED_UNLINK 0x01 macro
Dusb-ohci.c1242 ed->state = ED_UNLINK; in ep_unlink()
1289 ed->state = ED_UNLINK; in ep_add_ed()
1303 if (ed->type == PIPE_INTERRUPT && ed->state == ED_UNLINK) { in ep_add_ed()
1751 if ((ed->state & (ED_OPER | ED_UNLINK)) in dl_done_list()