taglinefilesource code
tmr38drivers/sound/sequencer.cstatic struct sound_timer_operations *tmr;
tmr209drivers/sound/sequencer.cthis_time = tmr->get_time (tmr_no);
tmr622drivers/sound/sequencer.cif ((ret = tmr->event (tmr_no, event)) == TIMER_ARMED)
tmr995drivers/sound/sequencer.ctmr = sound_timer_devs[tmr_no];
tmr1000drivers/sound/sequencer.cif (tmr == NULL)
tmr1066drivers/sound/sequencer.ctmr->open (tmr_no, seq_mode);
tmr1173drivers/sound/sequencer.ctmr->close (tmr_no);
tmr1345drivers/sound/sequencer.creturn tmr->ioctl (tmr_no, cmd, arg);
tmr1447drivers/sound/sequencer.creturn tmr->ioctl (tmr_no, cmd, arg);