Home
last modified time | relevance | path

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

/linux/drivers/misc/
H A Dfastrpc.c276 u32 dsp_attributes[FASTRPC_MAX_DSP_ATTRIBUTES]; member
1724 uint32_t *dsp_attributes; in fastrpc_get_info_from_kernel() local
1737 dsp_attributes = kzalloc(FASTRPC_MAX_DSP_ATTRIBUTES_LEN, GFP_KERNEL); in fastrpc_get_info_from_kernel()
1738 if (!dsp_attributes) in fastrpc_get_info_from_kernel()
1741 err = fastrpc_get_info_from_dsp(fl, dsp_attributes, FASTRPC_MAX_DSP_ATTRIBUTES); in fastrpc_get_info_from_kernel()
1745 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()
1749 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()
1754 memcpy(cctx->dsp_attributes, dsp_attributes, FASTRPC_MAX_DSP_ATTRIBUTES_LEN); in fastrpc_get_info_from_kernel()
1757 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()
1759 cap->capability = cctx->dsp_attributes[attribute_id]; in fastrpc_get_info_from_kernel()