Lines Matching refs:f_eem_opts
253 struct f_eem_opts *eem_opts; in eem_bind()
255 eem_opts = container_of(f->fi, struct f_eem_opts, func_inst); in eem_bind()
526 static inline struct f_eem_opts *to_f_eem_opts(struct config_item *item) in to_f_eem_opts()
528 return container_of(to_config_group(item), struct f_eem_opts, in to_f_eem_opts()
563 struct f_eem_opts *opts; in eem_free_inst()
565 opts = container_of(f, struct f_eem_opts, func_inst); in eem_free_inst()
575 struct f_eem_opts *opts; in eem_alloc_inst()
597 struct f_eem_opts *opts; in eem_free()
600 opts = container_of(f->fi, struct f_eem_opts, func_inst); in eem_free()
617 struct f_eem_opts *opts; in eem_alloc()
624 opts = container_of(fi, struct f_eem_opts, func_inst); in eem_alloc()