Searched refs:start_buf (Results 1 – 2 of 2) sorted by relevance
408 if (rmsg.buffer == p_comp->start_buf) in xaf_comp_get_status()410 XF_CHK_API(xaf_comp_post_init_config(p_adev, p_comp, p_comp->start_buf)); in xaf_comp_get_status()484 p_comp->start_buf = xf_buffer_data(p_handle->aux); in xaf_comp_process()485 … XF_CHK_API(xf_command(p_handle, (p_comp->inp_ports), XF_FILL_THIS_BUFFER, p_comp->start_buf, 0)); in xaf_comp_process()495 … XF_CHK_ERR(rmsg.opcode == XF_FILL_THIS_BUFFER && rmsg.buffer == p_comp->start_buf, XAF_API_ERR); in xaf_comp_process()497 XF_CHK_API(xaf_comp_post_init_config(p_adev, p_comp, p_comp->start_buf)); in xaf_comp_process()
48 void *start_buf; member