Lines Matching refs:f_rndis_opts
705 struct f_rndis_opts *rndis_opts; in rndis_bind()
710 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind()
864 struct f_rndis_opts *opts; in rndis_borrow_net()
866 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
876 static inline struct f_rndis_opts *to_f_rndis_opts(struct config_item *item) in to_f_rndis_opts()
878 return container_of(to_config_group(item), struct f_rndis_opts, in to_f_rndis_opts()
913 struct f_rndis_opts *opts; in rndis_free_inst()
915 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
929 struct f_rndis_opts *opts; in rndis_alloc_inst()
961 struct f_rndis_opts *opts; in rndis_free()
965 opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_free()
987 struct f_rndis_opts *opts; in rndis_alloc()
995 opts = container_of(fi, struct f_rndis_opts, func_inst); in rndis_alloc()