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, \
341 ssize_t(*show) (struct edac_device_instance *, char *); member
352 if (instance_attr->show) in edac_dev_instance_show()
353 return instance_attr->show(instance, buffer); in edac_dev_instance_show()
372 .show = edac_dev_instance_show,
379 .show = _show, \
454 if (block_attr->show) in edac_dev_block_show()
455 return block_attr->show(kobj, attr, buffer); in edac_dev_block_show()
475 .show = edac_dev_block_show,
482 .show = _show, \