Home
last modified time | relevance | path

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

/Linux-v4.19/sound/drivers/opl4/
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()
Dopl4_lib.c169 *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(opl4->seq_dev) = opl4; in snd_opl4_create_seq_dev()
/Linux-v4.19/include/sound/
Dseq_device.h79 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device)) macro
/Linux-v4.19/sound/drivers/opl3/
Dopl3_seq.c227 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_probe()
266 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_remove()
Dopl3_oss.c114 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_init_seq_oss()
Dopl3_lib.c532 *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(opl3->seq_dev) = opl3; in snd_opl3_hwdep_new()
/Linux-v4.19/sound/pci/emu10k1/
Demu10k1_synth.c40 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emu10k1_synth_probe()
Demu10k1.c177 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_card_emu10k1_probe()
/Linux-v4.19/sound/isa/sb/
Demu8000_synth.c43 hw = *(struct snd_emu8000**)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emu8000_probe()
Demu8000.c1145 *(struct snd_emu8000 **)SNDRV_SEQ_DEVICE_ARGPTR(awe) = hw; in snd_emu8000_new()
/Linux-v4.19/sound/pci/au88x0/
Dau88x0.c321 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_vortex_probe()
/Linux-v4.19/sound/synth/emux/
Demux_oss.c77 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emux_init_seq_oss()
/Linux-v4.19/sound/core/seq/oss/
Dseq_oss_synth.c107 struct snd_seq_oss_reg *reg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_seq_oss_synth_probe()