Lines Matching refs:func_inst
1188 ncm_opts = container_of(port->func.fi, struct f_ncm_opts, func_inst); in ncm_unwrap_ntb()
1448 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_bind()
1581 func_inst.group); in to_f_ncm_opts()
1662 opts = container_of(f, struct f_ncm_opts, func_inst); in ncm_free_inst()
1684 opts->func_inst.free_func_inst = ncm_free_inst; in ncm_alloc_inst()
1697 config_group_init_type_name(&opts->func_inst.group, "", &ncm_func_type); in ncm_alloc_inst()
1699 usb_os_desc_prepare_interf_dir(&opts->func_inst.group, 1, descs, in ncm_alloc_inst()
1702 ncm_free_inst(&opts->func_inst); in ncm_alloc_inst()
1707 return &opts->func_inst; in ncm_alloc_inst()
1716 opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_free()
1730 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_unbind()
1764 opts = container_of(fi, struct f_ncm_opts, func_inst); in ncm_alloc()