Home
last modified time | relevance | path

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

/Linux-v4.19/sound/xen/
Dxen_snd_front_shbuf.c42 free_pages_exact(buf->buffer, buf->buffer_sz); in xen_snd_front_shbuf_free()
152 buf->buffer_sz = num_pages_buffer * XEN_PAGE_SIZE; in alloc_int_buffers()
153 buf->buffer = alloc_pages_exact(buf->buffer_sz, GFP_KERNEL); in alloc_int_buffers()
169 unsigned int buffer_sz) in xen_snd_front_shbuf_alloc() argument
176 num_pages_buffer = DIV_ROUND_UP(buffer_sz, XEN_PAGE_SIZE); in xen_snd_front_shbuf_alloc()
Dxen_snd_front_shbuf.h23 size_t buffer_sz; member
30 unsigned int buffer_sz);
Dxen_snd_front.c87 unsigned int rate, u32 buffer_sz, in xen_snd_front_stream_prepare() argument
100 req->op.open.buffer_sz = buffer_sz; in xen_snd_front_stream_prepare()
Dxen_snd_front.h40 unsigned int rate, u32 buffer_sz,
Dxen_snd_front_alsa.c559 if (unlikely(pos + count > stream->sh_buf.buffer_sz)) in alsa_pb_copy_user()
574 if (unlikely(pos + count > stream->sh_buf.buffer_sz)) in alsa_pb_copy_kernel()
589 if (unlikely(pos + count > stream->sh_buf.buffer_sz)) in alsa_cap_copy_user()
607 if (unlikely(pos + count > stream->sh_buf.buffer_sz)) in alsa_cap_copy_kernel()
625 if (unlikely(pos + count > stream->sh_buf.buffer_sz)) in alsa_pb_fill_silence()
/Linux-v4.19/include/xen/interface/io/
Ddisplif.h506 uint32_t buffer_sz; member
Dsndif.h642 uint32_t buffer_sz; member
/Linux-v4.19/sound/soc/intel/atom/sst/
Dsst_drv_interface.c497 size_t buffer_sz; in sst_calc_tstamp() local
511 buffer_sz = snd_pcm_lib_buffer_bytes(substream); in sst_calc_tstamp()
512 div_u64_rem(fw_tstamp->ring_buffer_counter, buffer_sz, &pointer_bytes); in sst_calc_tstamp()
/Linux-v4.19/drivers/gpu/drm/xen/
Dxen_drm_front.c206 req->op.dbuf_create.buffer_sz = size; in xen_drm_front_dbuf_create()