Lines Matching refs:snd_opl4
49 static int snd_opl4_seq_use_inc(struct snd_opl4 *opl4) in snd_opl4_seq_use_inc()
56 static void snd_opl4_seq_use_dec(struct snd_opl4 *opl4) in snd_opl4_seq_use_dec()
63 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_use()
90 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_unuse()
114 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_event_input()
122 struct snd_opl4 *opl4 = private_data; in snd_opl4_seq_free_port()
130 struct snd_opl4 *opl4; in snd_opl4_seq_probe()
134 opl4 = *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl4_seq_probe()
187 struct snd_opl4 *opl4; in snd_opl4_seq_remove()
189 opl4 = *(struct snd_opl4 **)SNDRV_SEQ_DEVICE_ARGPTR(dev); in snd_opl4_seq_remove()
207 .argsize = sizeof(struct snd_opl4 *),