taglinefilesource code
tmr38drivers/sound/sequencer.cstatic struct sound_timer_operations *tmr;
tmr209drivers/sound/sequencer.cthis_time = tmr->get_time (tmr_no);
tmr624drivers/sound/sequencer.cif ((ret = tmr->event (tmr_no, event)) == TIMER_ARMED)
tmr997drivers/sound/sequencer.ctmr = sound_timer_devs[tmr_no];
tmr1002drivers/sound/sequencer.cif (tmr == NULL)
tmr1068drivers/sound/sequencer.ctmr->open (tmr_no, seq_mode);
tmr1175drivers/sound/sequencer.ctmr->close (tmr_no);
tmr1347drivers/sound/sequencer.creturn tmr->ioctl (tmr_no, cmd, arg);
tmr1449drivers/sound/sequencer.creturn tmr->ioctl (tmr_no, cmd, arg);