Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dohci-hcd.c225 if (ed->state == ED_IDLE) { in ohci_urb_enqueue()
364 ed->state = ED_IDLE; in ohci_endpoint_disable()
378 case ED_IDLE: /* fully unlinked */ in ohci_endpoint_disable()
Dohci-q.c433 ed->state = ED_IDLE; in ed_get()
1085 ed->state = ED_IDLE; in finish_unlinks()
Dohci.h56 #define ED_IDLE 0x00 /* NOT linked to HC */ macro