Lines Matching refs:func_inst
680 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind()
839 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
852 func_inst.group); in to_f_rndis_opts()
900 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
925 opts->func_inst.free_func_inst = rndis_free_inst; in rndis_alloc_inst()
940 config_group_init_type_name(&opts->func_inst.group, "", in rndis_alloc_inst()
943 usb_os_desc_prepare_interf_dir(&opts->func_inst.group, 1, descs, in rndis_alloc_inst()
946 rndis_free_inst(&opts->func_inst); in rndis_alloc_inst()
951 return &opts->func_inst; in rndis_alloc_inst()
961 opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_free()
991 opts = container_of(fi, struct f_rndis_opts, func_inst); in rndis_alloc()