Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h36 #define ED_OPER 0x02 macro
H A Dau1x00_usb_ohci.c440 if (ed->state != ED_OPER) in sohci_submit_job()
472 ed->state = ED_OPER; in ep_link()
828 if ((edHeadP == edTailP) && (ed->state == ED_OPER)) in dl_done_list()
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h46 #define ED_OPER 0x02 macro
H A Dohci-hcd.c588 if (ed->state != ED_OPER) in sohci_submit_job()
677 ed->state = ED_OPER; in ep_link()
1124 if ((status & (ED_OPER | ED_UNLINK)) && (urb->state != URB_DEL)) in finish_urb()
1176 if ((edHeadP == edTailP) && (ed->state == ED_OPER)) in takeback_td()
/OK3568_Linux_fs/kernel/drivers/usb/host/
H A Dohci-hcd.c331 if (urb_priv->ed->state == ED_OPER) in ohci_urb_dequeue()
1050 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()