Lines Matching refs: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, \
213 /* simple show/store functions for attributes */
233 ssize_t(*show) (void *, char *);
237 /* Set of show/store abstract level functions for PCI Parity object */
244 if (edac_pci_dev->show)
245 return edac_pci_dev->show(edac_pci_dev->value, buffer);
262 .show = edac_pci_dev_show,
270 .show = _show, \
278 .show = _show, \