Searched refs:_SIOWR (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/ |
| H A D | soundcard.h | 81 #ifndef _SIOWR 97 #define _SIOWR _IOWR macro 117 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 128 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 129 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */ 138 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info) 140 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */ 145 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 146 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control) 147 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample) [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/ |
| H A D | soundcard.h | 81 #ifndef _SIOWR 97 #define _SIOWR _IOWR macro 117 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 128 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 129 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */ 138 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info) 140 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */ 145 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 146 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control) 147 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample) [all …]
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | soundcard.h | 83 #ifndef _SIOWR 99 #define _SIOWR _IOWR macro 119 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro 130 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info) 131 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int) /* Set/get timer resolution (HZ) */ 140 #define SNDCTL_MIDI_INFO _SIOWR('Q',12, struct midi_info) 142 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q',14, int) /* in=dev#, out=memsize */ 147 #define SNDCTL_SYNTH_ID _SIOWR('Q',20, struct synth_info) 148 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q',21, struct synth_control) 149 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q',22, struct remove_sample) [all …]
|