tag | line | file | source code |
---|---|---|---|
sound_timer | 156 | drivers/char/vt.c | static struct timer_list sound_timer = { NULL, NULL, 0, 0, kd_nosound }; |
sound_timer | 159 | drivers/char/vt.c | del_timer(&sound_timer); |
sound_timer | 170 | drivers/char/vt.c | sound_timer.expires = jiffies+ticks; |
sound_timer | 171 | drivers/char/vt.c | add_timer(&sound_timer); |
sound_timer | 340 | drivers/sound/sound_timer.c | static struct sound_timer_operations sound_timer = |
sound_timer | 402 | drivers/sound/sound_timer.c | sound_timer_devs[n] = &sound_timer; |