Searched refs:period_sz (Results 1 – 7 of 7) sorted by relevance
| /linux/sound/xen/ |
| H A D | xen_snd_front.h | 41 u32 period_sz);
|
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6asm.c | 421 size_t period_sz, unsigned int periods, in __q6asm_memory_map_regions() argument 436 buf_sz = period_sz * periods; in __q6asm_memory_map_regions() 438 buf_sz = period_sz; in __q6asm_memory_map_regions() 495 size_t period_sz, unsigned int periods) in q6asm_map_memory_regions() argument 519 buf[0].size = period_sz; in q6asm_map_memory_regions() 522 if (period_sz > 0) { in q6asm_map_memory_regions() 523 buf[cnt].phys = buf[0].phys + (cnt * period_sz); in q6asm_map_memory_regions() 524 buf[cnt].size = period_sz; in q6asm_map_memory_regions() 531 rc = __q6asm_memory_map_regions(ac, dir, period_sz, periods, 1); in q6asm_map_memory_regions()
|
| H A D | q6apm.c | 246 size_t period_sz, unsigned int periods) in q6apm_alloc_fragments() argument 280 buf[0].size = period_sz; in q6apm_alloc_fragments() 283 if (period_sz > 0) { in q6apm_alloc_fragments() 284 buf[cnt].phys = buf[0].phys + (cnt * period_sz); in q6apm_alloc_fragments() 285 buf[cnt].size = period_sz; in q6apm_alloc_fragments()
|
| H A D | q6apm.h | 141 size_t period_sz, unsigned int periods);
|
| H A D | q6asm.h | 149 size_t period_sz, unsigned int periods);
|
| H A D | audioreach.c | 1356 audioreach_map_memory_regions(struct q6apm_graph * graph,unsigned int dir,size_t period_sz,unsigned int periods,bool is_contiguous) audioreach_map_memory_regions() argument
|
| /linux/include/xen/interface/io/ |
| H A D | sndif.h | 627 uint32_t period_sz; member
|