Home
last modified time | relevance | path

Searched refs:SNDRV_SEQ_DEVICE_ARGPTR (Results 1 – 13 of 13) sorted by relevance

/linux/sound/drivers/opl4/
H A Dopl4_seq.c134 opl4 = *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl4_seq_probe()
189 opl4 = *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl4_seq_remove()
H A Dopl4_lib.c156 *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(opl4->seq_dev) = opl4; in snd_opl4_create_seq_dev()
/linux/include/sound/
H A Dseq_device.h65 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device)) macro
/linux/sound/drivers/opl3/
H A Dopl3_seq.c215 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_probe()
255 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_remove()
H A Dopl3_oss.c101 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_init_seq_oss()
H A Dopl3_lib.c530 *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(opl3->seq_dev) = opl3; in snd_opl3_hwdep_new()
/linux/sound/pci/emu10k1/
H A Demu10k1_synth.c26 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emu10k1_synth_probe()
H A Demu10k1.c156 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_card_emu10k1_probe()
/linux/sound/isa/sb/
H A Demu8000_synth.c30 hw = *(struct snd_emu8000**)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emu8000_probe()
H A Demu8000.c1101 *(struct snd_emu8000 **)SNDRV_SEQ_DEVICE_ARGPTR(awe) = hw; in snd_emu8000_new()
/linux/sound/pci/au88x0/
H A Dau88x0.c273 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in __snd_vortex_probe()
/linux/sound/synth/emux/
H A Demux_oss.c64 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emux_init_seq_oss()
/linux/sound/core/seq/oss/
H A Dseq_oss_synth.c94 struct snd_seq_oss_reg *reg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_seq_oss_synth_probe()