Lines Matching defs:offset
91 size_t mmap_size, mmap_offset, offset;
99 mmap_size = page_ptr(shm_rbptr->offset, sizeof(snd_pcm_uframes_t), &offset, &mmap_offset);
106 snd_pcm_set_hw_ptr(pcm, (snd_pcm_uframes_t *)((char *)ptr + offset), fd, shm_rbptr->offset);
108 snd_pcm_set_appl_ptr(pcm, (snd_pcm_uframes_t *)((char *)ptr + offset), fd, shm_rbptr->offset);
549 snd_pcm_uframes_t offset ATTRIBUTE_UNUSED,
555 ctrl->u.mmap_commit.offset = offset;