Searched refs:INSTANCE_ATTR (Results 1 - 2 of 2) sorted by relevance

/drivers/edac/
H A Dedac_pci_sysfs.c130 #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);
H A Dedac_device_sysfs.c384 #define INSTANCE_ATTR(_name,_mode,_show,_store) \ macro
396 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL);
397 INSTANCE_ATTR(ue_count, S_IRUGO, instance_ue_count_show, NULL);

Completed in 109 milliseconds