tag | line | file | source code |
_IOWR | 41 | fs/ncpfs/ioctl.c | case _IOWR('i', 1, unsigned char *): |
_IOWR | 110 | include/asm-sparc/fbio.h | #define FBIOGCURSOR _IOWR('F', 25, struct fbcursor) |
_IOWR | 137 | include/linux/if_ppp.h | #define PPPIOCGNPMODE _IOWR('t', 76, struct npioctl) /* get NP mode */ |
_IOWR | 14 | include/linux/isdn_ppp.h | #define PPPIOCLINKINFO _IOWR('t',128,struct pppinfo) |
_IOWR | 46 | include/linux/ncp_fs.h | #define NCP_IOC_GET_FS_INFO _IOWR('n', 4, struct ncp_fs_info) |
_IOWR | 66 | include/linux/soundcard.h | #ifndef _IOWR |
_IOWR | 91 | include/linux/soundcard.h | #define SNDCTL_SYNTH_INFO _IOWR('Q', 2, struct synth_info) |
_IOWR | 92 | include/linux/soundcard.h | #define SNDCTL_SEQ_CTRLRATE _IOWR('Q', 3, int) /* Set/get timer resolution (HZ) */ |
_IOWR | 101 | include/linux/soundcard.h | #define SNDCTL_MIDI_INFO _IOWR('Q',12, struct midi_info) |
_IOWR | 104 | include/linux/soundcard.h | #define SNDCTL_SYNTH_MEMAVL _IOWR('Q',14, int) /* in=dev#, out=memsize */ |
_IOWR | 106 | include/linux/soundcard.h | #define SNDCTL_PMGR_ACCESS _IOWR('Q',16, struct patmgr_info) |
_IOWR | 114 | include/linux/soundcard.h | #define SNDCTL_TMR_TIMEBASE _IOWR('T', 1, int) |
_IOWR | 118 | include/linux/soundcard.h | #define SNDCTL_TMR_TEMPO _IOWR('T', 5, int) |
_IOWR | 119 | include/linux/soundcard.h | #define SNDCTL_TMR_SOURCE _IOWR('T', 6, int) |
_IOWR | 247 | include/linux/soundcard.h | #define SNDCTL_PMGR_IFACE _IOWR('P', 1, struct patmgr_info) |
_IOWR | 539 | include/linux/soundcard.h | #define SNDCTL_MIDI_PRETIME _IOWR('m', 0, int) |
_IOWR | 540 | include/linux/soundcard.h | #define SNDCTL_MIDI_MPUMODE _IOWR('m', 1, int) |
_IOWR | 541 | include/linux/soundcard.h | #define SNDCTL_MIDI_MPUCMD _IOWR('m', 2, mpu_command_rec) |
_IOWR | 549 | include/linux/soundcard.h | #define SNDCTL_DSP_SPEED _IOWR('P', 2, int) |
_IOWR | 550 | include/linux/soundcard.h | #define SNDCTL_DSP_STEREO _IOWR('P', 3, int) |
_IOWR | 551 | include/linux/soundcard.h | #define SNDCTL_DSP_GETBLKSIZE _IOWR('P', 4, int) |
_IOWR | 553 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_CHANNELS _IOWR('P', 6, int) |
_IOWR | 554 | include/linux/soundcard.h | #define SOUND_PCM_WRITE_FILTER _IOWR('P', 7, int) |
_IOWR | 556 | include/linux/soundcard.h | #define SNDCTL_DSP_SUBDIVIDE _IOWR('P', 9, int) |
_IOWR | 557 | include/linux/soundcard.h | #define SNDCTL_DSP_SETFRAGMENT _IOWR('P',10, int) |
_IOWR | 561 | include/linux/soundcard.h | #define SNDCTL_DSP_SETFMT _IOWR('P',5, int) /* Selects ONE fmt*/ |
_IOWR | 684 | include/linux/soundcard.h | #define SNDCTL_COPR_LOAD _IOWR('C', 1, copr_buffer) |
_IOWR | 685 | include/linux/soundcard.h | #define SNDCTL_COPR_RDATA _IOWR('C', 2, copr_debug_buf) |
_IOWR | 686 | include/linux/soundcard.h | #define SNDCTL_COPR_RCODE _IOWR('C', 3, copr_debug_buf) |
_IOWR | 689 | include/linux/soundcard.h | #define SNDCTL_COPR_RUN _IOWR('C', 6, copr_debug_buf) |
_IOWR | 690 | include/linux/soundcard.h | #define SNDCTL_COPR_HALT _IOWR('C', 7, copr_debug_buf) |
_IOWR | 819 | include/linux/soundcard.h | #define MIXER_WRITE(dev) _IOWR('M', dev, int) |