Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/edac/
Dedac_pci_sysfs.c127 #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);
Dedac_device_sysfs.c374 #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);