Searched refs:mmap_begin (Results 1 – 4 of 4) sorted by relevance
875 .mmap_begin = snd_pcm_file_mmap_begin,
957 .mmap_begin = snd_pcm_ioplug_mmap_begin,
187 …int (*mmap_begin)(snd_pcm_t *pcm, const snd_pcm_channel_area_t **areas, snd_pcm_uframes_t *offset,… member
7271 if (pcm->fast_ops->mmap_begin) in __snd_pcm_mmap_begin()7272 return pcm->fast_ops->mmap_begin(pcm->fast_op_arg, areas, offset, frames); in __snd_pcm_mmap_begin()