Home
last modified time | relevance | path

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

/sound/soc/intel/skylake/
Dskl-sst-cldma.c246 u32 total_size, bool wait) in skl_cldma_copy_to_buf() argument
252 unsigned int bytes_left = total_size; in skl_cldma_copy_to_buf()
255 if (total_size <= 0) in skl_cldma_copy_to_buf()
/sound/soc/sof/intel/
Dhda-loader-skl.c457 u32 total_size, u32 bufsize) in cl_skl_cldma_copy_to_buf() argument
459 unsigned int bytes_left = total_size; in cl_skl_cldma_copy_to_buf()
463 if (total_size <= 0) in cl_skl_cldma_copy_to_buf()
/sound/soc/sof/
Dipc3-topology.c329 size_t total_size = *ipc_size; in sof_comp_alloc() local
334 total_size += ext_size; in sof_comp_alloc()
336 comp = kzalloc(total_size, GFP_KERNEL); in sof_comp_alloc()
341 comp->hdr.size = total_size; in sof_comp_alloc()
348 if (total_size > *ipc_size) { in sof_comp_alloc()
355 *ipc_size = total_size; in sof_comp_alloc()
/sound/pci/hda/
Dpatch_ca0132.c2277 unsigned int total_size; in dspio_send_scp_message() local
2292 total_size = (scp_send_size * 4); in dspio_send_scp_message()
2294 if (send_buf_size < total_size) in dspio_send_scp_message()