OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:td_t
(Results
1 - 2
of
2
) 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;
/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);
Completed in 3591 milliseconds