tag | line | file | source code |
curr_tempo | 1199 | drivers/sound/mpu401.c | static volatile int curr_tempo, curr_timebase, hw_timebase; |
curr_tempo | 1344 | drivers/sound/mpu401.c | curr_tempo = 50; |
curr_tempo | 1426 | drivers/sound/mpu401.c | curr_tempo = parm; |
curr_tempo | 1533 | drivers/sound/mpu401.c | curr_tempo = val; |
curr_tempo | 1536 | drivers/sound/mpu401.c | return IOCTL_OUT (arg, curr_tempo); |
curr_tempo | 1544 | 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 | scale = (60 * 1000) / (curr_tempo * curr_timebase); /* msecs per MIDI tick */ |
curr_tempo | 111 | drivers/sound/sys_timer.c | curr_tempo = 60; |
curr_tempo | 174 | drivers/sound/sys_timer.c | curr_tempo = parm; |
curr_tempo | 253 | drivers/sound/sys_timer.c | curr_tempo = val; |
curr_tempo | 256 | drivers/sound/sys_timer.c | return IOCTL_OUT (arg, curr_tempo); |
curr_tempo | 264 | drivers/sound/sys_timer.c | return IOCTL_OUT (arg, ((curr_tempo * curr_timebase) + 30) / 60); |