Lines Matching refs:f_tcm_opts
1320 struct f_tcm_opts *opts; in usbg_make_tpg()
1335 opts = container_of(tpg_instances[i].func_inst, struct f_tcm_opts, in usbg_make_tpg()
1403 struct f_tcm_opts *opts; in usbg_drop_tpg()
1416 struct f_tcm_opts, func_inst); in usbg_drop_tpg()
1948 struct f_tcm_opts *opts; in tcm_bind()
1952 opts = container_of(f->fi, struct f_tcm_opts, func_inst); in tcm_bind()
2103 static inline struct f_tcm_opts *to_f_tcm_opts(struct config_item *item) in to_f_tcm_opts()
2105 return container_of(to_config_group(item), struct f_tcm_opts, in to_f_tcm_opts()
2111 struct f_tcm_opts *opts = to_f_tcm_opts(item); in tcm_attr_release()
2127 struct f_tcm_opts *opts; in tcm_free_inst()
2130 opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_free_inst()
2145 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_register_callback()
2156 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_unregister_callback()
2168 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in usbg_attach()
2179 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in usbg_detach()
2187 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_set_name()
2200 struct f_tcm_opts *opts; in tcm_alloc_inst()