Lines Matching refs:func_inst
154 return container_of(agdev->func.fi, struct f_uac2_opts, func_inst); in agdev_to_uac2_opts()
372 opts = container_of(audio_dev->func.fi, struct f_uac2_opts, func_inst); in uac2_pcm_open()
455 opts = container_of(audio_dev->func.fi, struct f_uac2_opts, func_inst); in snd_uac2_probe()
1014 uac2_opts = container_of(fn->fi, struct f_uac2_opts, func_inst); in afunc_bind()
1445 func_inst.group); in to_f_uac2_opts()
1455 usb_put_function_instance(&opts->func_inst); in f_uac2_attr_release()
1533 opts = container_of(f, struct f_uac2_opts, func_inst); in afunc_free_inst()
1546 opts->func_inst.free_func_inst = afunc_free_inst; in afunc_alloc_inst()
1548 config_group_init_type_name(&opts->func_inst.group, "", in afunc_alloc_inst()
1557 return &opts->func_inst; in afunc_alloc_inst()
1566 opts = container_of(f->fi, struct f_uac2_opts, func_inst); in afunc_free()
1602 opts = container_of(fi, struct f_uac2_opts, func_inst); in afunc_alloc()