tag | line | file | source code |
STORE | 164 | drivers/sound/mpu401.c | STORE (SEQ_START_NOTE (devc->synthno, msg[0] & 0x0f, msg[1], msg[2])); |
STORE | 170 | drivers/sound/mpu401.c | STORE (SEQ_STOP_NOTE (devc->synthno, msg[0] & 0x0f, msg[1], msg[2])); |
STORE | 174 | drivers/sound/mpu401.c | STORE (SEQ_KEY_PRESSURE (devc->synthno, msg[0] & 0x0f, msg[1], msg[2])); |
STORE | 195 | drivers/sound/mpu401.c | STORE (SEQ_CONTROL (devc->synthno, msg[0] & 0x0f, |
STORE | 199 | drivers/sound/mpu401.c | STORE (SEQ_CONTROL (devc->synthno, msg[0] & 0x0f, msg[1], msg[2])); |
STORE | 203 | drivers/sound/mpu401.c | STORE (SEQ_SET_PATCH (devc->synthno, msg[0] & 0x0f, msg[1])); |
STORE | 207 | drivers/sound/mpu401.c | STORE (SEQ_CHN_PRESSURE (devc->synthno, msg[0] & 0x0f, msg[1])); |
STORE | 211 | drivers/sound/mpu401.c | STORE (SEQ_BENDER (devc->synthno, msg[0] & 0x0f, |
STORE | 1627 | drivers/sound/mpu401.c | STORE (SEQ_START_TIMER ()); |
STORE | 1637 | drivers/sound/mpu401.c | STORE (SEQ_STOP_TIMER ()); |
STORE | 1647 | drivers/sound/mpu401.c | STORE (SEQ_CONTINUE_TIMER ()); |
STORE | 1655 | drivers/sound/mpu401.c | STORE (SEQ_SONGPOS (parm)); |