Searched refs:INSTANCE_ATTR (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/edac/ |
D | edac_pci_sysfs.c | 127 #define INSTANCE_ATTR(_name, _mode, _show, _store) \ macro 134 INSTANCE_ATTR(pe_count, S_IRUGO, instance_pe_count_show, NULL); 135 INSTANCE_ATTR(npe_count, S_IRUGO, instance_npe_count_show, NULL);
|
D | edac_device_sysfs.c | 374 #define INSTANCE_ATTR(_name,_mode,_show,_store) \ macro 386 INSTANCE_ATTR(ce_count, S_IRUGO, instance_ce_count_show, NULL); 387 INSTANCE_ATTR(ue_count, S_IRUGO, instance_ue_count_show, NULL);
|