Searched refs:result_length (Results 1 – 1 of 1) sorted by relevance
| /hal_nxp-latest/mcux/mcux-sdk/components/codec/tfa9xxx/vas_tfa_drv/ |
| D | tfa2_dev.c | 2315 int result_length = 9; in tfa2dsp_fw_get_re25() local 2324 rc = tfa->dsp_execute(tfa, (const char *)buffer, command_length, (char *)buffer, result_length); in tfa2dsp_fw_get_re25() 2332 int result_length = 6; 2340 hal_error = tfadsp_writeread(tfa, command_length, buffer, result_length); 2350 int result_length = 9; 2358 hal_error = tfadsp_writeread(tfa, command_length, buffer, result_length); 2363 return result_length; 2368 int result_length = FW_MAXTAG+3; 2376 hal_error = tfadsp_writeread(tfa, command_length, buffer, result_length);
|