Lines Matching refs:f_tcm_opts
1344 struct f_tcm_opts *opts; in usbg_make_tpg()
1359 opts = container_of(tpg_instances[i].func_inst, struct f_tcm_opts, in usbg_make_tpg()
1427 struct f_tcm_opts *opts; in usbg_drop_tpg()
1440 struct f_tcm_opts, func_inst); in usbg_drop_tpg()
1995 struct f_tcm_opts *opts; in tcm_bind()
1999 opts = container_of(f->fi, struct f_tcm_opts, func_inst); in tcm_bind()
2150 static inline struct f_tcm_opts *to_f_tcm_opts(struct config_item *item) in to_f_tcm_opts()
2152 return container_of(to_config_group(item), struct f_tcm_opts, in to_f_tcm_opts()
2158 struct f_tcm_opts *opts = to_f_tcm_opts(item); in tcm_attr_release()
2174 struct f_tcm_opts *opts; in tcm_free_inst()
2177 opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_free_inst()
2192 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_register_callback()
2203 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_unregister_callback()
2215 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in usbg_attach()
2226 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in usbg_detach()
2234 struct f_tcm_opts *opts = container_of(f, struct f_tcm_opts, func_inst); in tcm_set_name()
2247 struct f_tcm_opts *opts; in tcm_alloc_inst()