tag | line | file | source code |
curr_tempo | 1255 | drivers/sound/mpu401.c | static volatile int curr_tempo, curr_timebase, hw_timebase; |
curr_tempo | 1400 | drivers/sound/mpu401.c | curr_tempo = 50; |
curr_tempo | 1482 | drivers/sound/mpu401.c | curr_tempo = parm; |
curr_tempo | 1587 | drivers/sound/mpu401.c | curr_tempo = val; |
curr_tempo | 1590 | drivers/sound/mpu401.c | return IOCTL_OUT (arg, curr_tempo); |
curr_tempo | 1598 | drivers/sound/mpu401.c | return IOCTL_OUT (arg, ((curr_tempo * curr_timebase) + 30) / 60); |
curr_tempo | 41 | drivers/sound/sound_timer.c | static volatile int curr_tempo, curr_timebase; |
curr_tempo | 98 | drivers/sound/sound_timer.c | scale = (60 * 1000000) / (curr_tempo * curr_timebase); /* usecs per MIDI tick */ |
curr_tempo | 110 | drivers/sound/sound_timer.c | usecs_per_tick = (60 * 1000000) / (curr_tempo * curr_timebase); |
curr_tempo | 157 | drivers/sound/sound_timer.c | curr_tempo = 60; |
curr_tempo | 222 | drivers/sound/sound_timer.c | curr_tempo = parm; |
curr_tempo | 302 | drivers/sound/sound_timer.c | curr_tempo = val; |
curr_tempo | 306 | drivers/sound/sound_timer.c | return IOCTL_OUT (arg, curr_tempo); |
curr_tempo | 314 | drivers/sound/sound_timer.c | return IOCTL_OUT (arg, ((curr_tempo * curr_timebase) + 30) / 60); |
curr_tempo | 41 | drivers/sound/sys_timer.c | static volatile int curr_tempo, curr_timebase; |
curr_tempo | 62 | drivers/sound/sys_timer.c | if (curr_tempo == 0 || curr_timebase == 0) /* Error? */ |
curr_tempo | 65 | drivers/sound/sys_timer.c | scale = (60 * 1000) / (curr_tempo * curr_timebase); /* msecs per MIDI tick */ |
curr_tempo | 117 | 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 IOCTL_OUT (arg, curr_tempo); |
curr_tempo | 270 | drivers/sound/sys_timer.c | return IOCTL_OUT (arg, ((curr_tempo * curr_timebase) + 30) / 60); |