Searched refs:total_size (Results 1 – 4 of 4) sorted by relevance
246 u32 total_size, bool wait) in skl_cldma_copy_to_buf() argument252 unsigned int bytes_left = total_size; in skl_cldma_copy_to_buf()255 if (total_size <= 0) in skl_cldma_copy_to_buf()
457 u32 total_size, u32 bufsize) in cl_skl_cldma_copy_to_buf() argument459 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()
329 size_t total_size = *ipc_size; in sof_comp_alloc() local334 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()
2277 unsigned int total_size; in dspio_send_scp_message() local2292 total_size = (scp_send_size * 4); in dspio_send_scp_message()2294 if (send_buf_size < total_size) in dspio_send_scp_message()