tag | line | file | source code |
curr_tempo | 1317 | drivers/sound/mpu401.c | static volatile int curr_tempo, curr_timebase, hw_timebase; |
curr_tempo | 1463 | drivers/sound/mpu401.c | curr_tempo = 50; |
curr_tempo | 1545 | drivers/sound/mpu401.c | curr_tempo = parm; |
curr_tempo | 1650 | drivers/sound/mpu401.c | curr_tempo = val; |
curr_tempo | 1653 | drivers/sound/mpu401.c | return snd_ioctl_return ((int *) arg, curr_tempo); |
curr_tempo | 1661 | 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 * HZ)) / (60 * HZ); |
curr_tempo | 112 | drivers/sound/sys_timer.c | curr_tempo = 60; |
curr_tempo | 180 | drivers/sound/sys_timer.c | curr_tempo = parm; |
curr_tempo | 259 | drivers/sound/sys_timer.c | curr_tempo = val; |
curr_tempo | 262 | drivers/sound/sys_timer.c | return snd_ioctl_return ((int *) arg, curr_tempo); |
curr_tempo | 270 | drivers/sound/sys_timer.c | return snd_ioctl_return ((int *) arg, ((curr_tempo * curr_timebase) + 30) / 60); |