Searched refs:bufp (Results 1 – 7 of 7) sorted by relevance
267 struct snd_dma_buffer *bufp) in snd_compr_set_runtime_buffer() argument271 if (bufp) { in snd_compr_set_runtime_buffer()272 runtime->dma_buffer_p = bufp; in snd_compr_set_runtime_buffer()273 runtime->dma_area = bufp->area; in snd_compr_set_runtime_buffer()274 runtime->dma_addr = bufp->addr; in snd_compr_set_runtime_buffer()275 runtime->dma_bytes = bufp->bytes; in snd_compr_set_runtime_buffer()
1264 struct snd_dma_buffer *bufp) in snd_pcm_set_runtime_buffer() argument1267 if (bufp) { in snd_pcm_set_runtime_buffer()1268 runtime->dma_buffer_p = bufp; in snd_pcm_set_runtime_buffer()1269 runtime->dma_area = bufp->area; in snd_pcm_set_runtime_buffer()1270 runtime->dma_addr = bufp->addr; in snd_pcm_set_runtime_buffer()1271 runtime->dma_bytes = bufp->bytes; in snd_pcm_set_runtime_buffer()
516 struct snd_dma_buffer *bufp);524 struct snd_dma_buffer *bufp) in snd_hda_codec_load_dsp_prepare() argument
656 unsigned int byte_size, struct snd_dma_buffer *bufp);668 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];\
Completed in 24 milliseconds