Lines Matching defs:private_data
61 static int snd_opl4_seq_use(void *private_data, struct snd_seq_port_subscribe *info)
63 struct snd_opl4 *opl4 = private_data;
82 static int snd_opl4_seq_unuse(void *private_data, struct snd_seq_port_subscribe *info)
84 struct snd_opl4 *opl4 = private_data;
106 void *private_data, int atomic, int hop)
108 struct snd_opl4 *opl4 = private_data;
114 static void snd_opl4_seq_free_port(void *private_data)
116 struct snd_opl4 *opl4 = private_data;
138 opl4->chset->private_data = opl4;
157 pcallbacks.private_data = opl4;