Lines Matching refs:func_inst
682 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind()
841 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
854 func_inst.group); in to_f_rndis_opts()
902 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
927 opts->func_inst.free_func_inst = rndis_free_inst; in rndis_alloc_inst()
942 config_group_init_type_name(&opts->func_inst.group, "", in rndis_alloc_inst()
945 usb_os_desc_prepare_interf_dir(&opts->func_inst.group, 1, descs, in rndis_alloc_inst()
948 rndis_free_inst(&opts->func_inst); in rndis_alloc_inst()
953 return &opts->func_inst; in rndis_alloc_inst()
963 opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_free()
993 opts = container_of(fi, struct f_rndis_opts, func_inst); in rndis_alloc()