Lines Matching refs:f_ncm_opts
1415 struct f_ncm_opts *ncm_opts; in ncm_bind()
1420 ncm_opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_bind()
1563 static inline struct f_ncm_opts *to_f_ncm_opts(struct config_item *item) in to_f_ncm_opts()
1565 return container_of(to_config_group(item), struct f_ncm_opts, in to_f_ncm_opts()
1600 struct f_ncm_opts *opts; in ncm_free_inst()
1602 opts = container_of(f, struct f_ncm_opts, func_inst); in ncm_free_inst()
1613 struct f_ncm_opts *opts; in ncm_alloc_inst()
1652 struct f_ncm_opts *opts; in ncm_free()
1655 opts = container_of(f->fi, struct f_ncm_opts, func_inst); in ncm_free()
1688 struct f_ncm_opts *opts; in ncm_alloc()
1696 opts = container_of(fi, struct f_ncm_opts, func_inst); in ncm_alloc()