Lines Matching refs:func_inst
679 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind()
838 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
851 func_inst.group); in to_f_rndis_opts()
899 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
924 opts->func_inst.free_func_inst = rndis_free_inst; in rndis_alloc_inst()
939 config_group_init_type_name(&opts->func_inst.group, "", in rndis_alloc_inst()
942 usb_os_desc_prepare_interf_dir(&opts->func_inst.group, 1, descs, in rndis_alloc_inst()
945 rndis_free_inst(&opts->func_inst); in rndis_alloc_inst()
950 return &opts->func_inst; in rndis_alloc_inst()
960 opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_free()
990 opts = container_of(fi, struct f_rndis_opts, func_inst); in rndis_alloc()