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
307
static ssize_t instance_ue_count_show(struct edac_device_instance *instance,
drivers/edac/edac_device_sysfs.c
313
static ssize_t instance_ce_count_show(struct edac_device_instance *instance,
drivers/edac/edac_device_sysfs.c
319
#define to_instance(k) container_of(k, struct edac_device_instance, kobj)
drivers/edac/edac_device_sysfs.c
325
struct edac_device_instance *instance;
drivers/edac/edac_device_sysfs.c
339
ssize_t(*show) (struct edac_device_instance *, char *);
drivers/edac/edac_device_sysfs.c
340
ssize_t(*store) (struct edac_device_instance *, const char *, size_t);
drivers/edac/edac_device_sysfs.c
347
struct edac_device_instance *instance = to_instance(kobj);
drivers/edac/edac_device_sysfs.c
360
struct edac_device_instance *instance = to_instance(kobj);
drivers/edac/edac_device_sysfs.c
493
struct edac_device_instance *instance,
drivers/edac/edac_device_sysfs.c
597
struct edac_device_instance *instance;
drivers/edac/edac_device_sysfs.c
663
struct edac_device_instance *instance;