Home
last modified time | relevance | path

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

/openbmc/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.c846 td_t *td; in ep_add_ed()
897 volatile td_t *td, *td_pt; in td_fill()
913 (td_t *)(uintptr_t) in td_fill()
1042 static void dl_transfer_length(td_t *td) in dl_transfer_length()
1062 static void check_status(td_t *td_list) in check_status()
1093 static td_t *dl_reverse_done_list(ohci_t *ohci) in dl_reverse_done_list()
1096 td_t *td_rev = NULL; in dl_reverse_done_list()
1097 td_t *td_list = NULL; in dl_reverse_done_list()
1105 td_list = (td_t *)td_list_hc; in dl_reverse_done_list()
1132 static int takeback_td(ohci_t *ohci, td_t *td_list) in takeback_td()
[all …]