Home
last modified time | relevance | path

Searched refs:ecs (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/edac/
H A Decs.c48 const struct edac_ecs_ops *ops = ctx->ecs.ecs_ops; \
52 ret = ops->cb(ras_feat_dev->parent, ctx->ecs.private, \
71 const struct edac_ecs_ops *ops = ctx->ecs.ecs_ops; \
79 ret = ops->cb(ras_feat_dev->parent, ctx->ecs.private, \
96 const struct edac_ecs_ops *ops = ctx->ecs.ecs_ops; in EDAC_ECS_ATTR_STORE()
H A Dedac_device.c695 dev_data = &ctx->ecs; in edac_dev_register()
/linux/tools/bpf/
H A Dbpf_exp.l37 %option ecs
/linux/scripts/kconfig/
H A Dlexer.l5 %option nostdinit noyywrap never-interactive full ecs
/linux/Documentation/edac/
H A Dscrub.rst266 `Documentation/ABI/testing/sysfs-edac-ecs`
342 `Documentation/ABI/testing/sysfs-edac-ecs`
/linux/include/linux/
H A Dedac.h867 struct edac_dev_data ecs; member