Lines Matching refs:show
28 * Set of edac_device_ctl_info attribute store/show functions
82 /* 'poll_msec' show and store functions*/
109 ssize_t(*show) (struct edac_device_ctl_info *, char *);
116 /* Function to 'show' fields from the edac_dev 'ctl_info' structure */
123 if (ctl_info_attr->show)
124 return ctl_info_attr->show(edac_dev, buffer);
143 .show = edac_dev_ctl_info_show,
150 .show = _show, \
307 * Set of low-level instance attribute show functions
341 ssize_t(*show) (struct edac_device_instance *, char *);
345 /* Function to 'show' fields from the edac_dev 'instance' structure */
352 if (instance_attr->show)
353 return instance_attr->show(instance, buffer);
372 .show = edac_dev_instance_show,
379 .show = _show, \
385 * Each contains a pointer to a show and an optional set
412 * Set of low-level block attribute show functions
447 /* Function to 'show' fields from the edac_dev 'block' structure */
454 if (block_attr->show)
455 return block_attr->show(kobj, attr, buffer);
475 .show = edac_dev_block_show,
482 .show = _show, \