include/sound/emu10k1.h
1482
struct snd_emu10k1;
include/sound/emu10k1.h
1489
void (*interrupt)(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
include/sound/emu10k1.h
1503
struct snd_emu10k1 *emu;
include/sound/emu10k1.h
1573
typedef void (snd_fx8010_irq_handler_t)(struct snd_emu10k1 *emu, void *private_data);
include/sound/emu10k1.h
1619
struct snd_emu10k1 *emu;
include/sound/emu10k1.h
1630
void (*interrupt)(struct snd_emu10k1 *emu, unsigned int status);
include/sound/emu10k1.h
1750
int (*get_synth_voice)(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1773
void (*hwvol_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
include/sound/emu10k1.h
1774
void (*capture_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
include/sound/emu10k1.h
1775
void (*capture_mic_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
include/sound/emu10k1.h
1776
void (*capture_efx_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
include/sound/emu10k1.h
1777
void (*spdif_interrupt)(struct snd_emu10k1 *emu, unsigned int status);
include/sound/emu10k1.h
1778
void (*dsp_interrupt)(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1779
void (*gpio_interrupt)(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1780
void (*p16v_interrupt)(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1818
int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device);
include/sound/emu10k1.h
1819
int snd_emu10k1_pcm_mic(struct snd_emu10k1 *emu, int device);
include/sound/emu10k1.h
1820
int snd_emu10k1_pcm_efx(struct snd_emu10k1 *emu, int device);
include/sound/emu10k1.h
1821
int snd_p16v_pcm(struct snd_emu10k1 *emu, int device);
include/sound/emu10k1.h
1822
int snd_p16v_mixer(struct snd_emu10k1 * emu);
include/sound/emu10k1.h
1823
int snd_emu10k1_pcm_multi(struct snd_emu10k1 *emu, int device);
include/sound/emu10k1.h
1824
int snd_emu10k1_fx8010_pcm(struct snd_emu10k1 *emu, int device);
include/sound/emu10k1.h
1825
int snd_emu10k1_mixer(struct snd_emu10k1 * emu, int pcm_device, int multi_device);
include/sound/emu10k1.h
1826
int snd_emu10k1_timer(struct snd_emu10k1 * emu, int device);
include/sound/emu10k1.h
1827
int snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device);
include/sound/emu10k1.h
1831
void snd_emu10k1_voice_init(struct snd_emu10k1 * emu, int voice);
include/sound/emu10k1.h
1832
int snd_emu10k1_init_efx(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1833
void snd_emu10k1_free_efx(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1834
int snd_emu10k1_fx8010_tram_setup(struct snd_emu10k1 *emu, u32 size);
include/sound/emu10k1.h
1835
int snd_emu10k1_done(struct snd_emu10k1 * emu);
include/sound/emu10k1.h
1838
unsigned int snd_emu10k1_ptr_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn);
include/sound/emu10k1.h
1839
void snd_emu10k1_ptr_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned int data);
include/sound/emu10k1.h
1840
void snd_emu10k1_ptr_write_multiple(struct snd_emu10k1 *emu, unsigned int chn, ...);
include/sound/emu10k1.h
1841
unsigned int snd_emu10k1_ptr20_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn);
include/sound/emu10k1.h
1842
void snd_emu10k1_ptr20_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned int data);
include/sound/emu10k1.h
1843
int snd_emu10k1_spi_write(struct snd_emu10k1 * emu, unsigned int data);
include/sound/emu10k1.h
1844
int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu, u32 reg, u32 value);
include/sound/emu10k1.h
1845
DEFINE_GUARD(snd_emu1010_fpga_lock, struct snd_emu10k1 *, mutex_lock(&(_T)->emu1010.lock), mutex_unlock(&(_T)->emu1010.lock))
include/sound/emu10k1.h
1846
void snd_emu1010_fpga_write_lock(struct snd_emu10k1 *emu, u32 reg, u32 value);
include/sound/emu10k1.h
1847
void snd_emu1010_fpga_write(struct snd_emu10k1 *emu, u32 reg, u32 value);
include/sound/emu10k1.h
1848
void snd_emu1010_fpga_read(struct snd_emu10k1 *emu, u32 reg, u32 *value);
include/sound/emu10k1.h
1849
void snd_emu1010_fpga_link_dst_src_write(struct snd_emu10k1 *emu, u32 dst, u32 src);
include/sound/emu10k1.h
1850
u32 snd_emu1010_fpga_link_dst_src_read(struct snd_emu10k1 *emu, u32 dst);
include/sound/emu10k1.h
1851
int snd_emu1010_get_raw_rate(struct snd_emu10k1 *emu, u8 src);
include/sound/emu10k1.h
1852
void snd_emu1010_update_clock(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1853
void snd_emu1010_load_firmware_entry(struct snd_emu10k1 *emu, int dock, const struct firmware *fw_entry);
include/sound/emu10k1.h
1854
unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc);
include/sound/emu10k1.h
1855
void snd_emu10k1_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb);
include/sound/emu10k1.h
1856
void snd_emu10k1_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb);
include/sound/emu10k1.h
1857
void snd_emu10k1_voice_intr_enable(struct snd_emu10k1 *emu, unsigned int voicenum);
include/sound/emu10k1.h
1858
void snd_emu10k1_voice_intr_disable(struct snd_emu10k1 *emu, unsigned int voicenum);
include/sound/emu10k1.h
1859
void snd_emu10k1_voice_intr_ack(struct snd_emu10k1 *emu, unsigned int voicenum);
include/sound/emu10k1.h
1860
void snd_emu10k1_voice_half_loop_intr_enable(struct snd_emu10k1 *emu, unsigned int voicenum);
include/sound/emu10k1.h
1861
void snd_emu10k1_voice_half_loop_intr_disable(struct snd_emu10k1 *emu, unsigned int voicenum);
include/sound/emu10k1.h
1862
void snd_emu10k1_voice_half_loop_intr_ack(struct snd_emu10k1 *emu, unsigned int voicenum);
include/sound/emu10k1.h
1864
void snd_emu10k1_voice_set_loop_stop(struct snd_emu10k1 *emu, unsigned int voicenum);
include/sound/emu10k1.h
1865
void snd_emu10k1_voice_clear_loop_stop(struct snd_emu10k1 *emu, unsigned int voicenum);
include/sound/emu10k1.h
1867
void snd_emu10k1_voice_set_loop_stop_multiple(struct snd_emu10k1 *emu, u64 voices);
include/sound/emu10k1.h
1868
void snd_emu10k1_voice_clear_loop_stop_multiple(struct snd_emu10k1 *emu, u64 voices);
include/sound/emu10k1.h
1869
int snd_emu10k1_voice_clear_loop_stop_multiple_atomic(struct snd_emu10k1 *emu, u64 voices);
include/sound/emu10k1.h
1870
void snd_emu10k1_wait(struct snd_emu10k1 *emu, unsigned int wait);
include/sound/emu10k1.h
1871
static inline unsigned int snd_emu10k1_wc(struct snd_emu10k1 *emu) { return (inl(emu->port + WC) >> 6) & 0xfffff; }
include/sound/emu10k1.h
1876
void snd_emu10k1_suspend_regs(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1877
void snd_emu10k1_resume_init(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1878
void snd_emu10k1_resume_regs(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1879
int snd_emu10k1_efx_alloc_pm_buffer(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1880
void snd_emu10k1_efx_free_pm_buffer(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1881
void snd_emu10k1_efx_suspend(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1882
void snd_emu10k1_efx_resume(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1883
int snd_p16v_alloc_pm_buffer(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1884
void snd_p16v_free_pm_buffer(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1885
void snd_p16v_suspend(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1886
void snd_p16v_resume(struct snd_emu10k1 *emu);
include/sound/emu10k1.h
1890
struct snd_util_memblk *snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *substream);
include/sound/emu10k1.h
1891
int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
include/sound/emu10k1.h
1892
int snd_emu10k1_alloc_pages_maybe_wider(struct snd_emu10k1 *emu, size_t size,
include/sound/emu10k1.h
1894
struct snd_util_memblk *snd_emu10k1_synth_alloc(struct snd_emu10k1 *emu, unsigned int size);
include/sound/emu10k1.h
1895
int snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *blk);
include/sound/emu10k1.h
1896
int snd_emu10k1_synth_memset(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, int size, u8 value);
include/sound/emu10k1.h
1897
int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk, int offset, const char __user *data, int size, u32 xor);
include/sound/emu10k1.h
1898
int snd_emu10k1_memblk_map(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk);
include/sound/emu10k1.h
1901
int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int count, int channels,
include/sound/emu10k1.h
1903
int snd_emu10k1_voice_free(struct snd_emu10k1 *emu, struct snd_emu10k1_voice *pvoice);
include/sound/emu10k1.h
1906
int snd_emu10k1_midi(struct snd_emu10k1 * emu);
include/sound/emu10k1.h
1907
int snd_emu10k1_audigy_midi(struct snd_emu10k1 * emu);
include/sound/emu10k1.h
1910
int snd_emu10k1_proc_init(struct snd_emu10k1 * emu);
include/sound/emu10k1.h
1913
int snd_emu10k1_fx8010_register_irq_handler(struct snd_emu10k1 *emu,
include/sound/emu10k1.h
1918
int snd_emu10k1_fx8010_unregister_irq_handler(struct snd_emu10k1 *emu,
include/sound/emu10k1_synth.h
18
struct snd_emu10k1 *hwptr; /* chip */
sound/pci/emu10k1/emu10k1.c
187
struct snd_emu10k1 *emu = card->private_data;
sound/pci/emu10k1/emu10k1.c
209
struct snd_emu10k1 *emu = card->private_data;
sound/pci/emu10k1/emu10k1.c
74
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emu10k1_callback.c
120
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_callback.c
136
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_callback.c
162
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_callback.c
183
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_callback.c
210
lookup_voices(struct snd_emux *emu, struct snd_emu10k1 *hw,
sound/pci/emu10k1/emu10k1_callback.c
26
static void lookup_voices(struct snd_emux *emux, struct snd_emu10k1 *hw,
sound/pci/emu10k1/emu10k1_callback.c
278
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_callback.c
317
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_callback.c
455
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_callback.c
518
struct snd_emu10k1 *hw = emu->hw;
sound/pci/emu10k1/emu10k1_callback.c
80
snd_emu10k1_synth_get_voice(struct snd_emu10k1 *hw)
sound/pci/emu10k1/emu10k1_main.c
138
static int snd_emu10k1_init(struct snd_emu10k1 *emu, int enable_ir)
sound/pci/emu10k1/emu10k1_main.c
1443
static void snd_emu10k1_detect_iommu(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
1466
struct snd_emu10k1 *emu = card->private_data;
sound/pci/emu10k1/emu10k1_main.c
1710
static int alloc_pm_buffer(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
1728
static void free_pm_buffer(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
1736
void snd_emu10k1_suspend_regs(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
1756
void snd_emu10k1_resume_init(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
1769
void snd_emu10k1_resume_regs(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
339
static void snd_emu10k1_audio_enable(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
392
int snd_emu10k1_done(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
50
void snd_emu10k1_voice_init(struct snd_emu10k1 *emu, int ch)
sound/pci/emu10k1/emu10k1_main.c
522
static void snd_emu10k1_ecard_write(struct snd_emu10k1 *emu, unsigned int value)
sound/pci/emu10k1/emu10k1_main.c
560
static void snd_emu10k1_ecard_setadcgain(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emu10k1_main.c
588
static int snd_emu10k1_ecard_init(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
628
static int snd_emu10k1_cardbus_init(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
671
static int snd_emu1010_load_firmware(struct snd_emu10k1 *emu, int dock,
sound/pci/emu10k1/emu10k1_main.c
690
static void snd_emu1010_load_dock_firmware(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
726
static void emu1010_dock_event(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
744
static void emu1010_clock_event(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
760
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emu10k1_main.c
763
emu = container_of(work, struct snd_emu10k1, emu1010.work);
sound/pci/emu10k1/emu10k1_main.c
784
static void emu1010_interrupt(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
804
static int snd_emu10k1_emu1010_init(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emu10k1_main.c
898
static int alloc_pm_buffer(struct snd_emu10k1 *emu);
sound/pci/emu10k1/emu10k1_main.c
899
static void free_pm_buffer(struct snd_emu10k1 *emu);
sound/pci/emu10k1/emu10k1_main.c
904
struct snd_emu10k1 *emu = card->private_data;
sound/pci/emu10k1/emu10k1_patch.c
158
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emu10k1_patch.c
35
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emu10k1_synth.c
22
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_synth.c
69
struct snd_emu10k1 *hw;
sound/pci/emu10k1/emu10k1_synth_local.h
26
int snd_emu10k1_synth_get_voice(struct snd_emu10k1 *hw);
sound/pci/emu10k1/emufx.c
1020
static int snd_emu10k1_icode_poke(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
1061
static int snd_emu10k1_icode_peek(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
1079
static int snd_emu10k1_ipcm_poke(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
1119
static int snd_emu10k1_ipcm_peek(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
1260
static int _snd_emu10k1_audigy_init_efx(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
1791
static int _snd_emu10k1_init_efx(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
2342
int snd_emu10k1_init_efx(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
2352
void snd_emu10k1_free_efx(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
2362
int snd_emu10k1_fx8010_tone_control_activate(struct snd_emu10k1 *emu, int output)
sound/pci/emu10k1/emufx.c
2370
int snd_emu10k1_fx8010_tone_control_deactivate(struct snd_emu10k1 *emu, int output)
sound/pci/emu10k1/emufx.c
2379
int snd_emu10k1_fx8010_tram_setup(struct snd_emu10k1 *emu, u32 size)
sound/pci/emu10k1/emufx.c
2434
static void snd_emu10k1_fx8010_info(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
2460
struct snd_emu10k1 *emu = hw->private_data;
sound/pci/emu10k1/emufx.c
2596
int snd_emu10k1_fx8010_new(struct snd_emu10k1 *emu, int device)
sound/pci/emu10k1/emufx.c
2614
int snd_emu10k1_efx_alloc_pm_buffer(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
2634
void snd_emu10k1_efx_free_pm_buffer(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
2645
void snd_emu10k1_efx_suspend(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
2669
void snd_emu10k1_efx_resume(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
362
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emufx.c
421
static void snd_emu10k1_fx8010_interrupt(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emufx.c
437
int snd_emu10k1_fx8010_register_irq_handler(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
459
int snd_emu10k1_fx8010_unregister_irq_handler(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
519
static void snd_emu10k1_efx_write(struct snd_emu10k1 *emu, unsigned int pc, unsigned int data)
sound/pci/emu10k1/emufx.c
525
unsigned int snd_emu10k1_efx_read(struct snd_emu10k1 *emu, unsigned int pc)
sound/pci/emu10k1/emufx.c
531
static int snd_emu10k1_gpr_poke(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
550
static int snd_emu10k1_gpr_peek(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
565
static int snd_emu10k1_tram_poke(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
594
static int snd_emu10k1_tram_peek(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
617
static int snd_emu10k1_code_poke(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
640
static int snd_emu10k1_code_peek(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
659
snd_emu10k1_look_for_ctl(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
704
static int copy_gctl(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
732
static int copy_gctl_to_user(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
761
static int snd_emu10k1_verify_controls(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
854
static int snd_emu10k1_add_controls(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
952
static int snd_emu10k1_del_controls(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emufx.c
974
static int snd_emu10k1_list_controls(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emumixer.c
1026
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1035
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1073
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1082
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1124
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1133
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1180
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1189
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1253
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1270
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1331
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1354
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1399
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1440
static void update_emu10k1_fxrt(struct snd_emu10k1 *emu, int voice, unsigned char *route)
sound/pci/emu10k1/emumixer.c
1453
static void update_emu10k1_send_volume(struct snd_emu10k1 *emu, int voice, unsigned char *volume)
sound/pci/emu10k1/emumixer.c
1469
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1480
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1497
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1540
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1551
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1565
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1616
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1629
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1669
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1680
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1696
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1734
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1745
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1759
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1806
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1817
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1854
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1870
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1926
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1938
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
1962
struct snd_emu10k1 *emu = ac97->private_data;
sound/pci/emu10k1/emumixer.c
1987
int snd_emu10k1_mixer(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emumixer.c
28
static int add_ctls(struct snd_emu10k1 *emu, const struct snd_kcontrol_new *tpl,
sound/pci/emu10k1/emumixer.c
55
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
577
static unsigned emu1010_idx(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emumixer.c
582
static void snd_emu1010_output_source_apply(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emumixer.c
592
static void snd_emu1010_input_source_apply(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emumixer.c
602
static void snd_emu1010_apply_sources(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emumixer.c
627
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
637
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
651
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
682
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
696
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
724
static int add_emu1010_source_mixers(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emumixer.c
758
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
767
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
816
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
825
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
958
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
968
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumixer.c
977
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emumpu401.c
100
static void snd_emu10k1_midi_interrupt2(struct snd_emu10k1 *emu, unsigned int status)
sound/pci/emu10k1/emumpu401.c
105
static int snd_emu10k1_midi_cmd(struct snd_emu10k1 * emu, struct snd_emu10k1_midi *midi, unsigned char cmd, int ack)
sound/pci/emu10k1/emumpu401.c
142
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emumpu401.c
15
static inline unsigned char mpu401_read(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emumpu401.c
163
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emumpu401.c
184
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emumpu401.c
202
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emumpu401.c
220
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emumpu401.c
234
struct snd_emu10k1 *emu;
sound/pci/emu10k1/emumpu401.c
24
static inline void mpu401_write(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emumpu401.c
292
static int emu10k1_midi_init(struct snd_emu10k1 *emu, struct snd_emu10k1_midi *midi, int device, char *name)
sound/pci/emu10k1/emumpu401.c
316
int snd_emu10k1_midi(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emumpu401.c
334
int snd_emu10k1_audigy_midi(struct snd_emu10k1 *emu)
sound/pci/emu10k1/emumpu401.c
45
static void mpu401_clear_rx(struct snd_emu10k1 *emu, struct snd_emu10k1_midi *mpu)
sound/pci/emu10k1/emumpu401.c
62
static void do_emu10k1_midi_interrupt(struct snd_emu10k1 *emu, struct snd_emu10k1_midi *midi, unsigned int status)
sound/pci/emu10k1/emumpu401.c
95
static void snd_emu10k1_midi_interrupt(struct snd_emu10k1 *emu, unsigned int status)
sound/pci/emu10k1/emupcm.c
1063
static void snd_emu10k1_pcm_mixer_notify1(struct snd_emu10k1 *emu, struct snd_kcontrol *kctl, int idx, int activate)
sound/pci/emu10k1/emupcm.c
1078
static void snd_emu10k1_pcm_mixer_notify(struct snd_emu10k1 *emu, int idx, int activate)
sound/pci/emu10k1/emupcm.c
1085
static void snd_emu10k1_pcm_efx_mixer_notify(struct snd_emu10k1 *emu, int idx, int activate)
sound/pci/emu10k1/emupcm.c
1099
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1129
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1168
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1211
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1221
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1249
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1258
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1287
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1296
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1365
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1401
int snd_emu10k1_pcm(struct snd_emu10k1 *emu, int device)
sound/pci/emu10k1/emupcm.c
1434
int snd_emu10k1_pcm_multi(struct snd_emu10k1 *emu, int device)
sound/pci/emu10k1/emupcm.c
1470
int snd_emu10k1_pcm_mic(struct snd_emu10k1 *emu, int device)
sound/pci/emu10k1/emupcm.c
1495
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emupcm.c
1506
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emupcm.c
1517
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/emupcm.c
1562
static void snd_emu10k1_fx8010_playback_irq(struct snd_emu10k1 *emu, void *private_data)
sound/pci/emu10k1/emupcm.c
1596
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1624
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1633
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1644
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1675
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1719
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1751
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1767
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
1785
int snd_emu10k1_pcm_efx(struct snd_emu10k1 *emu, int device)
sound/pci/emu10k1/emupcm.c
185
static void snd_emu10k1_constrain_capture_rates(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
20
static void snd_emu10k1_pcm_interrupt(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
202
static void snd_emu1010_constrain_efx_rate(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
260
static void snd_emu10k1_pcm_init_voice(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
315
static void snd_emu10k1_pcm_init_voices(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
334
static void snd_emu10k1_pcm_init_extra_voice(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
351
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
397
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
40
static void snd_emu10k1_pcm_ac97adc_interrupt(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
420
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
450
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
499
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
52
static void snd_emu10k1_pcm_ac97mic_interrupt(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
556
static void snd_emu10k1_playback_fill_cache(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
580
static void snd_emu10k1_playback_prepare_voices(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
628
static void snd_emu10k1_playback_commit_volume(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
638
static void snd_emu10k1_playback_unmute_voice(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
64
static void snd_emu10k1_pcm_efx_interrupt(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
651
static void snd_emu10k1_playback_unmute_voices(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
661
static void snd_emu10k1_playback_mute_voice(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
667
static void snd_emu10k1_playback_mute_voices(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
676
static void snd_emu10k1_playback_commit_pitch(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
687
static void snd_emu10k1_playback_trigger_voice(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
696
static void snd_emu10k1_playback_stop_voice(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
705
static void snd_emu10k1_playback_set_running(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
712
static void snd_emu10k1_playback_set_stopped(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
722
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
764
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
834
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
879
static void snd_emu10k1_efx_playback_freeze_voices(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
890
static void snd_emu10k1_efx_playback_unmute_voices(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
899
static void snd_emu10k1_efx_playback_stop_voices(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emupcm.c
914
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emupcm.c
977
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/emuproc.c
164
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
19
static void snd_emu10k1_proc_spdif_status(struct snd_emu10k1 * emu,
sound/pci/emu10k1/emuproc.c
219
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
336
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
388
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
429
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
450
static void snd_emu_proc_emu1010_link_read(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emuproc.c
461
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
510
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
523
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
535
static unsigned int snd_ptr_read(struct snd_emu10k1 * emu,
sound/pci/emu10k1/emuproc.c
549
static void snd_ptr_write(struct snd_emu10k1 *emu,
sound/pci/emu10k1/emuproc.c
568
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
590
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
610
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
65
struct snd_emu10k1 *emu = entry->private_data;
sound/pci/emu10k1/emuproc.c
651
int snd_emu10k1_proc_init(struct snd_emu10k1 *emu)
sound/pci/emu10k1/io.c
120
unsigned int snd_emu10k1_ptr20_read(struct snd_emu10k1 * emu,
sound/pci/emu10k1/io.c
133
void snd_emu10k1_ptr20_write(struct snd_emu10k1 *emu,
sound/pci/emu10k1/io.c
147
int snd_emu10k1_spi_write(struct snd_emu10k1 * emu,
sound/pci/emu10k1/io.c
19
static inline bool check_ptr_reg(struct snd_emu10k1 *emu, unsigned int reg)
sound/pci/emu10k1/io.c
194
int snd_emu10k1_i2c_write(struct snd_emu10k1 *emu,
sound/pci/emu10k1/io.c
254
static void snd_emu1010_fpga_write_locked(struct snd_emu10k1 *emu, u32 reg, u32 value)
sound/pci/emu10k1/io.c
271
void snd_emu1010_fpga_write(struct snd_emu10k1 *emu, u32 reg, u32 value)
sound/pci/emu10k1/io.c
278
void snd_emu1010_fpga_write_lock(struct snd_emu10k1 *emu, u32 reg, u32 value)
sound/pci/emu10k1/io.c
284
void snd_emu1010_fpga_read(struct snd_emu10k1 *emu, u32 reg, u32 *value)
sound/pci/emu10k1/io.c
307
void snd_emu1010_fpga_link_dst_src_write(struct snd_emu10k1 *emu, u32 dst, u32 src)
sound/pci/emu10k1/io.c
31
unsigned int snd_emu10k1_ptr_read(struct snd_emu10k1 * emu, unsigned int reg, unsigned int chn)
sound/pci/emu10k1/io.c
319
u32 snd_emu1010_fpga_link_dst_src_read(struct snd_emu10k1 *emu, u32 dst)
sound/pci/emu10k1/io.c
332
int snd_emu1010_get_raw_rate(struct snd_emu10k1 *emu, u8 src)
sound/pci/emu10k1/io.c
365
void snd_emu1010_update_clock(struct snd_emu10k1 *emu)
sound/pci/emu10k1/io.c
404
void snd_emu1010_load_firmware_entry(struct snd_emu10k1 *emu, int dock,
sound/pci/emu10k1/io.c
457
void snd_emu10k1_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb)
sound/pci/emu10k1/io.c
466
void snd_emu10k1_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb)
sound/pci/emu10k1/io.c
475
void snd_emu10k1_voice_intr_enable(struct snd_emu10k1 *emu, unsigned int voicenum)
sound/pci/emu10k1/io.c
492
void snd_emu10k1_voice_intr_disable(struct snd_emu10k1 *emu, unsigned int voicenum)
sound/pci/emu10k1/io.c
509
void snd_emu10k1_voice_intr_ack(struct snd_emu10k1 *emu, unsigned int voicenum)
sound/pci/emu10k1/io.c
522
void snd_emu10k1_voice_half_loop_intr_enable(struct snd_emu10k1 *emu, unsigned int voicenum)
sound/pci/emu10k1/io.c
539
void snd_emu10k1_voice_half_loop_intr_disable(struct snd_emu10k1 *emu, unsigned int voicenum)
sound/pci/emu10k1/io.c
556
void snd_emu10k1_voice_half_loop_intr_ack(struct snd_emu10k1 *emu, unsigned int voicenum)
sound/pci/emu10k1/io.c
570
void snd_emu10k1_voice_set_loop_stop(struct snd_emu10k1 *emu, unsigned int voicenum)
sound/pci/emu10k1/io.c
587
void snd_emu10k1_voice_clear_loop_stop(struct snd_emu10k1 *emu, unsigned int voicenum)
sound/pci/emu10k1/io.c
60
void snd_emu10k1_ptr_write(struct snd_emu10k1 *emu, unsigned int reg, unsigned int chn, unsigned int data)
sound/pci/emu10k1/io.c
605
void snd_emu10k1_voice_set_loop_stop_multiple(struct snd_emu10k1 *emu, u64 voices)
sound/pci/emu10k1/io.c
614
void snd_emu10k1_voice_clear_loop_stop_multiple(struct snd_emu10k1 *emu, u64 voices)
sound/pci/emu10k1/io.c
623
int snd_emu10k1_voice_clear_loop_stop_multiple_atomic(struct snd_emu10k1 *emu, u64 voices)
sound/pci/emu10k1/io.c
681
void snd_emu10k1_wait(struct snd_emu10k1 *emu, unsigned int wait)
sound/pci/emu10k1/io.c
702
struct snd_emu10k1 *emu = ac97->private_data;
sound/pci/emu10k1/io.c
711
struct snd_emu10k1 *emu = ac97->private_data;
sound/pci/emu10k1/io.c
91
void snd_emu10k1_ptr_write_multiple(struct snd_emu10k1 *emu, unsigned int chn, ...)
sound/pci/emu10k1/irq.c
14
struct snd_emu10k1 *emu = dev_id;
sound/pci/emu10k1/memory.c
134
static int map_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
165
static int unmap_memblk(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
206
search_empty(struct snd_emu10k1 *emu, int size)
sound/pci/emu10k1/memory.c
237
static int is_valid_page(struct snd_emu10k1 *emu, dma_addr_t addr)
sound/pci/emu10k1/memory.c
258
int snd_emu10k1_memblk_map(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
299
snd_emu10k1_alloc_pages(struct snd_emu10k1 *emu, struct snd_pcm_substream *substream)
sound/pci/emu10k1/memory.c
353
int snd_emu10k1_free_pages(struct snd_emu10k1 *emu, struct snd_util_memblk *blk)
sound/pci/emu10k1/memory.c
369
int snd_emu10k1_alloc_pages_maybe_wider(struct snd_emu10k1 *emu, size_t size,
sound/pci/emu10k1/memory.c
397
snd_emu10k1_synth_alloc(struct snd_emu10k1 *hw, unsigned int size)
sound/pci/emu10k1/memory.c
42
static inline void set_ptb_entry(struct snd_emu10k1 *emu, int page, dma_addr_t addr)
sound/pci/emu10k1/memory.c
420
snd_emu10k1_synth_free(struct snd_emu10k1 *emu, struct snd_util_memblk *memblk)
sound/pci/emu10k1/memory.c
464
static void __synth_free_pages(struct snd_emu10k1 *emu, int first_page,
sound/pci/emu10k1/memory.c
496
static int synth_alloc_pages(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
528
static int synth_free_pages(struct snd_emu10k1 *emu, struct snd_emu10k1_memblk *blk)
sound/pci/emu10k1/memory.c
53
static inline void set_silent_ptb(struct snd_emu10k1 *emu, int page)
sound/pci/emu10k1/memory.c
538
static inline void *offset_ptr(struct snd_emu10k1 *emu, int page, int offset)
sound/pci/emu10k1/memory.c
556
int snd_emu10k1_synth_memset(struct snd_emu10k1 *emu, struct snd_util_memblk *blk,
sound/pci/emu10k1/memory.c
616
int snd_emu10k1_synth_copy_from_user(struct snd_emu10k1 *emu, struct snd_util_memblk *blk,
sound/pci/emu10k1/memory.c
69
static int synth_alloc_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
sound/pci/emu10k1/memory.c
70
static int synth_free_pages(struct snd_emu10k1 *hw, struct snd_emu10k1_memblk *blk);
sound/pci/emu10k1/memory.c
95
static int search_empty_map_area(struct snd_emu10k1 *emu, int npages, struct list_head **nextp)
sound/pci/emu10k1/p16v.c
238
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/p16v.c
305
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/p16v.c
343
static void snd_p16v_intr_enable(struct snd_emu10k1 *emu, unsigned int intrenb)
sound/pci/emu10k1/p16v.c
352
static void snd_p16v_intr_disable(struct snd_emu10k1 *emu, unsigned int intrenb)
sound/pci/emu10k1/p16v.c
361
static void snd_p16v_interrupt(struct snd_emu10k1 *emu)
sound/pci/emu10k1/p16v.c
401
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/p16v.c
453
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/p16v.c
482
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/p16v.c
507
struct snd_emu10k1 *emu = snd_pcm_substream_chip(substream);
sound/pci/emu10k1/p16v.c
550
int snd_p16v_pcm(struct snd_emu10k1 *emu, int device)
sound/pci/emu10k1/p16v.c
617
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/p16v.c
636
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/p16v.c
672
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/p16v.c
681
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/p16v.c
711
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/p16v.c
720
struct snd_emu10k1 *emu = snd_kcontrol_chip(kcontrol);
sound/pci/emu10k1/p16v.c
775
int snd_p16v_mixer(struct snd_emu10k1 *emu)
sound/pci/emu10k1/p16v.c
792
int snd_p16v_alloc_pm_buffer(struct snd_emu10k1 *emu)
sound/pci/emu10k1/p16v.c
800
void snd_p16v_free_pm_buffer(struct snd_emu10k1 *emu)
sound/pci/emu10k1/p16v.c
805
void snd_p16v_suspend(struct snd_emu10k1 *emu)
sound/pci/emu10k1/p16v.c
816
void snd_p16v_resume(struct snd_emu10k1 *emu)
sound/pci/emu10k1/timer.c
16
struct snd_emu10k1 *emu;
sound/pci/emu10k1/timer.c
30
struct snd_emu10k1 *emu;
sound/pci/emu10k1/timer.c
39
struct snd_emu10k1 *emu = snd_timer_chip(timer);
sound/pci/emu10k1/timer.c
51
struct snd_emu10k1 *emu = snd_timer_chip(timer);
sound/pci/emu10k1/timer.c
70
int snd_emu10k1_timer(struct snd_emu10k1 *emu, int device)
sound/pci/emu10k1/voice.c
121
int snd_emu10k1_voice_free(struct snd_emu10k1 *emu,
sound/pci/emu10k1/voice.c
24
static int voice_alloc(struct snd_emu10k1 *emu, int type, int number,
sound/pci/emu10k1/voice.c
67
static void voice_free(struct snd_emu10k1 *emu,
sound/pci/emu10k1/voice.c
77
int snd_emu10k1_voice_alloc(struct snd_emu10k1 *emu, int type, int count, int channels,