Home
last modified time | relevance | path

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

/openbmc/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.c329 ed_t *ed = (ed_t *)m32_swap(ed_p); in ep_print_int_eds()
357 ed_t *edp = (ed_t *)value; in maybe_print_eds()
511 ed_t *ed; in sohci_submit_job()
665 volatile ed_t *ed = edi; in ep_link()
728 ((ed_t *)ed_p)->int_interval); in ep_link()
774 volatile ed_t *ed = edi; in ep_unlink()
797 ((ed_t *)(uintptr_t)m32_swap( in ep_unlink()
818 ((ed_t *)(uintptr_t)m32_swap( in ep_unlink()
847 ed_t *ed_ret; in ep_add_ed()
848 volatile ed_t *ed; in ep_add_ed()
[all …]