Lines Matching refs:f_eem_opts
248 struct f_eem_opts *eem_opts; in eem_bind()
250 eem_opts = container_of(f->fi, struct f_eem_opts, func_inst); in eem_bind()
522 static inline struct f_eem_opts *to_f_eem_opts(struct config_item *item) in to_f_eem_opts()
524 return container_of(to_config_group(item), struct f_eem_opts, in to_f_eem_opts()
559 struct f_eem_opts *opts; in eem_free_inst()
561 opts = container_of(f, struct f_eem_opts, func_inst); in eem_free_inst()
571 struct f_eem_opts *opts; in eem_alloc_inst()
593 struct f_eem_opts *opts; in eem_free()
596 opts = container_of(f->fi, struct f_eem_opts, func_inst); in eem_free()
613 struct f_eem_opts *opts; in eem_alloc()
620 opts = container_of(fi, struct f_eem_opts, func_inst); in eem_alloc()