Home
last modified time | relevance | path

Searched refs:xf_command (Results 1 – 3 of 3) sorted by relevance

/device/linaro/hikey/hifi/xaf/host-apf/proxy/
Dxaf-api.c327 XF_CHK_API(xf_command(p_handle, 0, XF_SET_PARAM, smsg, sizeof(xf_set_param_item_t)*num_param)); in xaf_comp_set_config()
365 XF_CHK_API(xf_command(p_handle, 0, XF_GET_PARAM, smsg, XF_GET_PARAM_CMD_LEN(num_param))); in xaf_comp_get_config()
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()
517 …XF_CHK_API(xf_command(&p_comp->handle, (p_comp->inp_ports), XF_FILL_THIS_BUFFER, p_data, p_comp->o… in xaf_comp_process()
527 XF_CHK_API(xf_command(p_handle, 0, XF_EMPTY_THIS_BUFFER, NULL, 0)); in xaf_comp_process()
537 XF_CHK_API(xf_command(p_handle, 0, XF_EMPTY_THIS_BUFFER, p_buf, length)); in xaf_comp_process()
546 … XF_CHK_API(xf_command(p_handle, (p_comp->inp_ports), XF_FILL_THIS_BUFFER, p_buf, length)); in xaf_comp_process()
Dxf-proxy.c542 int xf_command(xf_handle_t *handle, u32 port, u32 opcode, void *buffer, u32 length) in xf_command() function
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-proto.h68 extern int xf_command(xf_handle_t *handle, u32 dst, u32 opcode, void *buf, u32 length);