tag | line | file | source code |
curr_tempo | 1338 | drivers/sound/mpu401.c | static volatile int curr_tempo, curr_timebase, hw_timebase; |
curr_tempo | 1484 | drivers/sound/mpu401.c | curr_tempo = 50; |
curr_tempo | 1566 | drivers/sound/mpu401.c | curr_tempo = parm; |
curr_tempo | 1671 | drivers/sound/mpu401.c | curr_tempo = val; |
curr_tempo | 1674 | drivers/sound/mpu401.c | return snd_ioctl_return ((int *) arg, curr_tempo); |
curr_tempo | 1682 | drivers/sound/mpu401.c | return snd_ioctl_return ((int *) arg, ((curr_tempo * curr_timebase) + 30) / 60); |
curr_tempo | 38 | drivers/sound/sound_timer.c | static volatile int curr_tempo, curr_timebase; |
curr_tempo | 58 | drivers/sound/sound_timer.c | scale = (60 * 1000000) / (curr_tempo * curr_timebase); /* usecs per MIDI tick */ |
curr_tempo | 68 | drivers/sound/sound_timer.c | usecs_per_tick = (60 * 1000000) / (curr_tempo * curr_timebase); |
curr_tempo | 116 | drivers/sound/sound_timer.c | curr_tempo = 60; |
curr_tempo | 181 | drivers/sound/sound_timer.c | curr_tempo = parm; |
curr_tempo | 261 | drivers/sound/sound_timer.c | curr_tempo = val; |
curr_tempo | 265 | drivers/sound/sound_timer.c | return snd_ioctl_return ((int *) arg, curr_tempo); |
curr_tempo | 273 | drivers/sound/sound_timer.c | return snd_ioctl_return ((int *) arg, ((curr_tempo * curr_timebase) + 30) / 60); |
curr_tempo | 41 | drivers/sound/sys_timer.c | static volatile int curr_tempo, curr_timebase; |
curr_tempo | 60 | drivers/sound/sys_timer.c | return ((tmr_value * curr_tempo * curr_timebase) + (30 * 100)) / (60 * HZ); |
curr_tempo | 112 | drivers/sound/sys_timer.c | curr_tempo = 60; |
curr_tempo | 181 | drivers/sound/sys_timer.c | curr_tempo = parm; |
curr_tempo | 260 | drivers/sound/sys_timer.c | curr_tempo = val; |
curr_tempo | 263 | drivers/sound/sys_timer.c | return snd_ioctl_return ((int *) arg, curr_tempo); |
curr_tempo | 271 | drivers/sound/sys_timer.c | return snd_ioctl_return ((int *) arg, ((curr_tempo * curr_timebase) + 30) / 60); |