Lines Matching refs:ed_t
215 static int ep_link(ohci_t * ohci, ed_t * ed);
216 static int ep_unlink(ohci_t * ohci, ed_t * ed);
217 static ed_t *ep_add_ed(ohci_dev_t *ohci_dev, struct usb_device *usb_dev,
333 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds()
361 ed_t *edp = (ed_t *)value; in maybe_print_eds()
515 ed_t *ed; in sohci_submit_job()
667 static int ep_link(ohci_t *ohci, ed_t *edi) in ep_link()
669 volatile ed_t *ed = edi; in ep_link()
729 (((ed_t *)ed_p)->int_interval >= interval); in ep_link()
730 ed_p = &(((ed_t *)ed_p)->hwNextED)) in ep_link()
732 ((ed_t *)ed_p)->int_interval); in ep_link()
776 static int ep_unlink(ohci_t *ohci, ed_t *edi) in ep_unlink()
778 volatile ed_t *ed = edi; in ep_unlink()
801 ((ed_t *)(uintptr_t)m32_swap( in ep_unlink()
822 ((ed_t *)(uintptr_t)m32_swap( in ep_unlink()
847 static ed_t *ep_add_ed(ohci_dev_t *ohci_dev, struct usb_device *usb_dev, in ep_add_ed()
851 ed_t *ed_ret; in ep_add_ed()
852 volatile ed_t *ed; in ep_add_ed()
1138 ed_t *ed; in takeback_td()