Lines Matching refs:func_inst
675 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind()
815 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
828 func_inst.group); in to_f_rndis_opts()
876 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
901 opts->func_inst.free_func_inst = rndis_free_inst; in rndis_alloc_inst()
916 config_group_init_type_name(&opts->func_inst.group, "", in rndis_alloc_inst()
919 usb_os_desc_prepare_interf_dir(&opts->func_inst.group, 1, descs, in rndis_alloc_inst()
922 rndis_free_inst(&opts->func_inst); in rndis_alloc_inst()
927 return &opts->func_inst; in rndis_alloc_inst()
937 opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_free()
949 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_unbind()
974 opts = container_of(fi, struct f_rndis_opts, func_inst); in rndis_alloc()