| tag | line | file | source code |
| m_left | 224 | drivers/sound/dev_table.h | int m_left; |
| m_left | 191 | drivers/sound/midi_synth.c | inc->m_left = 1; |
| m_left | 198 | drivers/sound/midi_synth.c | inc->m_left = 2; |
| m_left | 207 | drivers/sound/midi_synth.c | inc->m_left = 0; |
| m_left | 214 | drivers/sound/midi_synth.c | inc->m_left = len_tab[(data >> 4) - 8]; |
| m_left | 222 | drivers/sound/midi_synth.c | inc->m_left = len_tab[(data >> 4) - 8] - 1; |
| m_left | 230 | drivers/sound/midi_synth.c | if (--inc->m_left <= 0) |
| m_left | 242 | drivers/sound/midi_synth.c | inc->m_left = 0; |
| m_left | 471 | drivers/sound/midi_synth.c | inc->m_left = 0; |
| m_left | 76 | drivers/sound/mpu401.c | {printk("MPU: Invalid buffer pointer %d/%d, s=%d\n", dc->m_ptr, dc->m_left, dc->m_state);dc->m_ptr--;} |
| m_left | 81 | drivers/sound/mpu401.c | int m_left; |
| m_left | 237 | drivers/sound/mpu401.c | devc->m_left = len_tab[msg] - 1; |
| m_left | 243 | drivers/sound/mpu401.c | if (devc->m_left <= 0) |
| m_left | 277 | drivers/sound/mpu401.c | devc->m_left = len_tab[msg]; |
| m_left | 282 | drivers/sound/mpu401.c | if (devc->m_left <= 0) |
| m_left | 388 | drivers/sound/mpu401.c | if ((--devc->m_left) <= 0) |
| m_left | 1216 | drivers/sound/mpu401.c | devc->m_left = 0; |