Lines Matching refs:show
109 ssize_t(*show) (struct edac_device_ctl_info *, char *); member
123 if (ctl_info_attr->show) in edac_dev_ctl_info_show()
124 return ctl_info_attr->show(edac_dev, buffer); in edac_dev_ctl_info_show()
143 .show = edac_dev_ctl_info_show,
150 .show = _show, \
349 ssize_t(*show) (struct edac_device_instance *, char *); member
360 if (instance_attr->show) in edac_dev_instance_show()
361 return instance_attr->show(instance, buffer); in edac_dev_instance_show()
380 .show = edac_dev_instance_show,
387 .show = _show, \
462 if (block_attr->show) in edac_dev_block_show()
463 return block_attr->show(kobj, attr, buffer); in edac_dev_block_show()
483 .show = edac_dev_block_show,
490 .show = _show, \