Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/arch/mips/mach-au1x00/
H A Dau1x00_usb_ohci.h118 typedef struct td td_t; typedef
337 td_t *td[N_URB_TD]; /* list pointer to all corresponding TDs associated with this request */
390 td_t gtd[NUM_TD+1];
392 td_t *ptd;
H A Dau1x00_usb_ohci.c571 td_t *td; in ep_add_ed()
615 volatile td_t *td, *td_pt; in td_fill()
629 td = urb_priv->td [index] = (td_t *)(m32_swap (urb_priv->ed->hwTailP) & ~0xf); in td_fill()
732 static void dl_transfer_length(td_t * td) in dl_transfer_length()
758 static td_t * dl_reverse_done_list (ohci_t *ohci) in dl_reverse_done_list()
761 td_t *td_rev = NULL; in dl_reverse_done_list()
762 td_t *td_list = NULL; in dl_reverse_done_list()
769 td_list = (td_t *)td_list_hc; in dl_reverse_done_list()
796 static int dl_done_list (ohci_t *ohci, td_t *td_list) in dl_done_list()
798 td_t *td_list_next = NULL; in dl_done_list()
[all …]
/OK3568_Linux_fs/u-boot/drivers/usb/host/
H A Dohci.h129 typedef struct td td_t; typedef
358 td_t *td[N_URB_TD]; /* list pointer to all corresponding TDs associated with this request */
370 td_t tds[NUM_TD] __aligned(TD_ALIGNMENT);
H A Dohci-hcd.c850 td_t *td; in ep_add_ed()
901 volatile td_t *td, *td_pt; in td_fill()
917 (td_t *)(uintptr_t) in td_fill()
1046 static void dl_transfer_length(td_t *td) in dl_transfer_length()
1066 static void check_status(td_t *td_list) in check_status()
1097 static td_t *dl_reverse_done_list(ohci_t *ohci) in dl_reverse_done_list()
1100 td_t *td_rev = NULL; in dl_reverse_done_list()
1101 td_t *td_list = NULL; in dl_reverse_done_list()
1109 td_list = (td_t *)td_list_hc; in dl_reverse_done_list()
1136 static int takeback_td(ohci_t *ohci, td_t *td_list) in takeback_td()
[all …]