Lines Matching refs:f_ecm_opts
683 struct f_ecm_opts *ecm_opts; in ecm_bind()
690 ecm_opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_bind()
803 static inline struct f_ecm_opts *to_f_ecm_opts(struct config_item *item) in to_f_ecm_opts()
805 return container_of(to_config_group(item), struct f_ecm_opts, in to_f_ecm_opts()
840 struct f_ecm_opts *opts; in ecm_free_inst()
842 opts = container_of(f, struct f_ecm_opts, func_inst); in ecm_free_inst()
852 struct f_ecm_opts *opts; in ecm_alloc_inst()
900 struct f_ecm_opts *opts; in ecm_free()
903 opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_free()
913 struct f_ecm_opts *ecm_opts; in ecm_unbind()
917 ecm_opts = container_of(f->fi, struct f_ecm_opts, func_inst); in ecm_unbind()
937 struct f_ecm_opts *opts; in ecm_alloc()
945 opts = container_of(fi, struct f_ecm_opts, func_inst); in ecm_alloc()