Lines Matching refs:func_inst
1069 func_inst.group); in to_f_midi_opts()
1076 usb_put_function_instance(&opts->func_inst); in midi_attr_release()
1202 opts = container_of(f, struct f_midi_opts, func_inst); in f_midi_free_inst()
1285 opts->func_inst.free_func_inst = f_midi_free_inst; in f_midi_alloc_inst()
1294 if (create_alsa_device(&opts->func_inst)) { in f_midi_alloc_inst()
1299 config_group_init_type_name(&opts->func_inst.group, "", in f_midi_alloc_inst()
1302 return &opts->func_inst; in f_midi_alloc_inst()
1312 opts = container_of(f->fi, struct f_midi_opts, func_inst); in f_midi_free()
1319 opts->func_inst.f = NULL; in f_midi_free()
1324 f_midi_free_inst(&opts->func_inst); in f_midi_free()
1357 opts = container_of(fi, struct f_midi_opts, func_inst); in f_midi_alloc()