Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/host/
Dohci-q.c186 ed->state = ED_OPER; in ed_schedule()
1161 if (ed->state == ED_OPER) in takeback_td()
Dohci-hcd.c326 if (urb_priv->ed->state == ED_OPER) in ohci_urb_dequeue()
1018 case ED_OPER: in ohci_restart()
Dohci.h58 #define ED_OPER 0x02 /* IS linked to hc */ macro