snd_pcm_access_t  357 include/sound/pcm.h 	snd_pcm_access_t access;	/* access mode */
snd_pcm_access_t  301 include/sound/pcm_params.h static inline snd_pcm_access_t params_access(const struct snd_pcm_hw_params *p)
snd_pcm_access_t  303 include/sound/pcm_params.h 	return (__force snd_pcm_access_t)snd_mask_min(hw_param_mask_c(p,
snd_pcm_access_t  185 include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_MMAP_INTERLEAVED	((__force snd_pcm_access_t) 0) /* interleaved mmap */
snd_pcm_access_t  186 include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED	((__force snd_pcm_access_t) 1) /* noninterleaved mmap */
snd_pcm_access_t  187 include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_MMAP_COMPLEX		((__force snd_pcm_access_t) 2) /* complex mmap */
snd_pcm_access_t  188 include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_RW_INTERLEAVED		((__force snd_pcm_access_t) 3) /* readi/writei */
snd_pcm_access_t  189 include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_RW_NONINTERLEAVED	((__force snd_pcm_access_t) 4) /* readn/writen */
snd_pcm_access_t  398 sound/core/oss/pcm_plugin.c 	snd_pcm_access_t src_access, dst_access;
snd_pcm_access_t   46 sound/core/oss/pcm_plugin.h 	snd_pcm_access_t access;
snd_pcm_access_t  278 sound/core/pcm.c static const char *snd_pcm_access_name(snd_pcm_access_t access)
snd_pcm_access_t  185 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_MMAP_INTERLEAVED	((__force snd_pcm_access_t) 0) /* interleaved mmap */
snd_pcm_access_t  186 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_MMAP_NONINTERLEAVED	((__force snd_pcm_access_t) 1) /* noninterleaved mmap */
snd_pcm_access_t  187 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_MMAP_COMPLEX		((__force snd_pcm_access_t) 2) /* complex mmap */
snd_pcm_access_t  188 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_RW_INTERLEAVED		((__force snd_pcm_access_t) 3) /* readi/writei */
snd_pcm_access_t  189 tools/include/uapi/sound/asound.h #define	SNDRV_PCM_ACCESS_RW_NONINTERLEAVED	((__force snd_pcm_access_t) 4) /* readn/writen */