OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:td_t
(Results
1 - 6
of
6
) sorted by null
/external/u-boot/arch/mips/mach-au1x00/
au1x00_usb_ohci.h
68
#define
TD_T
0x03000000
118
typedef struct td
td_t
;
typedef in typeref:struct:td
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;
au1x00_usb_ohci.c
570
td_t
*td;
614
volatile
td_t
*td, *td_pt;
628
td = urb_priv->td [index] = (
td_t
*)(m32_swap (urb_priv->ed->hwTailP) & ~0xf);
731
static void dl_transfer_length(
td_t
* td)
757
static
td_t
* dl_reverse_done_list (ohci_t *ohci)
760
td_t
*td_rev = NULL;
761
td_t
*td_list = NULL;
768
td_list = (
td_t
*)td_list_hc;
795
static int dl_done_list (ohci_t *ohci,
td_t
*td_list)
797
td_t
*td_list_next = NULL
[
all
...]
/external/u-boot/drivers/usb/host/
ohci.h
79
#define
TD_T
0x03000000
129
typedef struct td
td_t
;
typedef in typeref:struct:td
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);
ohci-hcd.c
846
td_t
*td;
897
volatile
td_t
*td, *td_pt;
913
(
td_t
*)(uintptr_t)
1042
static void dl_transfer_length(
td_t
*td)
1062
static void check_status(
td_t
*td_list)
1093
static
td_t
*dl_reverse_done_list(ohci_t *ohci)
1096
td_t
*td_rev = NULL;
1097
td_t
*td_list = NULL;
1105
td_list = (
td_t
*)td_list_hc;
1132
static int takeback_td(ohci_t *ohci,
td_t
*td_list
[
all
...]
/external/libaom/libaom/av1/encoder/
ethread.c
19
static void accumulate_rd_opt(ThreadData *td, ThreadData *
td_t
) {
21
td->rd_counts.comp_pred_diff[i] +=
td_t
->rd_counts.comp_pred_diff[i];
25
td_t
->rd_counts.global_motion_used[i];
28
td_t
->rd_counts.compound_ref_used_flag;
29
td->rd_counts.skip_mode_used_flag |=
td_t
->rd_counts.skip_mode_used_flag;
/external/libvpx/libvpx/vp9/encoder/
vp9_ethread.c
19
static void accumulate_rd_opt(ThreadData *td, ThreadData *
td_t
) {
23
td->rd_counts.comp_pred_diff[i] +=
td_t
->rd_counts.comp_pred_diff[i];
26
td->rd_counts.filter_diff[i] +=
td_t
->rd_counts.filter_diff[i];
35
td_t
->rd_counts.coef_counts[i][j][k][l][m][n];
Completed in 2381 milliseconds