Home
last modified time | relevance | path

Searched refs:xf_set_param_item_t (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/hifi/xaf/hifi-dpf/include/
Dxf-opcode.h214 } __attribute__ ((__packed__)) xf_set_param_item_t; typedef
220 xf_set_param_item_t item[0];
225 #define XF_SET_PARAM_CMD_LEN(params) (sizeof(xf_set_param_item_t) * (params))
/device/linaro/hikey/hifi/xaf/host-apf/include/
Dxf-opcode.h203 } __attribute__ ((__packed__)) xf_set_param_item_t; typedef
209 xf_set_param_item_t item[0];
214 #define XF_SET_PARAM_CMD_LEN(params) (sizeof(xf_set_param_item_t) * (params))
/device/linaro/hikey/hifi/xaf/hifi-dpf/audio/
Dxa-class-base.c169 xf_set_param_item_t *param = &cmd->item[0]; in xa_base_set_param()
/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()