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()
1439 func_inst.group); in to_f_uac2_opts()
1446 usb_put_function_instance(&opts->func_inst); in f_uac2_attr_release()
1521 opts = container_of(f, struct f_uac2_opts, func_inst); in afunc_free_inst()
1534 opts->func_inst.free_func_inst = afunc_free_inst; in afunc_alloc_inst()
1536 config_group_init_type_name(&opts->func_inst.group, "", in afunc_alloc_inst()
1545 return &opts->func_inst; in afunc_alloc_inst()
1554 opts = container_of(f->fi, struct f_uac2_opts, func_inst); in afunc_free()
1585 opts = container_of(fi, struct f_uac2_opts, func_inst); in afunc_alloc()