Home
last modified time | relevance | path

Searched refs:mem_repair (Results 1 – 4 of 4) 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.c579 kfree(ctx->mem_repair); in edac_dev_release()
661 ctx->mem_repair = kzalloc_objs(*ctx->mem_repair, mem_repair_cnt); in edac_dev_register()
662 if (!ctx->mem_repair) in edac_dev_register()
712 dev_data = &ctx->mem_repair[mem_repair_cnt]; in edac_dev_register()
750 kfree(ctx->mem_repair); in edac_dev_register()
H A DMakefile17 edac_core-$(CONFIG_EDAC_MEM_REPAIR) += mem_repair.o
/linux/include/linux/
H A Dedac.h868 struct edac_dev_data *mem_repair; member