Searched refs:stream_buf (Results 1 – 6 of 6) sorted by relevance
| /linux/sound/soc/sof/amd/ |
| H A D | acp-stream.c | 130 struct acp_dsp_stream *stream = adata->stream_buf; in acp_dsp_stream_get() 159 struct acp_dsp_stream *stream = adata->stream_buf; in acp_dsp_stream_put() 181 adata->stream_buf[i].sdev = sdev; in acp_dsp_stream_init() 182 adata->stream_buf[i].active = 0; in acp_dsp_stream_init() 183 adata->stream_buf[i].stream_tag = i + 1; in acp_dsp_stream_init()
|
| H A D | acp.h | 260 struct acp_dsp_stream stream_buf[ACP_MAX_STREAM]; member
|
| /linux/fs/smb/server/ |
| H A D | smb2pdu.c | 5008 char *stream_name, *xattr_list = NULL, *stream_buf; in get_file_stream_info() 5055 stream_buf = kmalloc(streamlen + 1, KSMBD_DEFAULT_GFP); in get_file_stream_info() 5056 if (!stream_buf) in get_file_stream_info() 5059 streamlen = snprintf(stream_buf, streamlen + 1, in get_file_stream_info() 5064 kfree(stream_buf); in get_file_stream_info() 5070 stream_buf, streamlen, in get_file_stream_info() 5073 kfree(stream_buf); in get_file_stream_info() 5002 char *stream_name, *xattr_list = NULL, *stream_buf; get_file_stream_info() local
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 914 * The data is copied to a buffer pointed to by *stream_buf*, and 1891 __aligned_u64 stream_buf; 1887 __aligned_u64 stream_buf; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 914 * The data is copied to a buffer pointed to by *stream_buf*, and 1891 __aligned_u64 stream_buf; 1887 __aligned_u64 stream_buf; global() member
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 6107 char __user *buf = u64_to_user_ptr(attr->prog_stream_read.stream_buf); in prog_stream_read()
|