Searched refs:oper (Results 1 – 3 of 3) sorted by relevance
46 struct snd_seq_oss_callback oper; member104 rec->oper = reg->oper; in snd_seq_oss_synth_probe()213 if (rec->oper.open == NULL || rec->oper.close == NULL) { in snd_seq_oss_synth_setup()226 if (!try_module_get(rec->oper.owner)) { in snd_seq_oss_synth_setup()230 if (rec->oper.open(&info->arg, rec->private_data) < 0) { in snd_seq_oss_synth_setup()231 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()239 rec->oper.close(&info->arg); in snd_seq_oss_synth_setup()240 module_put(rec->oper.owner); in snd_seq_oss_synth_setup()315 rec->oper.close(&info->arg); in snd_seq_oss_synth_cleanup()316 module_put(rec->oper.owner); in snd_seq_oss_synth_cleanup()[all …]
110 arg->oper = oss_callback; in snd_opl3_init_seq_oss()
68 arg->oper = oss_callback; in snd_emux_init_seq_oss()