Home
last modified time | relevance | path

Searched refs:mem_repair (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/edac/
H A Dmem_repair.c67 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;
H A Dedac_device.c575 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()
/linux/include/linux/
H A Dedac.h869 struct edac_dev_data *mem_repair; member