Lines Matching defs:show
92 ssize_t(*show) (struct edac_pci_ctl_info *, char *);
96 /* Function to 'show' fields from the edac_pci 'instance' structure */
103 if (instance_attr->show)
104 return instance_attr->show(pci, buffer);
123 .show = edac_pci_instance_show,
130 .show = _show, \
214 /* simple show/store functions for attributes */
234 ssize_t(*show) (void *, char *);
238 /* Set of show/store abstract level functions for PCI Parity object */
245 if (edac_pci_dev->show)
246 return edac_pci_dev->show(edac_pci_dev->value, buffer);
263 .show = edac_pci_dev_show,
271 .show = _show, \
279 .show = _show, \