Home
last modified time | relevance | path

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

/linux-5.19.10/sound/xen/
Dxen_snd_front.c88 u32 period_sz) in xen_snd_front_stream_prepare() argument
101 req->op.open.period_sz = period_sz; in xen_snd_front_stream_prepare()
Dxen_snd_front.h41 u32 period_sz);
/linux-5.19.10/sound/soc/qcom/qdsp6/
Dq6apm.c283 size_t period_sz, unsigned int periods) in q6apm_map_memory_regions() argument
316 buf[0].size = period_sz; in q6apm_map_memory_regions()
319 if (period_sz > 0) { in q6apm_map_memory_regions()
320 buf[cnt].phys = buf[0].phys + (cnt * period_sz); in q6apm_map_memory_regions()
321 buf[cnt].size = period_sz; in q6apm_map_memory_regions()
328 rc = audioreach_map_memory_regions(graph, dir, period_sz, periods, 1); in q6apm_map_memory_regions()
Dq6asm.c422 size_t period_sz, unsigned int periods, in __q6asm_memory_map_regions() argument
438 buf_sz = period_sz * periods; in __q6asm_memory_map_regions()
440 buf_sz = period_sz; in __q6asm_memory_map_regions()
502 size_t period_sz, unsigned int periods) in q6asm_map_memory_regions() argument
526 buf[0].size = period_sz; in q6asm_map_memory_regions()
529 if (period_sz > 0) { in q6asm_map_memory_regions()
530 buf[cnt].phys = buf[0].phys + (cnt * period_sz); in q6asm_map_memory_regions()
531 buf[cnt].size = period_sz; in q6asm_map_memory_regions()
538 rc = __q6asm_memory_map_regions(ac, dir, period_sz, periods, 1); in q6asm_map_memory_regions()
Dq6apm.h134 size_t period_sz, unsigned int periods);
Dq6asm.h150 size_t period_sz, unsigned int periods);
Daudioreach.c1045 int audioreach_map_memory_regions(struct q6apm_graph *graph, unsigned int dir, size_t period_sz, in audioreach_map_memory_regions() argument
1063 buf_sz = period_sz * periods; in audioreach_map_memory_regions()
1065 buf_sz = period_sz; in audioreach_map_memory_regions()
Daudioreach.h706 unsigned int dir, size_t period_sz,
/linux-5.19.10/include/xen/interface/io/
Dsndif.h627 uint32_t period_sz; member