Searched refs:offset_output (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/drivers/staging/tidspbridge/include/dspbridge/ |
D | nldr.h | 54 u32 offset_range, void *offset_output, char *sym_name);
|
/linux-2.6.39/drivers/staging/tidspbridge/core/ |
D | io_sm.c | 1944 u32 offset_output; in dump_dsp_stack() local 2057 0x1000, &offset_output, name) == 0)) in dump_dsp_stack() 2059 i - offset_output); in dump_dsp_stack() 2102 *buffer, 0x1000, &offset_output, name) == 0)) in dump_dsp_stack() 2106 *buffer - offset_output); in dump_dsp_stack() 2135 &offset_output, name) == 0)) in dump_dsp_stack() 2138 *buffer - offset_output); in dump_dsp_stack()
|
/linux-2.6.39/drivers/staging/tidspbridge/rmgr/ |
D | nldr.c | 1894 u32 offset_range, void *offset_output, char *sym_name) in nldr_find_addr() argument 1901 DBC_REQUIRE(offset_output != NULL); in nldr_find_addr() 1904 sym_addr, offset_range, (u32) offset_output, sym_name); in nldr_find_addr() 1927 offset_range, offset_output, sym_name); in nldr_find_addr() 1934 offset_range, offset_output, sym_name); in nldr_find_addr() 1944 offset_range, offset_output, sym_name); in nldr_find_addr()
|