_IOR 84 include/asm-generic/ioctl.h #define _IOR(type,nr,size) _IOC(_IOC_READ,(type),(nr),(_IOC_TYPECHECK(size)))
_IOR 130 include/sound/asound.h SNDRV_HWDEP_IOCTL_PVERSION = _IOR ('H', 0x00, int),
_IOR 131 include/sound/asound.h SNDRV_HWDEP_IOCTL_INFO = _IOR ('H', 0x01, struct snd_hwdep_info),
_IOR 132 include/sound/asound.h SNDRV_HWDEP_IOCTL_DSP_STATUS = _IOR('H', 0x02, struct snd_hwdep_dsp_status),
_IOR 455 include/sound/asound.h SNDRV_PCM_IOCTL_PVERSION = _IOR('A', 0x00, int),
_IOR 456 include/sound/asound.h SNDRV_PCM_IOCTL_INFO = _IOR('A', 0x01, struct snd_pcm_info),
_IOR 463 include/sound/asound.h SNDRV_PCM_IOCTL_STATUS = _IOR('A', 0x20, struct snd_pcm_status),
_IOR 464 include/sound/asound.h SNDRV_PCM_IOCTL_DELAY = _IOR('A', 0x21, snd_pcm_sframes_t),
_IOR 467 include/sound/asound.h SNDRV_PCM_IOCTL_CHANNEL_INFO = _IOR('A', 0x32, struct snd_pcm_channel_info),
_IOR 479 include/sound/asound.h SNDRV_PCM_IOCTL_READI_FRAMES = _IOR('A', 0x51, struct snd_xferi),
_IOR 481 include/sound/asound.h SNDRV_PCM_IOCTL_READN_FRAMES = _IOR('A', 0x53, struct snd_xfern),
_IOR 542 include/sound/asound.h SNDRV_RAWMIDI_IOCTL_PVERSION = _IOR('W', 0x00, int),
_IOR 543 include/sound/asound.h SNDRV_RAWMIDI_IOCTL_INFO = _IOR('W', 0x01, struct snd_rawmidi_info),
_IOR 657 include/sound/asound.h SNDRV_TIMER_IOCTL_PVERSION = _IOR('T', 0x00, int),
_IOR 664 include/sound/asound.h SNDRV_TIMER_IOCTL_INFO = _IOR('T', 0x11, struct snd_timer_info),
_IOR 666 include/sound/asound.h SNDRV_TIMER_IOCTL_STATUS = _IOR('T', 0x14, struct snd_timer_status),
_IOR 850 include/sound/asound.h SNDRV_CTL_IOCTL_PVERSION = _IOR('U', 0x00, int),
_IOR 851 include/sound/asound.h SNDRV_CTL_IOCTL_CARD_INFO = _IOR('U', 0x01, struct snd_ctl_card_info),
_IOR 866 include/sound/asound.h SNDRV_CTL_IOCTL_HWDEP_INFO = _IOR('U', 0x21, struct snd_hwdep_info),
_IOR 867 include/sound/asound.h SNDRV_CTL_IOCTL_PCM_NEXT_DEVICE = _IOR('U', 0x30, int),
_IOR 874 include/sound/asound.h SNDRV_CTL_IOCTL_POWER_STATE = _IOR('U', 0xd1, int),
_IOR 206 include/sound/sfnt_info.h SNDRV_EMUX_IOCTL_VERSION = _IOR('H', 0x80, unsigned int),
_IOR 451 sound/core/pcm_compat.c SNDRV_PCM_IOCTL_STATUS32 = _IOR('A', 0x20, struct snd_pcm_status32),
_IOR 452 sound/core/pcm_compat.c SNDRV_PCM_IOCTL_DELAY32 = _IOR('A', 0x21, s32),
_IOR 453 sound/core/pcm_compat.c SNDRV_PCM_IOCTL_CHANNEL_INFO32 = _IOR('A', 0x32, struct snd_pcm_channel_info32),
_IOR 457 sound/core/pcm_compat.c SNDRV_PCM_IOCTL_READI_FRAMES32 = _IOR('A', 0x51, struct snd_xferi32),
_IOR 459 sound/core/pcm_compat.c SNDRV_PCM_IOCTL_READN_FRAMES32 = _IOR('A', 0x53, struct snd_xfern32),
_IOR 95 sound/core/timer_compat.c SNDRV_TIMER_IOCTL_INFO32 = _IOR('T', 0x11, struct snd_timer_info32),