Searched refs:bufs (Results 1 – 9 of 9) sorted by relevance
| /include/soc/fsl/ |
| A D | bman.h | 114 int bman_release(struct bman_pool *pool, const struct bm_buffer *bufs, u8 num); 127 int bman_acquire(struct bman_pool *pool, struct bm_buffer *bufs, u8 num);
|
| /include/xen/arm/ |
| A D | hypercall.h | 58 struct xen_dm_op_buf *bufs);
|
| /include/linux/ |
| A D | pipe_fs_i.h | 114 struct pipe_buffer *bufs; member 246 return &pipe->bufs[slot & (pipe->ring_size - 1)]; in pipe_buf()
|
| A D | bpf.h | 3643 int bpf_try_get_buffers(struct bpf_bprintf_buffers **bufs);
|
| /include/media/ |
| A D | videobuf2-core.h | 649 struct vb2_buffer **bufs; member 1296 if (!q->bufs) in vb2_get_buffer() 1303 return q->bufs[index]; in vb2_get_buffer()
|
| /include/sound/ |
| A D | pcm.h | 1202 void __user **bufs, snd_pcm_uframes_t frames) in snd_pcm_lib_writev() argument 1204 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_writev() 1209 void __user **bufs, snd_pcm_uframes_t frames) in snd_pcm_lib_readv() argument 1211 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_readv() 1230 void **bufs, snd_pcm_uframes_t frames) in snd_pcm_kernel_writev() argument 1232 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true); in snd_pcm_kernel_writev() 1237 void **bufs, snd_pcm_uframes_t frames) in snd_pcm_kernel_readv() argument 1239 return __snd_pcm_lib_xfer(substream, bufs, false, frames, true); in snd_pcm_kernel_readv()
|
| /include/uapi/linux/ |
| A D | io_uring.h | 811 __DECLARE_FLEX_ARRAY(struct io_uring_buf, bufs);
|
| /include/uapi/sound/ |
| A D | asound.h | 615 void __user * __user *bufs; member
|
| /include/acpi/ |
| A D | acpi_bus.h | 365 void **bufs; member
|
Completed in 45 milliseconds