Home
last modified time | relevance | path

Searched refs:bufp (Results 1 – 7 of 7) sorted by relevance

/include/sound/
Dcompress_driver.h274 struct snd_dma_buffer *bufp) in snd_compr_set_runtime_buffer() argument
278 if (bufp) { in snd_compr_set_runtime_buffer()
279 runtime->dma_buffer_p = bufp; in snd_compr_set_runtime_buffer()
280 runtime->dma_area = bufp->area; in snd_compr_set_runtime_buffer()
281 runtime->dma_addr = bufp->addr; in snd_compr_set_runtime_buffer()
282 runtime->dma_bytes = bufp->bytes; in snd_compr_set_runtime_buffer()
Dpcm.h1278 struct snd_dma_buffer *bufp) in snd_pcm_set_runtime_buffer() argument
1281 if (bufp) { in snd_pcm_set_runtime_buffer()
1282 runtime->dma_buffer_p = bufp; in snd_pcm_set_runtime_buffer()
1283 runtime->dma_area = bufp->area; in snd_pcm_set_runtime_buffer()
1284 runtime->dma_addr = bufp->addr; in snd_pcm_set_runtime_buffer()
1285 runtime->dma_bytes = bufp->bytes; in snd_pcm_set_runtime_buffer()
Dhda_codec.h512 struct snd_dma_buffer *bufp);
520 struct snd_dma_buffer *bufp) in snd_hda_codec_load_dsp_prepare() argument
Dhdaudio.h658 unsigned int byte_size, struct snd_dma_buffer *bufp);
670 unsigned int byte_size, struct snd_dma_buffer *bufp) in snd_hdac_dsp_prepare() argument
/include/linux/
Dseq_buf.h119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() argument
124 *bufp = s->buffer + s->len; in seq_buf_get_buf()
128 *bufp = NULL; in seq_buf_get_buf()
Dseq_file.h63 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf() argument
67 *bufp = m->buf + m->count; in seq_get_buf()
69 *bufp = NULL; in seq_get_buf()
/include/uapi/linux/
Dsoundcard.h1180 unsigned char *bufp=buf;\
1186 _seqbuf[_seqbufptr+ii+2] = bufp[ii];\