Searched refs:emu (Results 26 - 50 of 82) sorted by relevance

1234

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/math-emu/
H A DMakefile8 EXTRA_CFLAGS = -I. -Iinclude/math-emu -w
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/sb/
H A Demu8000_patch.c35 snd_emu8000_open_dma(struct snd_emu8000 *emu, int write) argument
41 snd_emux_lock_voice(emu->emu, i);
42 snd_emu8000_dma_chan(emu, i, write);
46 EMU8000_VTFT_WRITE(emu, 30, 0);
47 EMU8000_PSST_WRITE(emu, 30, 0x1d8);
48 EMU8000_CSL_WRITE(emu, 30, 0x1e0);
49 EMU8000_CCCA_WRITE(emu, 30, 0x1d8);
50 EMU8000_VTFT_WRITE(emu, 31, 0);
51 EMU8000_PSST_WRITE(emu, 3
62 snd_emu8000_close_dma(struct snd_emu8000 *emu) argument
109 snd_emu8000_write_wait(struct snd_emu8000 *emu) argument
131 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data) argument
156 struct snd_emu8000 *emu; local
[all...]
H A Demu8000_pcm.c50 struct snd_emu8000 *emu; member in struct:snd_emu8k_pcm
78 emu8k_open_dram_for_pcm(struct snd_emu8000 *emu, int channels) argument
83 snd_emux_lock_voice(emu->emu, 0);
85 snd_emux_lock_voice(emu->emu, 1);
90 snd_emux_lock_voice(emu->emu, i);
95 snd_emu8000_dma_chan(emu, i, mode);
99 EMU8000_VTFT_WRITE(emu, 3
114 snd_emu8000_write_wait(struct snd_emu8000 *emu, int can_schedule) argument
129 emu8k_close_dram(struct snd_emu8000 *emu) argument
229 struct snd_emu8000 *emu = snd_pcm_substream_chip(subs); local
429 emu8k_transfer_block(struct snd_emu8000 *emu, int offset, unsigned short *buf, int count) argument
450 struct snd_emu8000 *emu = rec->emu; local
470 emu8k_silence_block(struct snd_emu8000 *emu, int offset, int count) argument
487 struct snd_emu8000 *emu = rec->emu; local
516 struct snd_emu8000 *emu = rec->emu; local
546 struct snd_emu8000 *emu = rec->emu; local
682 struct snd_emu8000 *emu = pcm->private_data; local
686 snd_emu8000_pcm_new(struct snd_card *card, struct snd_emu8000 *emu, int index) argument
[all...]
H A Demu8000_callback.c28 static struct snd_emux_voice *get_voice(struct snd_emux *emu,
34 static void reset_voice(struct snd_emux *emu, int ch);
36 static void sysex(struct snd_emux *emu, char *buf, int len, int parsed,
39 static int oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2);
41 static int load_fx(struct snd_emux *emu, int type, int mode,
51 static void snd_emu8000_tweak_voice(struct snd_emu8000 *emu, int ch);
86 hw->emu->ops = emu8000_ops;
156 get_voice(struct snd_emux *emu, struct snd_emux_port *port) argument
174 hw = emu->hw;
184 for (i = 0; i < emu
335 reset_voice(struct snd_emux *emu, int ch) argument
437 snd_emu8000_tweak_voice(struct snd_emu8000 *emu, int i) argument
459 sysex(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset) argument
484 oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2) argument
529 load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len) argument
[all...]
H A Demu8000_local.h41 void snd_emu8000_ops_setup(struct snd_emu8000 *emu);
44 int snd_emu8000_pcm_new(struct snd_card *card, struct snd_emu8000 *emu, int index);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/emu10k1/
H A Dmemory.c35 #define __set_ptb_entry(emu,page,addr) \
36 (((u32 *)(emu)->ptb_pages.area)[page] = cpu_to_le32(((addr) << 1) | (page)))
48 #define set_ptb_entry(emu,page,addr) __set_ptb_entry(emu,page,addr)
50 #define set_silent_ptb(emu,page) __set_ptb_entry(emu,page,emu->silent_page.addr)
53 static inline void set_ptb_entry(struct snd_emu10k1 *emu, int page, dma_addr_t addr) argument
58 __set_ptb_entry(emu, page, addr);
62 static inline void set_silent_ptb(struct snd_emu10k1 *emu, in argument
101 search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp) argument
139 map_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
166 unmap_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
203 search_empty(struct snd_emu10k1 *emu, int size) argument
234 is_valid_page(struct snd_emu10k1 *emu, dma_addr_t addr) argument
253 snd_emu10k1_memblk_map(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
296 snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *substream) argument
355 snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk) argument
398 snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *memblk) argument
444 synth_alloc_pages(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
483 synth_free_pages(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk) argument
506 offset_ptr(struct snd_emu10k1 *emu, int page, int offset) argument
522 snd_emu10k1_synth_bzero(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size) argument
552 snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size) argument
[all...]
H A Dp16v.c179 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
180 struct snd_emu10k1_voice *channel = &(emu->p16v_voices[channel_id]);
190 epcm->emu = emu;
199 channel->emu = emu;
215 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
216 struct snd_emu10k1_voice *channel = &(emu->p16v_capture_voice);
226 epcm->emu = emu;
253 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
263 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
322 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
370 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
401 snd_p16v_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb) argument
412 snd_p16v_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb) argument
427 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
478 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
508 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
533 struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream); local
588 snd_p16v_pcm(struct snd_emu10k1 *emu, int device, struct snd_pcm **rpcm) argument
655 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); local
674 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); local
716 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); local
725 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); local
759 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); local
768 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); local
821 snd_p16v_mixer(struct snd_emu10k1 *emu) argument
838 snd_p16v_alloc_pm_buffer(struct snd_emu10k1 *emu) argument
846 snd_p16v_free_pm_buffer(struct snd_emu10k1 *emu) argument
851 snd_p16v_suspend(struct snd_emu10k1 *emu) argument
862 snd_p16v_resume(struct snd_emu10k1 *emu) argument
[all...]
H A Demu10k1x.c200 struct emu10k1x *emu; member in struct:emu10k1x_voice
208 struct emu10k1x *emu; member in struct:emu10k1x_pcm
215 struct emu10k1x *emu; member in struct:emu10k1x_midi
226 void (*interrupt)(struct emu10k1x *emu, unsigned int status);
296 static unsigned int snd_emu10k1x_ptr_read(struct emu10k1x * emu, argument
305 spin_lock_irqsave(&emu->emu_lock, flags);
306 outl(regptr, emu->port + PTR);
307 val = inl(emu->port + DATA);
308 spin_unlock_irqrestore(&emu->emu_lock, flags);
312 static void snd_emu10k1x_ptr_write(struct emu10k1x *emu, argument
328 snd_emu10k1x_intr_enable(struct emu10k1x *emu, unsigned int intrenb) argument
339 snd_emu10k1x_intr_disable(struct emu10k1x *emu, unsigned int intrenb) argument
350 snd_emu10k1x_gpio_write(struct emu10k1x *emu, unsigned int value) argument
364 snd_emu10k1x_pcm_interrupt(struct emu10k1x *emu, struct emu10k1x_voice *voice) argument
449 struct emu10k1x *emu = snd_pcm_substream_chip(substream); local
479 struct emu10k1x *emu = snd_pcm_substream_chip(substream); local
512 struct emu10k1x *emu = snd_pcm_substream_chip(substream); local
628 struct emu10k1x *emu = snd_pcm_substream_chip(substream); local
643 struct emu10k1x *emu = snd_pcm_substream_chip(substream); local
672 struct emu10k1x *emu = snd_pcm_substream_chip(substream); local
701 struct emu10k1x *emu = ac97->private_data; local
715 struct emu10k1x *emu = ac97->private_data; local
828 snd_emu10k1x_pcm(struct emu10k1x *emu, int device, struct snd_pcm **rpcm) argument
1003 struct emu10k1x *emu = entry->private_data; local
1031 struct emu10k1x *emu = entry->private_data; local
1045 snd_emu10k1x_proc_init(struct emu10k1x * emu) argument
1071 struct emu10k1x *emu = snd_kcontrol_chip(kcontrol); local
1081 struct emu10k1x *emu = snd_kcontrol_chip(kcontrol); local
1120 struct emu10k1x *emu = snd_kcontrol_chip(kcontrol); local
1143 struct emu10k1x *emu = snd_kcontrol_chip(kcontrol); local
1180 snd_emu10k1x_mixer(struct emu10k1x *emu) argument
1205 mpu401_read(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int idx) argument
1210 mpu401_write(struct emu10k1x *emu, struct emu10k1x_midi *mpu, int data, int idx) argument
1227 mpu401_clear_rx(struct emu10k1x *emu, struct emu10k1x_midi *mpu) argument
1242 do_emu10k1x_midi_interrupt(struct emu10k1x *emu, struct emu10k1x_midi *midi, unsigned int status) argument
1276 snd_emu10k1x_midi_interrupt(struct emu10k1x *emu, unsigned int status) argument
1281 snd_emu10k1x_midi_cmd(struct emu10k1x * emu, struct emu10k1x_midi *midi, unsigned char cmd, int ack) argument
1319 struct emu10k1x *emu; local
1345 struct emu10k1x *emu; local
1371 struct emu10k1x *emu; local
1393 struct emu10k1x *emu; local
1415 struct emu10k1x *emu; local
1428 struct emu10k1x *emu; local
1487 emu10k1x_midi_init(struct emu10k1x *emu, struct emu10k1x_midi *midi, int device, char *name) argument
1511 snd_emu10k1x_midi(struct emu10k1x *emu) argument
[all...]
H A Demu10k1_synth_local.h36 int snd_emu10k1_memhdr_init(struct snd_emux *emu);
39 void snd_emu10k1_ops_setup(struct snd_emux *emu);
H A Demufx.c332 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); local
338 spin_lock_irqsave(&emu->reg_lock, flags);
341 spin_unlock_irqrestore(&emu->reg_lock, flags);
347 struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol); local
355 spin_lock_irqsave(&emu->reg_lock, flags);
367 snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[i], 0, val);
370 snd_emu10k1_ptr_write(emu, emu->gpr_base + ctl->gpr[i], 0, db_table[val]);
378 snd_emu10k1_ptr_write(emu, em
402 snd_emu10k1_fx8010_interrupt(struct snd_emu10k1 *emu) argument
418 snd_emu10k1_fx8010_register_irq_handler(struct snd_emu10k1 *emu, snd_fx8010_irq_handler_t *handler, unsigned char gpr_running, void *private_data, struct snd_emu10k1_fx8010_irq **r_irq) argument
449 snd_emu10k1_fx8010_unregister_irq_handler(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_irq *irq) argument
509 snd_emu10k1_efx_write(struct snd_emu10k1 *emu, unsigned int pc, unsigned int data) argument
515 snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc) argument
521 snd_emu10k1_gpr_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
537 snd_emu10k1_gpr_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
552 snd_emu10k1_tram_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
575 snd_emu10k1_tram_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
598 snd_emu10k1_code_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
615 snd_emu10k1_code_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
632 snd_emu10k1_look_for_ctl(struct snd_emu10k1 *emu, struct snd_ctl_elem_id *id) argument
673 copy_gctl(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_control_gpr *gctl, struct snd_emu10k1_fx8010_control_gpr __user *_gctl, int idx) argument
689 copy_gctl_to_user(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_control_gpr __user *_gctl, struct snd_emu10k1_fx8010_control_gpr *gctl, int idx) argument
703 snd_emu10k1_verify_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
766 snd_emu10k1_add_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
858 snd_emu10k1_del_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
880 snd_emu10k1_list_controls(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
928 snd_emu10k1_icode_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
960 snd_emu10k1_icode_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_code *icode) argument
979 snd_emu10k1_ipcm_poke(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_pcm_rec *ipcm) argument
1024 snd_emu10k1_ipcm_peek(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_pcm_rec *ipcm) argument
1135 _snd_emu10k1_audigy_init_efx(struct snd_emu10k1 *emu) argument
1666 _snd_emu10k1_init_efx(struct snd_emu10k1 *emu) argument
2234 snd_emu10k1_init_efx(struct snd_emu10k1 *emu) argument
2244 snd_emu10k1_free_efx(struct snd_emu10k1 *emu) argument
2254 snd_emu10k1_fx8010_tram_setup(struct snd_emu10k1 *emu, u32 size) argument
2309 snd_emu10k1_fx8010_info(struct snd_emu10k1 *emu, struct snd_emu10k1_fx8010_info *info) argument
2338 struct snd_emu10k1 *emu = hw->private_data; local
2490 snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device, struct snd_hwdep ** rhwdep) argument
2511 snd_emu10k1_efx_alloc_pm_buffer(struct snd_emu10k1 *emu) argument
2531 snd_emu10k1_efx_free_pm_buffer(struct snd_emu10k1 *emu) argument
2542 snd_emu10k1_efx_suspend(struct snd_emu10k1 *emu) argument
2566 snd_emu10k1_efx_resume(struct snd_emu10k1 *emu) argument
[all...]
H A Demu10k1_patch.c46 struct snd_emu10k1 *emu; local
48 emu = rec->hw;
53 snd_printd("emu: rom font for sample %d\n", sp->v.sample);
88 sp->block = snd_emu10k1_synth_alloc(emu, blocksize);
103 snd_emu10k1_synth_bzero(emu, sp->block, offset, size);
111 if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size)) {
112 snd_emu10k1_synth_free(emu, sp->block);
125 if (snd_emu10k1_synth_copy_from_user(emu, sp->block, offset, data, size)) {
126 snd_emu10k1_synth_free(emu, sp->block);
134 snd_emu10k1_synth_bzero(emu, s
164 struct snd_emu10k1 *emu; local
[all...]
H A Demu10k1_callback.c38 static void lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw,
40 static struct snd_emux_voice *get_voice(struct snd_emux *emu,
78 snd_emu10k1_ops_setup(struct snd_emux *emu) argument
80 emu->ops = emu10k1_ops;
92 struct snd_emux *emu; local
98 emu = hw->synth;
100 spin_lock_irqsave(&emu->voice_lock, flags);
101 lookup_voices(emu, hw, best, 1); /* no OFF voices */
105 vp = &emu->voices[best[i].voice];
110 vp->emu
215 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw, struct best_voice *best, int active_only) argument
279 get_voice(struct snd_emux *emu, struct snd_emux_port *port) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/pci/ca0106/
H A Dca0106_mixer.c93 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
95 ucontrol->value.enumerated.item[0] = emu->spdif_enable;
102 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
108 change = (emu->spdif_enable != val);
110 emu->spdif_enable = val;
113 snd_ca0106_ptr_write(emu, SPDIF_SELECT1, 0, 0xf);
114 snd_ca0106_ptr_write(emu, SPDIF_SELECT2, 0, 0x0b000000);
115 snd_ca0106_ptr_write(emu, CAPTURE_CONTROL, 0,
116 snd_ca0106_ptr_read(emu, CAPTURE_CONTROL, 0) & ~0x1000);
117 mask = inl(emu
152 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
161 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
197 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
206 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
265 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
274 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
329 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
352 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
382 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
398 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
429 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
442 struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol); local
593 snd_ca0106_mixer(struct snd_ca0106 *emu) argument
[all...]
H A Dca0106_proc.c279 struct snd_ca0106 *emu = entry->private_data; local
282 value = snd_ca0106_ptr_read(emu, SAMPLE_RATE_TRACKER_STATUS, 0);
291 value = snd_ca0106_ptr_read(emu, SPDIF_INPUT_STATUS, 0);
301 struct snd_ca0106 *emu = entry->private_data; local
309 spin_lock_irqsave(&emu->emu_lock, flags);
310 outl(val, emu->port + (reg & 0xfffffffc));
311 spin_unlock_irqrestore(&emu->emu_lock, flags);
319 struct snd_ca0106 *emu = entry->private_data; local
325 spin_lock_irqsave(&emu->emu_lock, flags);
326 value = inl(emu
335 struct snd_ca0106 *emu = entry->private_data; local
351 struct snd_ca0106 *emu = entry->private_data; local
367 struct snd_ca0106 *emu = entry->private_data; local
385 struct snd_ca0106 *emu = entry->private_data; local
403 struct snd_ca0106 *emu = entry->private_data; local
417 struct snd_ca0106 *emu = entry->private_data; local
429 snd_ca0106_proc_init(struct snd_ca0106 * emu) argument
[all...]
H A Dca0106_main.c284 unsigned int snd_ca0106_ptr_read(struct snd_ca0106 * emu, argument
293 spin_lock_irqsave(&emu->emu_lock, flags);
294 outl(regptr, emu->port + PTR);
295 val = inl(emu->port + DATA);
296 spin_unlock_irqrestore(&emu->emu_lock, flags);
300 void snd_ca0106_ptr_write(struct snd_ca0106 *emu, argument
310 spin_lock_irqsave(&emu->emu_lock, flags);
311 outl(regptr, emu->port + PTR);
312 outl(data, emu->port + DATA);
313 spin_unlock_irqrestore(&emu
316 snd_ca0106_spi_write(struct snd_ca0106 * emu, unsigned int data) argument
349 snd_ca0106_i2c_write(struct snd_ca0106 *emu, u32 reg, u32 value) argument
403 snd_ca0106_intr_enable(struct snd_ca0106 *emu, unsigned int intrenb) argument
414 snd_ca0106_intr_disable(struct snd_ca0106 *emu, unsigned int intrenb) argument
598 struct snd_ca0106 *emu = snd_pcm_substream_chip(substream); local
687 struct snd_ca0106 *emu = snd_pcm_substream_chip(substream); local
758 struct snd_ca0106 *emu = snd_pcm_substream_chip(substream); local
809 struct snd_ca0106 *emu = snd_pcm_substream_chip(substream); local
837 struct snd_ca0106 *emu = snd_pcm_substream_chip(substream); local
864 struct snd_ca0106 *emu = snd_pcm_substream_chip(substream); local
976 struct snd_ca0106 *emu = ac97->private_data; local
990 struct snd_ca0106 *emu = ac97->private_data; local
1112 snd_ca0106_pcm(struct snd_ca0106 *emu, int device, struct snd_pcm **rpcm) argument
[all...]
H A Dca0106.h549 struct snd_ca0106 *emu; member in struct:snd_ca0106_channel
552 void (*interrupt)(struct snd_ca0106 *emu, struct snd_ca0106_channel *channel);
557 struct snd_ca0106 *emu; member in struct:snd_ca0106_pcm
606 int snd_ca0106_mixer(struct snd_ca0106 *emu);
607 int snd_ca0106_proc_init(struct snd_ca0106 * emu);
609 unsigned int snd_ca0106_ptr_read(struct snd_ca0106 * emu,
613 void snd_ca0106_ptr_write(struct snd_ca0106 *emu,
618 int snd_ca0106_i2c_write(struct snd_ca0106 *emu, u32 reg, u32 value);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/synth/emux/
H A Demux_voice.h32 int snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index);
33 void snd_emux_detach_seq(struct snd_emux *emu);
34 struct snd_emux_port *snd_emux_create_port(struct snd_emux *emu, char *name,
40 int snd_emux_inc_count(struct snd_emux *emu);
41 void snd_emux_dec_count(struct snd_emux *emu);
42 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card);
43 int snd_emux_delete_virmidi(struct snd_emux *emu);
46 void snd_emux_init_voices(struct snd_emux *emu);
82 void snd_emux_init_seq_oss(struct snd_emux *emu);
83 void snd_emux_detach_seq_oss(struct snd_emux *emu);
[all...]
H A Demux_synth.c39 static int get_zone(struct snd_emux *emu, struct snd_emux_port *port,
43 static void terminate_note1(struct snd_emux *emu, int note,
45 static void exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port,
47 static void terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free);
48 static void update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update);
61 struct snd_emux *emu; local
71 emu = port->emu;
72 snd_assert(emu != NULL, return);
73 snd_assert(emu
157 struct snd_emux *emu; local
202 struct snd_emux *emu = (struct snd_emux *) data; local
235 struct snd_emux *emu; local
266 struct snd_emux *emu; local
293 struct snd_emux *emu; local
367 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free) argument
390 struct snd_emux *emu; local
408 snd_emux_terminate_all(struct snd_emux *emu) argument
441 struct snd_emux *emu; local
472 exclusive_note_off(struct snd_emux *emu, struct snd_emux_port *port, int exclass) argument
494 terminate_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int free) argument
512 update_voice(struct snd_emux *emu, struct snd_emux_voice *vp, int update) argument
877 get_zone(struct snd_emux *emu, struct snd_emux_port *port, int *notep, int vel, struct snd_midi_channel *chan, struct snd_sf_zone **table) argument
902 snd_emux_init_voices(struct snd_emux *emu) argument
924 snd_emux_lock_voice(struct snd_emux *emu, int voice) argument
941 snd_emux_unlock_voice(struct snd_emux *emu, int voice) argument
[all...]
H A Demux_effect.c183 struct snd_emux *emu; local
187 emu = port->emu;
189 if (emu == NULL || fx == NULL)
209 spin_lock_irqsave(&emu->voice_lock, flags);
210 for (i = 0; i < emu->max_voices; i++) {
211 struct snd_emux_voice *vp = &emu->voices[i];
224 spin_unlock_irqrestore(&emu->voice_lock, flags);
H A Demux_nrpn.c379 struct snd_emux *emu; local
384 emu = port->emu;
391 if (emu->ops.sysex)
392 emu->ops.sysex(emu, buf, len, parsed, chset);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/s390/
H A DMakefile5 CFLAGS_sysinfo.o += -Iinclude/math-emu -Iarch/s390/math-emu -w
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Demux_synth.h49 struct snd_emux_voice *(*get_voice)(struct snd_emux *emu,
57 void (*reset)(struct snd_emux *emu, int ch);
59 int (*sample_new)(struct snd_emux *emu, struct snd_sf_sample *sp,
62 int (*sample_free)(struct snd_emux *emu, struct snd_sf_sample *sp,
64 void (*sample_reset)(struct snd_emux *emu);
65 int (*load_fx)(struct snd_emux *emu, int type, int arg,
67 void (*sysex)(struct snd_emux *emu, char *buf, int len, int parsed,
70 int (*oss_ioctl)(struct snd_emux *emu, int cmd, int p1, int p2);
144 struct snd_emux *emu; member in struct:snd_emux_port
187 struct snd_emux *emu; /* assigne member in struct:snd_emux_voice
[all...]
H A Demu10k1.h616 #define FXWC_DEFAULTROUTE_C (1<<0) /* left emu out? */
617 #define FXWC_DEFAULTROUTE_B (1<<1) /* right emu out? */
1257 struct snd_emu10k1 *emu; member in struct:snd_emu10k1_voice
1264 void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
1278 struct snd_emu10k1 *emu; member in struct:snd_emu10k1_pcm
1341 typedef void (snd_fx8010_irq_handler_t)(struct snd_emu10k1 *emu, void *private_data);
1391 struct snd_emu10k1 *emu; member in struct:snd_emu10k1_midi
1402 void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status);
1489 int (*get_synth_voice)(struct snd_emu10k1 *emu);
1511 void (*hwvol_interrupt)(struct snd_emu10k1 *emu, unsigne
1594 snd_emu10k1_wc(struct snd_emu10k1 *emu) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/isdn/i4l/
H A Disdn_tty.h97 ((info->emu.mdmreg[REG_L2PROT] == ISDN_PROTO_L2_FAX) && \
98 (info->emu.mdmreg[REG_L3PROT] == ISDN_PROTO_L3_FCLASS1))
100 ((info->emu.mdmreg[REG_L2PROT] == ISDN_PROTO_L2_FAX) && \
101 (info->emu.mdmreg[REG_L3PROT] == ISDN_PROTO_L3_FCLASS2))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/math-emu/
H A Dsoft-fp.h157 #include <math-emu/op-1.h>
158 #include <math-emu/op-2.h>
159 #include <math-emu/op-4.h>
160 #include <math-emu/op-8.h>
161 #include <math-emu/op-common.h>

Completed in 722 milliseconds

1234