Home
last modified time | relevance | path

Searched refs:sound_timer (Results 1 – 7 of 7) sorted by relevance

/linux-2.4.37.9/arch/m68k/amiga/
Damisound.c65 static struct timer_list sound_timer = { function: nosound }; variable
76 del_timer( &sound_timer ); in amiga_mksound()
93 sound_timer.expires = jiffies + ticks; in amiga_mksound()
94 add_timer( &sound_timer ); in amiga_mksound()
/linux-2.4.37.9/arch/m68k/apollo/
Ddn_ints.c131 static struct timer_list sound_timer = { function: dn_nosound }; in dn_mksound() local
133 del_timer( &sound_timer ); in dn_mksound()
137 sound_timer.expires = jiffies + ticks; in dn_mksound()
138 add_timer( &sound_timer ); in dn_mksound()
/linux-2.4.37.9/drivers/sound/
Dsound_timer.c265 static struct sound_timer_operations sound_timer = variable
316 strcpy(sound_timer.info.name, name); in sound_timer_init()
317 sound_timer_devs[n] = &sound_timer; in sound_timer_init()
DMakefile120 sequencer.o sequencer_syms.o sound_timer.o sys_timer.o
/linux-2.4.37.9/drivers/sbus/char/
Dpcikbd.c621 static struct timer_list sound_timer = { function: pcikbd_kd_nosound }; in pcikbd_kd_mksound() local
624 del_timer(&sound_timer); in pcikbd_kd_mksound()
631 sound_timer.expires = jiffies + ticks; in pcikbd_kd_mksound()
632 add_timer(&sound_timer); in pcikbd_kd_mksound()
653 static struct timer_list sound_timer = { function: isa_kd_nosound }; in isa_kd_mksound() local
662 del_timer(&sound_timer); in isa_kd_mksound()
673 sound_timer.expires = jiffies+ticks; in isa_kd_mksound()
674 add_timer(&sound_timer); in isa_kd_mksound()
Dsunkbd.c1213 static struct timer_list sound_timer = { function: sunkbd_kd_nosound }; in sunkbd_kd_mksound() local
1217 del_timer(&sound_timer); in sunkbd_kd_mksound()
1222 sound_timer.expires = jiffies + ticks; in sunkbd_kd_mksound()
1223 add_timer(&sound_timer); in sunkbd_kd_mksound()
/linux-2.4.37.9/drivers/char/
Dvt.c109 static struct timer_list sound_timer = { function: kd_nosound }; in _kd_mksound() local
118 del_timer(&sound_timer); in _kd_mksound()
129 sound_timer.expires = jiffies+ticks; in _kd_mksound()
130 add_timer(&sound_timer); in _kd_mksound()