Lines Matching refs:f_rndis_opts
675 struct f_rndis_opts *rndis_opts; in rndis_bind()
680 rndis_opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_bind()
833 struct f_rndis_opts *opts; in rndis_borrow_net()
835 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_borrow_net()
845 static inline struct f_rndis_opts *to_f_rndis_opts(struct config_item *item) in to_f_rndis_opts()
847 return container_of(to_config_group(item), struct f_rndis_opts, in to_f_rndis_opts()
882 struct f_rndis_opts *opts; in rndis_free_inst()
884 opts = container_of(f, struct f_rndis_opts, func_inst); in rndis_free_inst()
898 struct f_rndis_opts *opts; in rndis_alloc_inst()
930 struct f_rndis_opts *opts; in rndis_free()
934 opts = container_of(f->fi, struct f_rndis_opts, func_inst); in rndis_free()
956 struct f_rndis_opts *opts; in rndis_alloc()
964 opts = container_of(fi, struct f_rndis_opts, func_inst); in rndis_alloc()