Searched refs:dsp_attributes (Results 1 – 1 of 1) sorted by relevance
276 u32 dsp_attributes[FASTRPC_MAX_DSP_ATTRIBUTES]; member1722 uint32_t *dsp_attributes; in fastrpc_get_info_from_kernel() local1735 dsp_attributes = kzalloc(FASTRPC_MAX_DSP_ATTRIBUTES_LEN, GFP_KERNEL); in fastrpc_get_info_from_kernel()1736 if (!dsp_attributes) in fastrpc_get_info_from_kernel()1739 err = fastrpc_get_info_from_dsp(fl, dsp_attributes, FASTRPC_MAX_DSP_ATTRIBUTES); in fastrpc_get_info_from_kernel()1743 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()1747 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()1752 memcpy(cctx->dsp_attributes, dsp_attributes, FASTRPC_MAX_DSP_ATTRIBUTES_LEN); in fastrpc_get_info_from_kernel()1755 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()1757 cap->capability = cctx->dsp_attributes[attribute_id]; in fastrpc_get_info_from_kernel()