Searched refs:mem_repair (Results 1 – 3 of 3) sorted by relevance
67 ctx->mem_repair[inst].mem_repair_ops; \71 ret = ops->cb(ras_feat_dev->parent, ctx->mem_repair[inst].private, \105 ctx->mem_repair[inst].mem_repair_ops; \113 ret = ops->cb(ras_feat_dev->parent, ctx->mem_repair[inst].private, \140 const struct edac_mem_repair_ops *ops = ctx->mem_repair[inst].mem_repair_ops; \ in MR_ATTR_STORE()148 ret = ops->cb(ras_feat_dev->parent, ctx->mem_repair[inst].private, data); \ in MR_ATTR_STORE()163 const struct edac_mem_repair_ops *ops = ctx->mem_repair[inst].mem_repair_ops;
575 kfree(ctx->mem_repair); in edac_dev_release()657 ctx->mem_repair = kzalloc_objs(*ctx->mem_repair, mem_repair_cnt); in edac_dev_register()658 if (!ctx->mem_repair) in edac_dev_register()708 dev_data = &ctx->mem_repair[mem_repair_cnt]; in edac_dev_register()746 kfree(ctx->mem_repair); in edac_dev_register()
869 struct edac_dev_data *mem_repair; member