Searched refs:tmi_ops (Results 1 – 5 of 5) sorted by relevance
184 if ((mod->tm_info->tmi_ops = topo_mod_alloc(mod, in topo_mod_register()198 mod->tm_info->tmi_ops->tmo_enum = mip->tmi_ops->tmo_enum; in topo_mod_register()199 mod->tm_info->tmi_ops->tmo_release = mip->tmi_ops->tmo_release; in topo_mod_register()222 if (mod->tm_info->tmi_ops != NULL) in topo_mod_unregister()223 topo_mod_free(mod, mod->tm_info->tmi_ops, in topo_mod_unregister()254 err = enum_mod->tm_info->tmi_ops->tmo_enum(enum_mod, node, name, min, in topo_mod_enumerate()
58 topo_modops_t *tmi_ops; /* module ops vector */ member
53 if (mod->tm_info->tmi_ops->tmo_release != NULL) in topo_mod_release()54 mod->tm_info->tmi_ops->tmo_release(mod, node); in topo_mod_release()
68 const topo_modops_t *tmi_ops; /* module ops vector */ member
173 if (mod->tm_info->tmi_ops->tmo_release != NULL) in topo_node_destroy()174 mod->tm_info->tmi_ops->tmo_release(mod, node); in topo_node_destroy()