Lines Matching refs:func_inst
669 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind()
826 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
839 func_inst.group); in to_f_rndis_opts()
887 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
912 opts->func_inst.free_func_inst = rndis_free_inst; in rndis_alloc_inst()
927 config_group_init_type_name(&opts->func_inst.group, "", in rndis_alloc_inst()
930 usb_os_desc_prepare_interf_dir(&opts->func_inst.group, 1, descs, in rndis_alloc_inst()
933 rndis_free_inst(&opts->func_inst); in rndis_alloc_inst()
938 return &opts->func_inst; in rndis_alloc_inst()
948 opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_free()
978 opts = container_of(fi, struct f_rndis_opts, func_inst); in rndis_alloc()