tag | line | file | source code |
len_tab | 154 | drivers/sound/midi_synth.c | static unsigned char len_tab[] = /* # of data bytes following a status |
len_tab | 216 | drivers/sound/midi_synth.c | inc->m_left = len_tab[(data >> 4) - 8]; |
len_tab | 224 | drivers/sound/midi_synth.c | inc->m_left = len_tab[(data >> 4) - 8] - 1; |
len_tab | 156 | drivers/sound/mpu401.c | static unsigned char len_tab[] = /* # of data bytes following a status |
len_tab | 252 | drivers/sound/mpu401.c | devc->m_left = len_tab[msg] - 1; |
len_tab | 292 | drivers/sound/mpu401.c | devc->m_left = len_tab[msg]; |