tag | line | file | source code |
sound_timer | 161 | drivers/char/vt.c | static struct timer_list sound_timer = { NULL, NULL, 0, 0, |
sound_timer | 170 | drivers/char/vt.c | del_timer(&sound_timer); |
sound_timer | 181 | drivers/char/vt.c | sound_timer.expires = jiffies+ticks; |
sound_timer | 182 | drivers/char/vt.c | add_timer(&sound_timer); |
sound_timer | 299 | drivers/sound/sound_timer.c | static struct sound_timer_operations sound_timer = |
sound_timer | 349 | drivers/sound/sound_timer.c | strcpy (sound_timer.info.name, name); |
sound_timer | 351 | drivers/sound/sound_timer.c | sound_timer_devs[n] = &sound_timer; |