Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/host/
H A Dohci.h46 #define ED_OPER 0x02 macro
H A Dohci-hcd.c584 if (ed->state != ED_OPER) in sohci_submit_job()
673 ed->state = ED_OPER; in ep_link()
1120 if ((status & (ED_OPER | ED_UNLINK)) && (urb->state != URB_DEL)) in finish_urb()
1172 if ((edHeadP == edTailP) && (ed->state == ED_OPER)) in takeback_td()
/openbmc/linux/drivers/usb/host/
H A Dohci-hcd.c329 if (urb_priv->ed->state == ED_OPER) in ohci_urb_dequeue()
1056 case ED_OPER: in ohci_restart()
H A Dohci.h59 #define ED_OPER 0x02 /* IS linked to hc */ macro
H A Dohci-q.c263 ed->state = ED_OPER; in ed_schedule()
1167 if (ed->state == ED_OPER) in takeback_td()