tag | line | file | source code |
_IOW | 36 | include/asm-alpha/termios.h | #define FIOASYNC _IOW('f', 125, int) |
_IOW | 37 | include/asm-alpha/termios.h | #define FIONBIO _IOW('f', 126, int) |
_IOW | 42 | include/asm-alpha/termios.h | #define TIOCSETP _IOW('t', 9, struct sgttyb) |
_IOW | 43 | include/asm-alpha/termios.h | #define TIOCSETN _IOW('t', 10, struct sgttyb) /* TIOCSETP wo flush */ |
_IOW | 45 | include/asm-alpha/termios.h | #define TIOCSETC _IOW('t', 17, struct tchars) |
_IOW | 48 | include/asm-alpha/termios.h | #define TCSETS _IOW('t', 20, struct termios) |
_IOW | 49 | include/asm-alpha/termios.h | #define TCSETSW _IOW('t', 21, struct termios) |
_IOW | 50 | include/asm-alpha/termios.h | #define TCSETSF _IOW('t', 22, struct termios) |
_IOW | 53 | include/asm-alpha/termios.h | #define TCSETA _IOW('t', 24, struct termio) |
_IOW | 54 | include/asm-alpha/termios.h | #define TCSETAW _IOW('t', 25, struct termio) |
_IOW | 55 | include/asm-alpha/termios.h | #define TCSETAF _IOW('t', 28, struct termio) |
_IOW | 61 | include/asm-alpha/termios.h | #define TIOCSWINSZ _IOW('t', 103, struct winsize) |
_IOW | 68 | include/asm-alpha/termios.h | #define TIOCSLTC _IOW('t', 117, struct ltchars) |
_IOW | 69 | include/asm-alpha/termios.h | #define TIOCSPGRP _IOW('t', 118, int) |
_IOW | 208 | include/linux/ext2_fs.h | #define EXT2_IOC_SETFLAGS _IOW('f', 2, long) |
_IOW | 210 | include/linux/ext2_fs.h | #define EXT2_IOC_SETVERSION _IOW('v', 2, long) |
_IOW | 43 | include/linux/ioctl.h | #ifndef _IOW |
_IOW | 140 | include/linux/mtio.h | #define MTIOCTOP _IOW('m', 1, struct mtop) /* do a mag tape op */ |
_IOW | 148 | include/linux/mtio.h | #define MTIOCSETCONFIG _IOW('m', 5, struct mtconfiginfo) /* set tape config */ |
_IOW | 95 | include/linux/soundcard.h | #define SNDCTL_SEQ_PERCMODE _IOW ('Q', 6, int) |
_IOW | 96 | include/linux/soundcard.h | #define SNDCTL_FM_LOAD_INSTR _IOW ('Q', 7, struct sbi_instrument) /* Valid for FM only */ |
_IOW | 97 | include/linux/soundcard.h | #define SNDCTL_SEQ_TESTMIDI _IOW ('Q', 8, int) |
_IOW | 98 | include/linux/soundcard.h | #define SNDCTL_SEQ_RESETSAMPLES _IOW ('Q', 9, int) |
_IOW | 102 | include/linux/soundcard.h | #define SNDCTL_SEQ_TRESHOLD _IOW ('Q',13, int) |
_IOW | 104 | include/linux/soundcard.h | #define SNDCTL_FM_4OP_ENABLE _IOW ('Q',15, int) /* in=dev# */ |
_IOW | 120 | include/linux/soundcard.h | #define SNDCTL_TMR_METRONOME _IOW ('T', 7, int) |
_IOW | 121 | include/linux/soundcard.h | #define SNDCTL_TMR_SELECT _IOW ('T', 8, int) |
_IOW | 583 | include/linux/soundcard.h | #define SNDCTL_PSS_SPEAKER _IOW ('C', 2, struct pss_speaker) |