Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/misc/
Dfastrpc.c260 u32 dsp_attributes[FASTRPC_MAX_DSP_ATTRIBUTES]; member
1529 uint32_t *dsp_attributes; in fastrpc_get_info_from_kernel() local
1542 dsp_attributes = kzalloc(FASTRPC_MAX_DSP_ATTRIBUTES_LEN, GFP_KERNEL); in fastrpc_get_info_from_kernel()
1543 if (!dsp_attributes) in fastrpc_get_info_from_kernel()
1546 err = fastrpc_get_info_from_dsp(fl, dsp_attributes, FASTRPC_MAX_DSP_ATTRIBUTES_LEN); in fastrpc_get_info_from_kernel()
1550 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()
1554 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()
1559 memcpy(cctx->dsp_attributes, dsp_attributes, FASTRPC_MAX_DSP_ATTRIBUTES_LEN); in fastrpc_get_info_from_kernel()
1562 kfree(dsp_attributes); in fastrpc_get_info_from_kernel()
1564 cap->capability = cctx->dsp_attributes[attribute_id]; in fastrpc_get_info_from_kernel()