Searched refs:rmsg (Results 1 – 1 of 1) sorted by relevance
301 xf_user_msg_t rmsg; in xaf_comp_set_config() local330 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_set_config()333 XF_CHK_ERR(rmsg.opcode == (u32) XF_SET_PARAM && rmsg.buffer == smsg, XAF_API_ERR); in xaf_comp_set_config()341 xf_user_msg_t rmsg; in xaf_comp_get_config() local368 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_get_config()371 XF_CHK_ERR(rmsg.opcode == (u32) XF_GET_PARAM && rmsg.buffer == smsg, XAF_API_ERR); in xaf_comp_get_config()402 xf_user_msg_t rmsg; in xaf_comp_get_status() local404 XF_CHK_API(xf_response_get(p_handle, &rmsg)); in xaf_comp_get_status()406 if (rmsg.opcode == XF_FILL_THIS_BUFFER) in xaf_comp_get_status()408 if (rmsg.buffer == p_comp->start_buf) in xaf_comp_get_status()[all …]