Home
last modified time | relevance | path

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

/Linux-v5.4/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.c156 *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(opl4->seq_dev) = opl4; in snd_opl4_create_seq_dev()
/Linux-v5.4/include/sound/
Dseq_device.h65 #define SNDRV_SEQ_DEVICE_ARGPTR(dev) (void *)((char *)(dev) + sizeof(struct snd_seq_device)) macro
/Linux-v5.4/sound/drivers/opl3/
Dopl3_seq.c213 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_probe()
252 opl3 = *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_seq_remove()
Dopl3_oss.c101 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl3_init_seq_oss()
Dopl3_lib.c518 *(struct snd_opl3 **)SNDRV_SEQ_DEVICE_ARGPTR(opl3->seq_dev) = opl3; in snd_opl3_hwdep_new()
/Linux-v5.4/sound/pci/emu10k1/
Demu10k1_synth.c27 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emu10k1_synth_probe()
Demu10k1.c161 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_card_emu10k1_probe()
/Linux-v5.4/sound/isa/sb/
Demu8000_synth.c30 hw = *(struct snd_emu8000**)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emu8000_probe()
Demu8000.c1132 *(struct snd_emu8000 **)SNDRV_SEQ_DEVICE_ARGPTR(awe) = hw; in snd_emu8000_new()
/Linux-v5.4/sound/pci/au88x0/
Dau88x0.c322 arg = SNDRV_SEQ_DEVICE_ARGPTR(wave); in snd_vortex_probe()
/Linux-v5.4/sound/synth/emux/
Demux_oss.c64 arg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_emux_init_seq_oss()
/Linux-v5.4/sound/core/seq/oss/
Dseq_oss_synth.c94 struct snd_seq_oss_reg *reg = SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_seq_oss_synth_probe()