Home
last modified time | relevance | path

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

/external/u-boot/arch/mips/mach-au1x00/
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;
Dau1x00_usb_ohci.c570 td_t *td; in ep_add_ed()
614 volatile td_t *td, *td_pt; in td_fill()
628 td = urb_priv->td [index] = (td_t *)(m32_swap (urb_priv->ed->hwTailP) & ~0xf); in td_fill()
731 static void dl_transfer_length(td_t * td) in dl_transfer_length()
757 static td_t * dl_reverse_done_list (ohci_t *ohci) in dl_reverse_done_list()
760 td_t *td_rev = NULL; in dl_reverse_done_list()
761 td_t *td_list = NULL; in dl_reverse_done_list()
768 td_list = (td_t *)td_list_hc; in dl_reverse_done_list()
795 static int dl_done_list (ohci_t *ohci, td_t *td_list) in dl_done_list()
797 td_t *td_list_next = NULL; in dl_done_list()
[all …]
/external/u-boot/drivers/usb/host/
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);
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 …]
/external/libaom/libaom/av1/encoder/
Dethread.c19 static void accumulate_rd_opt(ThreadData *td, ThreadData *td_t) { in accumulate_rd_opt() argument
21 td->rd_counts.comp_pred_diff[i] += td_t->rd_counts.comp_pred_diff[i]; in accumulate_rd_opt()
25 td_t->rd_counts.global_motion_used[i]; in accumulate_rd_opt()
28 td_t->rd_counts.compound_ref_used_flag; in accumulate_rd_opt()
29 td->rd_counts.skip_mode_used_flag |= td_t->rd_counts.skip_mode_used_flag; in accumulate_rd_opt()
/external/libvpx/libvpx/vp9/encoder/
Dvp9_ethread.c19 static void accumulate_rd_opt(ThreadData *td, ThreadData *td_t) { in accumulate_rd_opt() argument
23 td->rd_counts.comp_pred_diff[i] += td_t->rd_counts.comp_pred_diff[i]; in accumulate_rd_opt()
26 td->rd_counts.filter_diff[i] += td_t->rd_counts.filter_diff[i]; in accumulate_rd_opt()
35 td_t->rd_counts.coef_counts[i][j][k][l][m][n]; in accumulate_rd_opt()