Searched refs:bufp (Results 1 – 7 of 7) sorted by relevance
274 struct snd_dma_buffer *bufp) in snd_compr_set_runtime_buffer() argument278 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()
1278 struct snd_dma_buffer *bufp) in snd_pcm_set_runtime_buffer() argument1281 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()
512 struct snd_dma_buffer *bufp);520 struct snd_dma_buffer *bufp) in snd_hda_codec_load_dsp_prepare() argument
658 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
119 static inline size_t seq_buf_get_buf(struct seq_buf *s, char **bufp) in seq_buf_get_buf() argument124 *bufp = s->buffer + s->len; in seq_buf_get_buf()128 *bufp = NULL; in seq_buf_get_buf()
63 static inline size_t seq_get_buf(struct seq_file *m, char **bufp) in seq_get_buf() argument67 *bufp = m->buf + m->count; in seq_get_buf()69 *bufp = NULL; in seq_get_buf()
1180 unsigned char *bufp=buf;\1186 _seqbuf[_seqbufptr+ii+2] = bufp[ii];\