Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/host/
Dusb-ohci.h62 typedef struct ed ed_t; typedef
335 ed_t * ed;
394 ed_t * ed_rm_list[2]; /* lists of all endpoints to be removed */
395 ed_t * ed_bulktail; /* last endpoint of bulk list */
396 ed_t * ed_controltail; /* last endpoint of control list */
397 ed_t * ed_isotail; /* last endpoint of iso list */
417 ed_t ed[NUM_EDS];
428 static int ep_link(ohci_t * ohci, ed_t * ed);
429 static int ep_unlink(ohci_t * ohci, ed_t * ed);
430 static ed_t * ep_add_ed(struct usb_device * usb_dev, unsigned int pipe, int interval, int load, int…
[all …]
Dusb-ohci.c334 ed_t *ed = dma_to_ed (ohci, le32_to_cpup(ed_p)); in ep_print_int_eds()
590 ed_t * ed; in sohci_submit_urb()
907 ed_t * ed; in sohci_free_dev()
1055 static int ep_link (ohci_t * ohci, ed_t * edi) in ep_link()
1063 volatile ed_t * ed = edi; in ep_link()
1176 static int ep_unlink (ohci_t * ohci, ed_t * ed) in ep_unlink()
1255 static ed_t * ep_add_ed ( in ep_add_ed()
1265 ed_t * ed_ret; in ep_add_ed()
1266 volatile ed_t * ed; in ep_add_ed()
1281 if (!td || !hash_add_ed (ohci, (ed_t *)ed)) { in ep_add_ed()
[all …]