• Home
  • Raw
  • Download

Lines Matching refs:_SIOR

97 #define	_SIOR		_IOR  macro
116 #define _SIOR(x,y,t) ((int)(SIOC_OUT|((sizeof(t)&SIOCPARM_MASK)<<16)|(x<<8)|y)) macro
132 #define SNDCTL_SEQ_GETOUTCOUNT _SIOR ('Q', 4, int)
133 #define SNDCTL_SEQ_GETINCOUNT _SIOR ('Q', 5, int)
138 #define SNDCTL_SEQ_NRSYNTHS _SIOR ('Q',10, int)
139 #define SNDCTL_SEQ_NRMIDIS _SIOR ('Q',11, int)
146 #define SNDCTL_SEQ_GETTIME _SIOR ('Q',19, int)
554 #define SNDCTL_DSP_GETFMTS _SIOR ('P',11, int) /* Returns a mask */
581 #define SNDCTL_DSP_GETOSPACE _SIOR ('P',12, audio_buf_info)
582 #define SNDCTL_DSP_GETISPACE _SIOR ('P',13, audio_buf_info)
584 #define SNDCTL_DSP_GETCAPS _SIOR ('P',15, int)
601 #define SNDCTL_DSP_GETTRIGGER _SIOR ('P',16, int)
612 #define SNDCTL_DSP_GETIPTR _SIOR ('P',17, count_info)
613 #define SNDCTL_DSP_GETOPTR _SIOR ('P',18, count_info)
619 #define SNDCTL_DSP_MAPINBUF _SIOR ('P', 19, buffmem_desc)
620 #define SNDCTL_DSP_MAPOUTBUF _SIOR ('P', 20, buffmem_desc)
623 #define SNDCTL_DSP_GETODELAY _SIOR ('P', 23, int)
639 #define SNDCTL_DSP_GETSPDIF _SIOR ('P', 67, int)
665 #define SOUND_PCM_READ_RATE _SIOR ('P', 2, int)
666 #define SOUND_PCM_READ_CHANNELS _SIOR ('P', 6, int)
667 #define SOUND_PCM_READ_BITS _SIOR ('P', 5, int)
668 #define SOUND_PCM_READ_FILTER _SIOR ('P', 7, int)
731 #define SNDCTL_COPR_RCVMSG _SIOR ('C', 9, copr_msg)
850 #define MIXER_READ(dev) _SIOR('M', dev, int)
920 #define SOUND_MIXER_INFO _SIOR ('M', 101, mixer_info)
921 #define SOUND_OLD_MIXER_INFO _SIOR ('M', 101, _old_mixer_info)
972 #define OSS_GETVERSION _SIOR ('M', 118, int)