tag | line | file | source code |
tmr | 38 | drivers/sound/sequencer.c | static struct sound_timer_operations *tmr; |
tmr | 209 | drivers/sound/sequencer.c | this_time = tmr->get_time (tmr_no); |
tmr | 622 | drivers/sound/sequencer.c | if ((ret = tmr->event (tmr_no, event)) == TIMER_ARMED) |
tmr | 995 | drivers/sound/sequencer.c | tmr = sound_timer_devs[tmr_no]; |
tmr | 1000 | drivers/sound/sequencer.c | if (tmr == NULL) |
tmr | 1066 | drivers/sound/sequencer.c | tmr->open (tmr_no, seq_mode); |
tmr | 1173 | drivers/sound/sequencer.c | tmr->close (tmr_no); |
tmr | 1345 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |
tmr | 1447 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |