Searched refs:tmr_no (Results 1 – 1 of 1) sorted by relevance
26 static int tmr_no = -1; /* Currently selected timer */ variable190 this_time = tmr->get_time(tmr_no); in seq_input_event()636 if ((ret = tmr->event(tmr_no, event_rec)) == TIMER_ARMED) in seq_timing_event()989 tmr_no = pending_timer; in sequencer_open()992 if (tmr_no == -1) /* Not selected yet */ in sequencer_open()1000 tmr_no = i; in sequencer_open()1003 if (tmr_no == -1) /* Should not be */ in sequencer_open()1004 tmr_no = 0; in sequencer_open()1006 tmr = sound_timer_devs[tmr_no]; in sequencer_open()1081 tmr->open(tmr_no, seq_mode); in sequencer_open()[all …]