Searched refs:tmr_no (Results 1 – 1 of 1) sorted by relevance
26 static int tmr_no = -1; /* Currently selected timer */ variable191 this_time = tmr->get_time(tmr_no); in seq_input_event()630 if ((ret = tmr->event(tmr_no, event_rec)) == TIMER_ARMED) in seq_timing_event()995 tmr_no = pending_timer; in sequencer_open()998 if (tmr_no == -1) /* Not selected yet */ in sequencer_open()1006 tmr_no = i; in sequencer_open()1009 if (tmr_no == -1) /* Should not be */ in sequencer_open()1010 tmr_no = 0; in sequencer_open()1012 tmr = sound_timer_devs[tmr_no]; in sequencer_open()1088 tmr->open(tmr_no, seq_mode); in sequencer_open()[all …]