| /linux-4.4.14/include/sound/ | 
| D | emu8000_reg.h | 44 #define EMU8000_CPF_READ(emu, chan) \  argument 46 #define EMU8000_PTRX_READ(emu, chan) \  argument 48 #define EMU8000_CVCF_READ(emu, chan) \  argument 50 #define EMU8000_VTFT_READ(emu, chan) \  argument 52 #define EMU8000_PSST_READ(emu, chan) \  argument 54 #define EMU8000_CSL_READ(emu, chan) \  argument 56 #define EMU8000_CCCA_READ(emu, chan) \  argument 58 #define EMU8000_HWCF4_READ(emu) \  argument 60 #define EMU8000_HWCF5_READ(emu) \  argument 62 #define EMU8000_HWCF6_READ(emu) \  argument [all …] 
 | 
| D | emux_synth.h | 144 	struct snd_emux *emu;  member 187 	struct snd_emux *emu;	/* assigned root info */  member
  | 
| D | emu8000.h | 61 	struct snd_emux *emu;  member
  | 
| D | emu10k1.h | 1503 	struct snd_emu10k1 *emu;  member 1524 	struct snd_emu10k1 *emu;  member 1635 	struct snd_emu10k1 *emu;  member 1858 static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >>…  in snd_emu10k1_wc()
  | 
| /linux-4.4.14/sound/pci/emu10k1/ | 
| D | emumpu401.c | 30 static inline unsigned char mpu401_read(struct snd_emu10k1 *emu,  in mpu401_read() 39 static inline void mpu401_write(struct snd_emu10k1 *emu,  in mpu401_write() 48 #define mpu401_write_data(emu, mpu, data)	mpu401_write(emu, mpu, data, 0)  argument 49 #define mpu401_write_cmd(emu, mpu, data)	mpu401_write(emu, mpu, data, 1)  argument 50 #define mpu401_read_data(emu, mpu)		mpu401_read(emu, mpu, 0)  argument 51 #define mpu401_read_stat(emu, mpu)		mpu401_read(emu, mpu, 1)  argument 53 #define mpu401_input_avail(emu,mpu)	(!(mpu401_read_stat(emu,mpu) & 0x80))  argument 54 #define mpu401_output_ready(emu,mpu)	(!(mpu401_read_stat(emu,mpu) & 0x40))  argument 60 static void mpu401_clear_rx(struct snd_emu10k1 *emu, struct snd_emu10k1_midi *mpu)  in mpu401_clear_rx() 77 static void do_emu10k1_midi_interrupt(struct snd_emu10k1 *emu, struct snd_emu10k1_midi *midi, unsig…  in do_emu10k1_midi_interrupt() [all …] 
 | 
| D | io.c | 35 unsigned int snd_emu10k1_ptr_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn)  in snd_emu10k1_ptr_read() 68 void snd_emu10k1_ptr_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned in…  in snd_emu10k1_ptr_write() 102 unsigned int snd_emu10k1_ptr20_read(struct snd_emu10k1 * emu,   in snd_emu10k1_ptr20_read() 118 void snd_emu10k1_ptr20_write(struct snd_emu10k1 *emu,   in snd_emu10k1_ptr20_write() 134 int snd_emu10k1_spi_write(struct snd_emu10k1 * emu,  in snd_emu10k1_spi_write() 188 int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu,  in snd_emu10k1_i2c_write() 250 int snd_emu1010_fpga_write(struct snd_emu10k1 * emu, u32 reg, u32 value)  in snd_emu1010_fpga_write() 272 int snd_emu1010_fpga_read(struct snd_emu10k1 * emu, u32 reg, u32 *value)  in snd_emu1010_fpga_read() 292 int snd_emu1010_fpga_link_dst_src_write(struct snd_emu10k1 * emu, u32 dst, u32 src)  in snd_emu1010_fpga_link_dst_src_write() 302 void snd_emu10k1_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb)  in snd_emu10k1_intr_enable() [all …] 
 | 
| D | emupcm.c | 37 static void snd_emu10k1_pcm_interrupt(struct snd_emu10k1 *emu,  in snd_emu10k1_pcm_interrupt() 56 static void snd_emu10k1_pcm_ac97adc_interrupt(struct snd_emu10k1 *emu,  in snd_emu10k1_pcm_ac97adc_interrupt() 68 static void snd_emu10k1_pcm_ac97mic_interrupt(struct snd_emu10k1 *emu,  in snd_emu10k1_pcm_ac97mic_interrupt() 80 static void snd_emu10k1_pcm_efx_interrupt(struct snd_emu10k1 *emu,  in snd_emu10k1_pcm_efx_interrupt() 94 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_emu10k1_efx_playback_pointer()  local 282 static void snd_emu10k1_pcm_init_voice(struct snd_emu10k1 *emu,  in snd_emu10k1_pcm_init_voice() 411 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_emu10k1_playback_hw_params()  local 438 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_emu10k1_playback_hw_free()  local 468 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_emu10k1_efx_playback_hw_free()  local 497 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_emu10k1_playback_prepare()  local [all …] 
 | 
| D | emumixer.c | 56 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu10k1_spdif_get()  local 395 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_input_output_source_info()  local 406 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_output_source_get()  local 422 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_output_source_put()  local 452 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_input_source_get()  local 466 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_input_source_put()  local 593 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_adc_pads_get()  local 601 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_adc_pads_put()  local 641 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_dac_pads_get()  local 649 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu1010_dac_pads_put()  local [all …] 
 | 
| D | memory.c | 36 #define __set_ptb_entry(emu,page,addr) \  argument 50 #define set_ptb_entry(emu,page,addr)	__set_ptb_entry(emu,page,addr)  argument 52 #define set_silent_ptb(emu,page)	__set_ptb_entry(emu,page,emu->silent_page.addr)  argument 55 static inline void set_ptb_entry(struct snd_emu10k1 *emu, int page, dma_addr_t addr)  in set_ptb_entry() 64 static inline void set_silent_ptb(struct snd_emu10k1 *emu, int page)  in set_silent_ptb() 103 static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp)  in search_empty_map_area() 142 static int map_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)  in map_memblk() 169 static int unmap_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)  in unmap_memblk() 206 search_empty(struct snd_emu10k1 *emu, int size)  in search_empty() 237 static int is_valid_page(struct snd_emu10k1 *emu, dma_addr_t addr)  in is_valid_page() [all …] 
 | 
| D | p16v.c | 176 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_p16v_pcm_open_playback_channel()  local 224 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_p16v_pcm_open_capture_channel()  local 269 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_p16v_pcm_close_playback()  local 280 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_p16v_pcm_close_capture()  local 340 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_p16v_pcm_prepare_playback()  local 402 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_p16v_pcm_prepare_capture()  local 442 static void snd_p16v_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb)  in snd_p16v_intr_enable() 453 static void snd_p16v_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb)  in snd_p16v_intr_disable() 468 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_p16v_pcm_trigger_playback()  local 522 	struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);  in snd_p16v_pcm_trigger_capture()  local [all …] 
 | 
| D | emu10k1_main.c | 73 void snd_emu10k1_voice_init(struct snd_emu10k1 *emu, int ch)  in snd_emu10k1_voice_init() 158 static int snd_emu10k1_init(struct snd_emu10k1 *emu, int enable_ir, int resume)  in snd_emu10k1_init() 359 static void snd_emu10k1_audio_enable(struct snd_emu10k1 *emu)  in snd_emu10k1_audio_enable() 409 int snd_emu10k1_done(struct snd_emu10k1 *emu)  in snd_emu10k1_done() 532 static void snd_emu10k1_ecard_write(struct snd_emu10k1 *emu, unsigned int value)  in snd_emu10k1_ecard_write() 570 static void snd_emu10k1_ecard_setadcgain(struct snd_emu10k1 *emu,  in snd_emu10k1_ecard_setadcgain() 598 static int snd_emu10k1_ecard_init(struct snd_emu10k1 *emu)  in snd_emu10k1_ecard_init() 638 static int snd_emu10k1_cardbus_init(struct snd_emu10k1 *emu)  in snd_emu10k1_cardbus_init() 665 static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu,  in snd_emu1010_load_firmware() 713 	struct snd_emu10k1 *emu = data;  in emu1010_firmware_thread()  local [all …] 
 | 
| D | emu10k1x.c | 199 	struct emu10k1x *emu;  member 207 	struct emu10k1x *emu;  member 214 	struct emu10k1x *emu;  member 295 static unsigned int snd_emu10k1x_ptr_read(struct emu10k1x * emu,   in snd_emu10k1x_ptr_read() 311 static void snd_emu10k1x_ptr_write(struct emu10k1x *emu,   in snd_emu10k1x_ptr_write() 327 static void snd_emu10k1x_intr_enable(struct emu10k1x *emu, unsigned int intrenb)  in snd_emu10k1x_intr_enable() 338 static void snd_emu10k1x_intr_disable(struct emu10k1x *emu, unsigned int intrenb)  in snd_emu10k1x_intr_disable() 349 static void snd_emu10k1x_gpio_write(struct emu10k1x *emu, unsigned int value)  in snd_emu10k1x_gpio_write() 363 static void snd_emu10k1x_pcm_interrupt(struct emu10k1x *emu, struct emu10k1x_voice *voice)  in snd_emu10k1x_pcm_interrupt() 455 	struct emu10k1x *emu = snd_pcm_substream_chip(substream);  in snd_emu10k1x_pcm_prepare()  local [all …] 
 | 
| D | emuproc.c | 37 static void snd_emu10k1_proc_spdif_status(struct snd_emu10k1 * emu,  in snd_emu10k1_proc_spdif_status() 186 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu10k1_proc_read()  local 240 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu10k1_proc_spdif_read()  local 280 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu10k1_proc_rates_read()  local 295 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu10k1_proc_acode_read()  local 339 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu10k1_fx8010_read()  local 380 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu10k1_proc_voices_read()  local 401 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu_proc_emu1010_reg_read()  local 415 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu_proc_io_reg_read()  local 431 	struct snd_emu10k1 *emu = entry->private_data;  in snd_emu_proc_io_reg_write()  local [all …] 
 | 
| D | emufx.c | 349 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu10k1_gpr_ctl_get()  local 364 	struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);  in snd_emu10k1_gpr_ctl_put()  local 419 static void snd_emu10k1_fx8010_interrupt(struct snd_emu10k1 *emu)  in snd_emu10k1_fx8010_interrupt() 435 int snd_emu10k1_fx8010_register_irq_handler(struct snd_emu10k1 *emu,  in snd_emu10k1_fx8010_register_irq_handler() 466 int snd_emu10k1_fx8010_unregister_irq_handler(struct snd_emu10k1 *emu,  in snd_emu10k1_fx8010_unregister_irq_handler() 528 static void snd_emu10k1_efx_write(struct snd_emu10k1 *emu, unsigned int pc, unsigned int data)  in snd_emu10k1_efx_write() 534 unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc)  in snd_emu10k1_efx_read() 540 static int snd_emu10k1_gpr_poke(struct snd_emu10k1 *emu,  in snd_emu10k1_gpr_poke() 556 static int snd_emu10k1_gpr_peek(struct snd_emu10k1 *emu,  in snd_emu10k1_gpr_peek() 571 static int snd_emu10k1_tram_poke(struct snd_emu10k1 *emu,  in snd_emu10k1_tram_poke() [all …] 
 | 
| D | timer.c | 34 	struct snd_emu10k1 *emu;  in snd_emu10k1_timer_start()  local 51 	struct snd_emu10k1 *emu;  in snd_emu10k1_timer_stop()  local 78 int snd_emu10k1_timer(struct snd_emu10k1 *emu, int device)  in snd_emu10k1_timer()
  | 
| D | voice.c | 48 static int voice_alloc(struct snd_emu10k1 *emu, int type, int number,  in voice_alloc() 115 int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int number,  in snd_emu10k1_voice_alloc() 152 int snd_emu10k1_voice_free(struct snd_emu10k1 *emu,  in snd_emu10k1_voice_free()
  | 
| D | emu10k1.c | 107 	struct snd_emu10k1 *emu;  in snd_card_emu10k1_probe()  local 216 	struct snd_emu10k1 *emu = card->private_data;  in snd_emu10k1_suspend()  local 242 	struct snd_emu10k1 *emu = card->private_data;  in snd_emu10k1_resume()  local
  | 
| D | emu10k1_patch.c | 46 	struct snd_emu10k1 *emu;  in snd_emu10k1_sample_new()  local 219 	struct snd_emu10k1 *emu;  in snd_emu10k1_sample_free()  local
  | 
| D | emu10k1_callback.c | 94 	struct snd_emux *emu;  in snd_emu10k1_synth_get_voice()  local 221 lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw,  in lookup_voices() 287 get_voice(struct snd_emux *emu, struct snd_emux_port *port)  in get_voice()
  | 
| D | irq.c | 34 	struct snd_emu10k1 *emu = dev_id;  in snd_emu10k1_interrupt()  local
  | 
| /linux-4.4.14/drivers/input/gameport/ | 
| D | emu10k1-gp.c | 41 struct emu {  struct 61 	struct emu *emu;  in emu_probe()  argument 111 	struct emu *emu = pci_get_drvdata(pdev);  in emu_remove()  local
  | 
| /linux-4.4.14/sound/isa/sb/ | 
| D | emu8000.c | 48 void snd_emu8000_poke(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, unsigned int va…  in snd_emu8000_poke() 61 unsigned short snd_emu8000_peek(struct snd_emu8000 *emu, unsigned int port, unsigned int reg)  in snd_emu8000_peek() 76 void snd_emu8000_poke_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg, unsigned int…  in snd_emu8000_poke_dw() 90 unsigned int snd_emu8000_peek_dw(struct snd_emu8000 *emu, unsigned int port, unsigned int reg)  in snd_emu8000_peek_dw() 110 snd_emu8000_dma_chan(struct snd_emu8000 *emu, int ch, int mode)  in snd_emu8000_dma_chan() 135 snd_emu8000_read_wait(struct snd_emu8000 *emu)  in snd_emu8000_read_wait() 147 snd_emu8000_write_wait(struct snd_emu8000 *emu)  in snd_emu8000_write_wait() 160 snd_emu8000_detect(struct snd_emu8000 *emu)  in snd_emu8000_detect() 186 init_audio(struct snd_emu8000 *emu)  in init_audio() 227 init_dma(struct snd_emu8000 *emu)  in init_dma() [all …] 
 | 
| D | emu8000_pcm.c | 51 	struct snd_emu8000 *emu;  member 79 emu8k_open_dram_for_pcm(struct snd_emu8000 *emu, int channels)  in emu8k_open_dram_for_pcm() 115 snd_emu8000_write_wait(struct snd_emu8000 *emu, int can_schedule)  in snd_emu8000_write_wait() 130 emu8k_close_dram(struct snd_emu8000 *emu)  in emu8k_close_dram() 229 	struct snd_emu8000 *emu = snd_pcm_substream_chip(subs);  in emu8k_pcm_open()  local 426 static int emu8k_transfer_block(struct snd_emu8000 *emu, int offset, unsigned short *buf, int count)  in emu8k_transfer_block() 448 	struct snd_emu8000 *emu = rec->emu;  in emu8k_pcm_copy()  local 468 static int emu8k_silence_block(struct snd_emu8000 *emu, int offset, int count)  in emu8k_silence_block() 485 	struct snd_emu8000 *emu = rec->emu;  in emu8k_pcm_silence()  local 514 	struct snd_emu8000 *emu = rec->emu;  in emu8k_pcm_copy()  local [all …] 
 | 
| D | emu8000_patch.c | 35 snd_emu8000_open_dma(struct snd_emu8000 *emu, int write)  in snd_emu8000_open_dma() 62 snd_emu8000_close_dma(struct snd_emu8000 *emu)  in snd_emu8000_close_dma() 109 snd_emu8000_write_wait(struct snd_emu8000 *emu)  in snd_emu8000_write_wait() 131 write_word(struct snd_emu8000 *emu, int *offset, unsigned short data)  in write_word() 156 	struct snd_emu8000 *emu;  in snd_emu8000_sample_new()  local
  | 
| D | emu8000_callback.c | 157 get_voice(struct snd_emux *emu, struct snd_emux_port *port)  in get_voice() 336 reset_voice(struct snd_emux *emu, int ch)  in reset_voice() 438 snd_emu8000_tweak_voice(struct snd_emu8000 *emu, int i)  in snd_emu8000_tweak_voice() 460 sysex(struct snd_emux *emu, char *buf, int len, int parsed, struct snd_midi_channel_set *chset)  in sysex() 485 oss_ioctl(struct snd_emux *emu, int cmd, int p1, int p2)  in oss_ioctl() 530 load_fx(struct snd_emux *emu, int type, int mode, const void __user *buf, long len)  in load_fx()
  | 
| D | emu8000_synth.c | 41 	struct snd_emux *emu;  in snd_emu8000_probe()  local
  | 
| /linux-4.4.14/sound/synth/emux/ | 
| D | emux_seq.c | 68 snd_emux_init_seq(struct snd_emux *emu, struct snd_card *card, int index)  in snd_emux_init_seq() 122 snd_emux_detach_seq(struct snd_emux *emu)  in snd_emux_detach_seq() 139 snd_emux_create_port(struct snd_emux *emu, char *name,  in snd_emux_create_port() 271 __snd_emux_inc_count(struct snd_emux *emu)  in __snd_emux_inc_count() 285 int snd_emux_inc_count(struct snd_emux *emu)  in snd_emux_inc_count() 299 __snd_emux_dec_count(struct snd_emux *emu)  in __snd_emux_dec_count() 308 void snd_emux_dec_count(struct snd_emux *emu)  in snd_emux_dec_count() 322 	struct snd_emux *emu;  in snd_emux_use()  local 345 	struct snd_emux *emu;  in snd_emux_unuse()  local 365 int snd_emux_init_virmidi(struct snd_emux *emu, struct snd_card *card)  in snd_emux_init_virmidi() [all …] 
 | 
| D | emux.c | 39 	struct snd_emux *emu;  in snd_emux_new()  local 71 	struct snd_emux *emu = private_data;  in sf_sample_new()  local 79 	struct snd_emux *emu = private_data;  in sf_sample_free()  local 86 	struct snd_emux *emu = private_data;  in sf_sample_reset()  local 90 int snd_emux_register(struct snd_emux *emu, struct snd_card *card, int index, char *name)  in snd_emux_register() 139 int snd_emux_free(struct snd_emux *emu)  in snd_emux_free()
  | 
| D | emux_synth.c | 62 	struct snd_emux *emu;  in snd_emux_note_on()  local 162 	struct snd_emux *emu;  in snd_emux_note_off()  local 207 	struct snd_emux *emu = (struct snd_emux *) data;  in snd_emux_timer_callback()  local 239 	struct snd_emux *emu;  in snd_emux_key_press()  local 271 	struct snd_emux *emu;  in snd_emux_update_channel()  local 298 	struct snd_emux *emu;   in snd_emux_update_port()  local 378 terminate_note1(struct snd_emux *emu, int note, struct snd_midi_channel *chan, int free)  in terminate_note1() 401 	struct snd_emux *emu;  in snd_emux_terminate_note()  local 420 snd_emux_terminate_all(struct snd_emux *emu)  in snd_emux_terminate_all() 453 	struct snd_emux *emu;  in snd_emux_sounds_off_all()  local [all …] 
 | 
| D | emux_oss.c | 67 snd_emux_init_seq_oss(struct snd_emux *emu)  in snd_emux_init_seq_oss() 95 snd_emux_detach_seq_oss(struct snd_emux *emu)  in snd_emux_detach_seq_oss() 113 	struct snd_emux *emu;  in snd_emux_open_seq_oss()  local 179 	struct snd_emux *emu;  in snd_emux_close_seq_oss()  local 208 	struct snd_emux *emu;  in snd_emux_load_patch_seq_oss()  local 253 	struct snd_emux *emu;  in snd_emux_ioctl_seq_oss()  local 305 	struct snd_emux *emu;  in snd_emux_event_oss_input()  local 335 emuspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd,  in emuspec_control() 430 gusspec_control(struct snd_emux *emu, struct snd_emux_port *port, int cmd,  in gusspec_control() 498 fake_event(struct snd_emux *emu, struct snd_emux_port *port, int ch, int param, int val, int atomic…  in fake_event()
  | 
| D | emux_hwdep.c | 34 snd_emux_hwdep_load_patch(struct snd_emux *emu, void __user *arg)  in snd_emux_hwdep_load_patch() 60 snd_emux_hwdep_misc_mode(struct snd_emux *emu, void __user *arg)  in snd_emux_hwdep_misc_mode() 88 	struct snd_emux *emu = hw->private_data;  in snd_emux_hwdep_ioctl()  local 120 snd_emux_init_hwdep(struct snd_emux *emu)  in snd_emux_init_hwdep() 147 snd_emux_delete_hwdep(struct snd_emux *emu)  in snd_emux_delete_hwdep()
  | 
| D | emux_proc.c | 31 	struct snd_emux *emu;  in snd_emux_proc_info_read()  local 105 void snd_emux_proc_init(struct snd_emux *emu, struct snd_card *card, int device)  in snd_emux_proc_init() 124 void snd_emux_proc_free(struct snd_emux *emu)  in snd_emux_proc_free()
  | 
| D | emux_voice.h | 89 static inline void snd_emux_proc_init(struct snd_emux *emu,  in snd_emux_proc_init() 91 static inline void snd_emux_proc_free(struct snd_emux *emu) {}  in snd_emux_proc_free()
  | 
| D | emux_effect.c | 183 	struct snd_emux *emu;  in snd_emux_send_effect()  local
  | 
| D | emux_nrpn.c | 379 	struct snd_emux *emu;  in snd_emux_sysex()  local
  | 
| /linux-4.4.14/sound/pci/ca0106/ | 
| D | ca0106_mixer.c | 77 static void ca0106_spdif_enable(struct snd_ca0106 *emu)  in ca0106_spdif_enable() 101 static void ca0106_set_capture_source(struct snd_ca0106 *emu)  in ca0106_set_capture_source() 110 static void ca0106_set_i2c_capture_source(struct snd_ca0106 *emu,  in ca0106_set_i2c_capture_source() 130 static void ca0106_set_capture_mic_line_in(struct snd_ca0106 *emu)  in ca0106_set_capture_mic_line_in() 148 static void ca0106_set_spdif_bits(struct snd_ca0106 *emu, int idx)  in ca0106_set_spdif_bits() 163 	struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol);  in snd_ca0106_shared_spdif_get()  local 172 	struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol);  in snd_ca0106_shared_spdif_put()  local 198 	struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol);  in snd_ca0106_capture_source_get()  local 207 	struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol);  in snd_ca0106_capture_source_put()  local 235 	struct snd_ca0106 *emu = snd_kcontrol_chip(kcontrol);  in snd_ca0106_i2c_capture_source_get()  local [all …] 
 | 
| D | ca0106_proc.c | 275 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_iec958()  local 297 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_reg_write32()  local 315 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_reg_read32()  local 331 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_reg_read16()  local 347 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_reg_read8()  local 363 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_reg_read1()  local 381 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_reg_read2()  local 399 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_reg_write()  local 413 	struct snd_ca0106 *emu = entry->private_data;  in snd_ca0106_proc_i2c_write()  local 425 int snd_ca0106_proc_init(struct snd_ca0106 *emu)  in snd_ca0106_proc_init()
  | 
| D | ca0106_main.c | 346 unsigned int snd_ca0106_ptr_read(struct snd_ca0106 * emu,   in snd_ca0106_ptr_read() 362 void snd_ca0106_ptr_write(struct snd_ca0106 *emu,   in snd_ca0106_ptr_write() 378 int snd_ca0106_spi_write(struct snd_ca0106 * emu,  in snd_ca0106_spi_write() 411 int snd_ca0106_i2c_write(struct snd_ca0106 *emu,  in snd_ca0106_i2c_write() 467 static void snd_ca0106_intr_enable(struct snd_ca0106 *emu, unsigned int intrenb)  in snd_ca0106_intr_enable() 478 static void snd_ca0106_intr_disable(struct snd_ca0106 *emu, unsigned int intrenb)  in snd_ca0106_intr_disable() 757 	struct snd_ca0106 *emu = snd_pcm_substream_chip(substream);  in snd_ca0106_pcm_prepare_playback()  local 870 	struct snd_ca0106 *emu = snd_pcm_substream_chip(substream);  in snd_ca0106_pcm_prepare_capture()  local 962 	struct snd_ca0106 *emu = snd_pcm_substream_chip(substream);  in snd_ca0106_pcm_trigger_playback()  local 1029 	struct snd_ca0106 *emu = snd_pcm_substream_chip(substream);  in snd_ca0106_pcm_trigger_capture()  local [all …] 
 | 
| D | ca0106.h | 650 	struct snd_ca0106 *emu;  member 658 	struct snd_ca0106 *emu;  member
  | 
| /linux-4.4.14/arch/s390/kernel/ | 
| D | entry.S | 1223 #define SYSCALL(esame,emu)	.long esame  argument 1231 #define SYSCALL(esame,emu)	.long emu  argument
  | 
| /linux-4.4.14/drivers/isdn/i4l/ | 
| D | isdn_tty.c | 1881 isdn_tty_match_icall(char *cid, atemu *emu, int di)  in isdn_tty_match_icall()
  | 
| /linux-4.4.14/include/linux/ | 
| D | isdn.h | 355   atemu                 emu;             /* AT-emulator data               */  member
  |