tag | line | file | source code |
tmr_no | 40 | drivers/sound/sequencer.c | static int tmr_no = -1; /* Currently selected timer */ |
tmr_no | 216 | drivers/sound/sequencer.c | this_time = tmr->get_time (tmr_no); |
tmr_no | 673 | drivers/sound/sequencer.c | if ((ret = tmr->event (tmr_no, event)) == TIMER_ARMED) |
tmr_no | 1044 | drivers/sound/sequencer.c | tmr_no = pending_timer; |
tmr_no | 1048 | drivers/sound/sequencer.c | if (tmr_no == -1) /* Not selected yet */ |
tmr_no | 1056 | drivers/sound/sequencer.c | tmr_no = i; |
tmr_no | 1060 | drivers/sound/sequencer.c | if (tmr_no == -1) /* Should not be */ |
tmr_no | 1061 | drivers/sound/sequencer.c | tmr_no = 0; |
tmr_no | 1064 | drivers/sound/sequencer.c | tmr = sound_timer_devs[tmr_no]; |
tmr_no | 1134 | drivers/sound/sequencer.c | tmr->open (tmr_no, seq_mode); |
tmr_no | 1241 | drivers/sound/sequencer.c | tmr->close (tmr_no); |
tmr_no | 1416 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |
tmr_no | 1518 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |