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, \
340 ssize_t(*show) (struct edac_device_instance *, char *); member
351 if (instance_attr->show) in edac_dev_instance_show()
352 return instance_attr->show(instance, buffer); in edac_dev_instance_show()
371 .show = edac_dev_instance_show,
378 .show = _show, \
453 if (block_attr->show) in edac_dev_block_show()
454 return block_attr->show(kobj, attr, buffer); in edac_dev_block_show()
474 .show = edac_dev_block_show,
481 .show = _show, \