tag | line | file | source code |
sound_timer | 53 | arch/m68k/amiga/amisound.c | static struct timer_list sound_timer = { NULL, NULL, 0, 0, nosound }; |
sound_timer | 70 | arch/m68k/amiga/amisound.c | del_timer( &sound_timer ); |
sound_timer | 87 | arch/m68k/amiga/amisound.c | sound_timer.expires = jiffies + ticks; |
sound_timer | 88 | arch/m68k/amiga/amisound.c | add_timer( &sound_timer ); |
sound_timer | 70 | arch/m68k/atari/atasound.c | static struct timer_list sound_timer = { NULL, NULL, 0, 0, |
sound_timer | 115 | arch/m68k/atari/atasound.c | del_timer( &sound_timer ); |
sound_timer | 144 | arch/m68k/atari/atasound.c | sound_timer.expires = jiffies + ticks; |
sound_timer | 145 | arch/m68k/atari/atasound.c | add_timer( &sound_timer ); |
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; |