tag | line | file | source code |
_IOR | 207 | include/linux/ext2_fs.h | #define EXT2_IOC_GETFLAGS _IOR('f', 1, long) |
_IOR | 209 | include/linux/ext2_fs.h | #define EXT2_IOC_GETVERSION _IOR('v', 1, long) |
_IOR | 167 | include/linux/mtio.h | #define MTIOCGET _IOR('m', 2, struct mtget) /* get tape status */ |
_IOR | 168 | include/linux/mtio.h | #define MTIOCPOS _IOR('m', 3, struct mtpos) /* get tape position */ |
_IOR | 173 | include/linux/mtio.h | #define MTIOCGETCONFIG _IOR('m', 4, struct mtconfiginfo) /* get tape config */ |
_IOR | 93 | include/linux/soundcard.h | #define SNDCTL_SEQ_GETOUTCOUNT _IOR ('Q', 4, int) |
_IOR | 94 | include/linux/soundcard.h | #define SNDCTL_SEQ_GETINCOUNT _IOR ('Q', 5, int) |
_IOR | 99 | include/linux/soundcard.h | #define SNDCTL_SEQ_NRSYNTHS _IOR ('Q',10, int) |
_IOR | 100 | include/linux/soundcard.h | #define SNDCTL_SEQ_NRMIDIS _IOR ('Q',11, int) |
_IOR | 548 | include/linux/soundcard.h | #define SNDCTL_DSP_GETFMTS _IOR ('P',11, int) /* Returns a mask */ |
_IOR | 561 | include/linux/soundcard.h | #define SOUND_PCM_READ_RATE _IOR ('P', 2, int) |
_IOR | 562 | include/linux/soundcard.h | #define SOUND_PCM_READ_CHANNELS _IOR ('P', 6, int) |
_IOR | 563 | include/linux/soundcard.h | #define SOUND_PCM_READ_BITS _IOR ('P', 5, int) |
_IOR | 564 | include/linux/soundcard.h | #define SOUND_PCM_READ_FILTER _IOR ('P', 7, int) |
_IOR | 663 | include/linux/soundcard.h | #define MIXER_READ(dev) _IOR('M', dev, int) |