Home
last modified time | relevance | path

Searched refs:ed_t (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h60 typedef struct ed ed_t; typedef
331 ed_t *ed;
360 ed_t *ed_rm_list[2]; /* lists of all endpoints to be removed */
361 ed_t *ed_bulktail; /* last endpoint of bulk list */
362 ed_t *ed_controltail; /* last endpoint of control list */
374 ed_t ed[NUM_EDS];
380 static int ep_link(ohci_t * ohci, ed_t * ed);
381 static int ep_unlink(ohci_t * ohci, ed_t * ed);
382 static ed_t * ep_add_ed(struct usb_device * usb_dev, unsigned long pipe);
H A Dau1x00_usb_ohci.c201 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds()
228 ed_t *edp = (ed_t *)value; in maybe_print_eds()
379 ed_t * ed; in sohci_submit_job()
468 static int ep_link (ohci_t *ohci, ed_t *edi) in ep_link()
470 volatile ed_t *ed = edi; in ep_link()
517 static int ep_unlink (ohci_t *ohci, ed_t *ed) in ep_unlink()
535 ((ed_t *)m32_swap (*((__u32 *)&ed->hwNextED)))->ed_prev = ed->ed_prev; in ep_unlink()
552 ((ed_t *)m32_swap (*((__u32 *)&ed->hwNextED)))->ed_prev = ed->ed_prev; in ep_unlink()
569 static ed_t * ep_add_ed (struct usb_device *usb_dev, unsigned long pipe) in ep_add_ed()
572 ed_t *ed_ret; in ep_add_ed()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h71 typedef struct ed ed_t; typedef
347 ed_t *ed;
369 ed_t ed[NUM_EDS] __aligned(ED_ALIGNMENT);
398 ed_t *ed_rm_list[2]; /* lists of all endpoints to be removed */
399 ed_t *ed_bulktail; /* last endpoint of bulk list */
400 ed_t *ed_controltail; /* last endpoint of control list */
H A Dohci-hcd.c215 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()
[all …]