Searched refs:tmi_ops (Results 1 – 6 of 6) sorted by relevance
194 if ((mod->tm_info->tmi_ops = topo_mod_alloc(mod, in topo_mod_register()208 mod->tm_info->tmi_ops->tmo_enum = mip->tmi_ops->tmo_enum; in topo_mod_register()209 mod->tm_info->tmi_ops->tmo_release = mip->tmi_ops->tmo_release; in topo_mod_register()232 if (mod->tm_info->tmi_ops != NULL) in topo_mod_unregister()233 topo_mod_free(mod, mod->tm_info->tmi_ops, in topo_mod_unregister()264 err = enum_mod->tm_info->tmi_ops->tmo_enum(enum_mod, node, name, min, in topo_mod_enumerate()
56 topo_modops_t *tmi_ops; /* module ops vector */ member
56 if (mod->tm_info->tmi_ops->tmo_release != NULL) in topo_mod_release()57 mod->tm_info->tmi_ops->tmo_release(mod, node); in topo_mod_release()
74 const topo_modops_t *tmi_ops; /* module ops vector */ member
349 .tmi_ops = &pcie_ops
178 if (mod->tm_info->tmi_ops->tmo_release != NULL) in topo_node_destroy()179 mod->tm_info->tmi_ops->tmo_release(mod, node); in topo_node_destroy()