tag | line | file | source code |
_seqbuf | 939 | include/linux/soundcard.h | #define SEQ_DEFINEBUF(len) unsigned char _seqbuf[len]; int _seqbuflen = len;int _seqbufptr = 0 |
_seqbuf | 940 | include/linux/soundcard.h | #define SEQ_USE_EXTBUF() extern unsigned char _seqbuf[]; extern int _seqbuflen;extern int _seqbufptr |
_seqbuf | 974 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_EXTENDED;\ |
_seqbuf | 975 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = SEQ_VOLMODE;\ |
_seqbuf | 976 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (dev);\ |
_seqbuf | 977 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (mode);\ |
_seqbuf | 978 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = 0;\ |
_seqbuf | 979 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = 0;\ |
_seqbuf | 980 | include/linux/soundcard.h | _seqbuf[_seqbufptr+6] = 0;\ |
_seqbuf | 981 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 990 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = EV_CHN_VOICE;\ |
_seqbuf | 991 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = (dev);\ |
_seqbuf | 992 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (event);\ |
_seqbuf | 993 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (chn);\ |
_seqbuf | 994 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = (note);\ |
_seqbuf | 995 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = (parm);\ |
_seqbuf | 996 | include/linux/soundcard.h | _seqbuf[_seqbufptr+6] = (0);\ |
_seqbuf | 997 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 1015 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = EV_CHN_COMMON;\ |
_seqbuf | 1016 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = (dev);\ |
_seqbuf | 1017 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (event);\ |
_seqbuf | 1018 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (chn);\ |
_seqbuf | 1019 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = (p1);\ |
_seqbuf | 1020 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = (p2);\ |
_seqbuf | 1021 | include/linux/soundcard.h | *(short *)&_seqbuf[_seqbufptr+6] = (w14);\ |
_seqbuf | 1041 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = EV_SYSEX;\ |
_seqbuf | 1042 | include/linux/soundcard.h | for(i=0;i<l;i++)_seqbuf[_seqbufptr+i+1] = (buf)[i];\ |
_seqbuf | 1043 | include/linux/soundcard.h | for(i=l;i<6;i++)_seqbuf[_seqbufptr+i+1] = 0xff;\ |
_seqbuf | 1060 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_EXTENDED;\ |
_seqbuf | 1061 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = SEQ_CONTROLLER;\ |
_seqbuf | 1062 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (dev);\ |
_seqbuf | 1063 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (voice);\ |
_seqbuf | 1064 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = (controller);\ |
_seqbuf | 1065 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = ((value)&0xff);\ |
_seqbuf | 1066 | include/linux/soundcard.h | _seqbuf[_seqbufptr+6] = ((value>>8)&0xff);\ |
_seqbuf | 1067 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 1084 | include/linux/soundcard.h | _seqbuf[_seqbufptr+0] = EV_TIMING; \ |
_seqbuf | 1085 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = (ev); \ |
_seqbuf | 1086 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = 0;\ |
_seqbuf | 1087 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = 0;\ |
_seqbuf | 1088 | include/linux/soundcard.h | *(unsigned int *)&_seqbuf[_seqbufptr+4] = (parm); \ |
_seqbuf | 1106 | include/linux/soundcard.h | _seqbuf[_seqbufptr+0] = EV_SEQ_LOCAL; \ |
_seqbuf | 1107 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = (ev); \ |
_seqbuf | 1108 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = 0;\ |
_seqbuf | 1109 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = 0;\ |
_seqbuf | 1110 | include/linux/soundcard.h | *(unsigned int *)&_seqbuf[_seqbufptr+4] = (parm); \ |
_seqbuf | 1119 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_MIDIPUTC;\ |
_seqbuf | 1120 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = (byte);\ |
_seqbuf | 1121 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (device);\ |
_seqbuf | 1122 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = 0;\ |
_seqbuf | 92 | include/linux/ultrasound.h | {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE;\ |
_seqbuf | 93 | include/linux/ultrasound.h | _seqbuf[_seqbufptr+1] = (chn); _seqbuf[_seqbufptr+2] = cmd;\ |
_seqbuf | 94 | include/linux/ultrasound.h | _seqbuf[_seqbufptr+3] = voice;\ |
_seqbuf | 95 | include/linux/ultrasound.h | *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1;\ |
_seqbuf | 96 | include/linux/ultrasound.h | *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\ |