Searched refs:emu_timer (Results 1 - 4 of 4) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/sound/oss/emu10k1/
H A Dtimer.h34 struct emu_timer struct
44 void emu10k1_timer_install(struct emu10k1_card *, struct emu_timer *, u16);
45 void emu10k1_timer_uninstall(struct emu10k1_card *, struct emu_timer *);
46 void emu10k1_timer_enable(struct emu10k1_card *, struct emu_timer *);
47 void emu10k1_timer_disable(struct emu10k1_card *, struct emu_timer *);
H A Dtimer.c40 struct emu_timer *t;
46 t = list_entry(entry, struct emu_timer, list);
62 void emu10k1_timer_install(struct emu10k1_card *card, struct emu_timer *timer, u16 delay)
64 struct emu_timer *t;
91 t = list_entry(entry, struct emu_timer, list);
107 void emu10k1_timer_uninstall(struct emu10k1_card *card, struct emu_timer *timer)
109 struct emu_timer *t;
122 t = list_entry(entry, struct emu_timer, list);
139 t = list_entry(entry, struct emu_timer, list);
156 void emu10k1_timer_enable(struct emu10k1_card *card, struct emu_timer *time
[all...]
H A Dcardwo.h68 struct emu_timer timer;
H A Dcardwi.h60 struct emu_timer timer;

Completed in 115 milliseconds