Symbol: edac_device_instance
drivers/edac/edac_device.c
482
struct edac_device_instance *instance;
drivers/edac/edac_device.c
528
struct edac_device_instance *instance;
drivers/edac/edac_device.c
62
struct edac_device_instance *dev_inst, *inst;
drivers/edac/edac_device.c
74
dev_inst = kzalloc_objs(struct edac_device_instance, nr_instances);
drivers/edac/edac_device.h
108
struct edac_device_instance *instance; /* Up Pointer */
drivers/edac/edac_device.h
206
struct edac_device_instance *instances;
drivers/edac/edac_device_sysfs.c
309
static ssize_t instance_ue_count_show(struct edac_device_instance *instance,
drivers/edac/edac_device_sysfs.c
315
static ssize_t instance_ce_count_show(struct edac_device_instance *instance,
drivers/edac/edac_device_sysfs.c
321
#define to_instance(k) container_of(k, struct edac_device_instance, kobj)
drivers/edac/edac_device_sysfs.c
327
struct edac_device_instance *instance;
drivers/edac/edac_device_sysfs.c
341
ssize_t(*show) (struct edac_device_instance *, char *);
drivers/edac/edac_device_sysfs.c
342
ssize_t(*store) (struct edac_device_instance *, const char *, size_t);
drivers/edac/edac_device_sysfs.c
349
struct edac_device_instance *instance = to_instance(kobj);
drivers/edac/edac_device_sysfs.c
362
struct edac_device_instance *instance = to_instance(kobj);
drivers/edac/edac_device_sysfs.c
495
struct edac_device_instance *instance,
drivers/edac/edac_device_sysfs.c
600
struct edac_device_instance *instance;
drivers/edac/edac_device_sysfs.c
666
struct edac_device_instance *instance;