tag | line | file | source code |
tmr | 276 | drivers/scsi/eata_dma_proc.c | (cc->tmr == TRUE)?"":"not "); |
tmr | 100 | drivers/scsi/eata_dma_proc.h | tmr:1, |
tmr | 38 | drivers/sound/sequencer.c | static struct sound_timer_operations *tmr; |
tmr | 241 | drivers/sound/sequencer.c | this_time = tmr->get_time (tmr_no); |
tmr | 703 | drivers/sound/sequencer.c | if ((ret = tmr->event (tmr_no, event)) == TIMER_ARMED) |
tmr | 1154 | drivers/sound/sequencer.c | tmr = sound_timer_devs[tmr_no]; |
tmr | 1158 | drivers/sound/sequencer.c | if (tmr == NULL) |
tmr | 1226 | drivers/sound/sequencer.c | tmr->open (tmr_no, seq_mode); |
tmr | 1349 | drivers/sound/sequencer.c | tmr->close (tmr_no); |
tmr | 1562 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |
tmr | 1664 | drivers/sound/sequencer.c | return tmr->ioctl (tmr_no, cmd, arg); |
tmr | 42 | drivers/sound/sound_timer.c | static struct sound_lowlev_timer *tmr = NULL; |
tmr | 74 | drivers/sound/sound_timer.c | usecs_per_tmr = tmr->tmr_start (tmr->dev, usecs_per_tick); |
tmr | 126 | drivers/sound/sound_timer.c | tmr->tmr_disable (tmr->dev); |
tmr | 316 | drivers/sound/sound_timer.c | tmr->tmr_restart (tmr->dev); |
tmr | 340 | drivers/sound/sound_timer.c | tmr = t; |