Searched refs:INSTANCE_ATTR (Results 1 – 2 of 2) sorted by relevance
/linux-2.6.39/drivers/edac/ |
D | edac_pci_sysfs.c | 130 #define INSTANCE_ATTR(_name, _mode, _show, _store) \ macro 137 INSTANCE_ATTR(pe_count, S_IRUGO, instance_pe_count_show, NULL); 138 INSTANCE_ATTR(npe_count, S_IRUGO, instance_npe_count_show, NULL);
|
D | edac_device_sysfs.c | 386 #define INSTANCE_ATTR(_name,_mode,_show,_store) \ macro 398 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL); 399 INSTANCE_ATTR(ue_count, S_IRUGO, instance_ue_count_show, NULL);
|