tag | line | file | source code |
len_tab | 142 | drivers/sound/midi_synth.c | static unsigned char len_tab[] = /* # of data bytes following a status |
len_tab | 204 | drivers/sound/midi_synth.c | inc->m_left = len_tab[(data >> 4) - 8]; |
len_tab | 212 | drivers/sound/midi_synth.c | inc->m_left = len_tab[(data >> 4) - 8] - 1; |
len_tab | 137 | drivers/sound/mpu401.c | static unsigned char len_tab[] = /* # of data bytes following a status |
len_tab | 228 | drivers/sound/mpu401.c | devc->m_left = len_tab[msg] - 1; |
len_tab | 268 | drivers/sound/mpu401.c | devc->m_left = len_tab[msg]; |