HomeSort by relevance Sort by last modified time
    Searched defs:_SIOWR (Results 1 - 2 of 2) sorted by null

  /bionic/libc/kernel/uapi/linux/
soundcard.h 51 #ifndef _SIOWR
66 #define _SIOWR _IOWR
76 #define _SIOWR(x,y,t) ((int) (SIOC_INOUT | ((sizeof(t) & SIOCPARM_MASK) << 16) | (x << 8) | y))
86 #define SNDCTL_SYNTH_INFO _SIOWR('Q', 2, struct synth_info)
87 #define SNDCTL_SEQ_CTRLRATE _SIOWR('Q', 3, int)
96 #define SNDCTL_MIDI_INFO _SIOWR('Q', 12, struct midi_info)
98 #define SNDCTL_SYNTH_MEMAVL _SIOWR('Q', 14, int)
103 #define SNDCTL_SYNTH_ID _SIOWR('Q', 20, struct synth_info)
104 #define SNDCTL_SYNTH_CONTROL _SIOWR('Q', 21, struct synth_control)
105 #define SNDCTL_SYNTH_REMOVESAMPLE _SIOWR('Q', 22, struct remove_sample
    [all...]
  /external/kernel-headers/original/uapi/linux/
soundcard.h 83 #ifndef _SIOWR
99 #define _SIOWR _IOWR
119 #define _SIOWR(x,y,t) ((int)(SIOC_INOUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y))
126 #endif /* !_SIOWR */
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
    [all...]

Completed in 146 milliseconds