Lines Matching refs:f_ecm_opts
680 struct f_ecm_opts *ecm_opts; in ecm_bind()
685 ecm_opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_bind()
807 static inline struct f_ecm_opts *to_f_ecm_opts(struct config_item *item) in to_f_ecm_opts()
809 return container_of(to_config_group(item), struct f_ecm_opts, in to_f_ecm_opts()
844 struct f_ecm_opts *opts; in ecm_free_inst()
846 opts = container_of(f, struct f_ecm_opts, func_inst); in ecm_free_inst()
856 struct f_ecm_opts *opts; in ecm_alloc_inst()
904 struct f_ecm_opts *opts; in ecm_free()
907 opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_free()
934 struct f_ecm_opts *opts; in ecm_alloc()
942 opts = container_of(fi, struct f_ecm_opts, func_inst); in ecm_alloc()