Searched refs:capacity (Results 1 – 2 of 2) sorted by relevance
/sound/soc/sof/ |
D | trace.c | 21 int capacity, int *counter) in trace_filter_append_elem() argument 23 if (*counter >= capacity) in trace_filter_append_elem() 35 int capacity, int *counter) in trace_filter_parse_entry() argument 59 uuid_id, elem, capacity, &cnt); in trace_filter_parse_entry() 65 pipe_id, elem, capacity, &cnt); in trace_filter_parse_entry() 71 comp_id, elem, capacity, &cnt); in trace_filter_parse_entry() 78 log_level, elem, capacity, &cnt); in trace_filter_parse_entry() 94 int capacity = 0; in trace_filter_parse() local 104 capacity += TRACE_FILTER_ELEMENTS_PER_ENTRY; in trace_filter_parse() 107 *out = kmalloc(capacity * sizeof(**out), GFP_KERNEL); in trace_filter_parse() [all …]
|
/sound/firewire/fireworks/ |
D | fireworks_transaction.c | 120 size_t capacity, till_end; in copy_resp_to_buf() local 129 capacity = (unsigned int)(efw->pull_ptr - efw->push_ptr); in copy_resp_to_buf() 131 capacity = snd_efw_resp_buf_size - in copy_resp_to_buf() 135 if (capacity < length) { in copy_resp_to_buf()
|