tag | line | file | source code |
_seqbuf | 633 | include/linux/soundcard.h | #define SEQ_DEFINEBUF(len) unsigned char _seqbuf[len]; int _seqbuflen = len, _seqbufptr = 0 |
_seqbuf | 648 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_EXTENDED;\ |
_seqbuf | 649 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = SEQ_NOTEON;\ |
_seqbuf | 650 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (dev);\ |
_seqbuf | 651 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (voice);\ |
_seqbuf | 652 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = (note);\ |
_seqbuf | 653 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = (vol);\ |
_seqbuf | 654 | include/linux/soundcard.h | _seqbuf[_seqbufptr+6] = 0;\ |
_seqbuf | 655 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 659 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_EXTENDED;\ |
_seqbuf | 660 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = SEQ_NOTEOFF;\ |
_seqbuf | 661 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (dev);\ |
_seqbuf | 662 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (voice);\ |
_seqbuf | 663 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = (note);\ |
_seqbuf | 664 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = (vol);\ |
_seqbuf | 665 | include/linux/soundcard.h | _seqbuf[_seqbufptr+6] = 0;\ |
_seqbuf | 666 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 670 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_EXTENDED;\ |
_seqbuf | 671 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = SEQ_AFTERTOUCH;\ |
_seqbuf | 672 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (dev);\ |
_seqbuf | 673 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (voice);\ |
_seqbuf | 674 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = (pressure);\ |
_seqbuf | 675 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = 0;\ |
_seqbuf | 676 | include/linux/soundcard.h | _seqbuf[_seqbufptr+6] = 0;\ |
_seqbuf | 677 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 681 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_EXTENDED;\ |
_seqbuf | 682 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = SEQ_BALANCE;\ |
_seqbuf | 683 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (dev);\ |
_seqbuf | 684 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (voice);\ |
_seqbuf | 685 | include/linux/soundcard.h | (char)_seqbuf[_seqbufptr+4] = (pos);\ |
_seqbuf | 686 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = 0;\ |
_seqbuf | 687 | include/linux/soundcard.h | _seqbuf[_seqbufptr+6] = 0;\ |
_seqbuf | 688 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 692 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_EXTENDED;\ |
_seqbuf | 693 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = SEQ_CONTROLLER;\ |
_seqbuf | 694 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (dev);\ |
_seqbuf | 695 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (voice);\ |
_seqbuf | 696 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = (controller);\ |
_seqbuf | 697 | include/linux/soundcard.h | *(short *)&_seqbuf[_seqbufptr+5] = (value);\ |
_seqbuf | 698 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 707 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_SYNCTIMER;\ |
_seqbuf | 708 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = 0;\ |
_seqbuf | 709 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = 0;\ |
_seqbuf | 710 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = 0;\ |
_seqbuf | 713 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_EXTENDED;\ |
_seqbuf | 714 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = SEQ_PGMCHANGE;\ |
_seqbuf | 715 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (dev);\ |
_seqbuf | 716 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = (voice);\ |
_seqbuf | 717 | include/linux/soundcard.h | _seqbuf[_seqbufptr+4] = (patch);\ |
_seqbuf | 718 | include/linux/soundcard.h | _seqbuf[_seqbufptr+5] = 0;\ |
_seqbuf | 719 | include/linux/soundcard.h | _seqbuf[_seqbufptr+6] = 0;\ |
_seqbuf | 720 | include/linux/soundcard.h | _seqbuf[_seqbufptr+7] = 0;\ |
_seqbuf | 724 | include/linux/soundcard.h | *(unsigned long *)&_seqbuf[_seqbufptr] = SEQ_WAIT | ((ticks) << 8);\ |
_seqbuf | 728 | include/linux/soundcard.h | *(unsigned long *)&_seqbuf[_seqbufptr] = SEQ_ECHO | ((key) << 8);\ |
_seqbuf | 732 | include/linux/soundcard.h | _seqbuf[_seqbufptr] = SEQ_MIDIPUTC;\ |
_seqbuf | 733 | include/linux/soundcard.h | _seqbuf[_seqbufptr+1] = (byte);\ |
_seqbuf | 734 | include/linux/soundcard.h | _seqbuf[_seqbufptr+2] = (device);\ |
_seqbuf | 735 | include/linux/soundcard.h | _seqbuf[_seqbufptr+3] = 0;\ |
_seqbuf | 94 | include/linux/ultrasound.h | {_SEQ_NEEDBUF(8); _seqbuf[_seqbufptr] = SEQ_PRIVATE;\ |
_seqbuf | 95 | include/linux/ultrasound.h | _seqbuf[_seqbufptr+1] = (chn); _seqbuf[_seqbufptr+2] = cmd;\ |
_seqbuf | 96 | include/linux/ultrasound.h | _seqbuf[_seqbufptr+3] = voice;\ |
_seqbuf | 97 | include/linux/ultrasound.h | *(unsigned short*)&_seqbuf[_seqbufptr+4] = p1;\ |
_seqbuf | 98 | include/linux/ultrasound.h | *(unsigned short*)&_seqbuf[_seqbufptr+6] = p2;\ |