Lines Matching defs:private_data
87 static int snd_opl3_synth_use(void *private_data, struct snd_seq_port_subscribe * info)
89 struct snd_opl3 *opl3 = private_data;
116 static int snd_opl3_synth_unuse(void *private_data, struct snd_seq_port_subscribe * info)
118 struct snd_opl3 *opl3 = private_data;
141 void *private_data, int atomic, int hop)
143 struct snd_opl3 *opl3 = private_data;
151 static void snd_opl3_synth_free_port(void *private_data)
153 struct snd_opl3 *opl3 = private_data;
169 opl3->chset->private_data = opl3;
177 callbacks.private_data = opl3;