Lines Matching refs:ssize_t
32 static ssize_t edac_device_ctl_log_ue_show(struct edac_device_ctl_info in edac_device_ctl_log_ue_show()
38 static ssize_t edac_device_ctl_log_ue_store(struct edac_device_ctl_info in edac_device_ctl_log_ue_store()
49 static ssize_t edac_device_ctl_log_ce_show(struct edac_device_ctl_info in edac_device_ctl_log_ce_show()
55 static ssize_t edac_device_ctl_log_ce_store(struct edac_device_ctl_info in edac_device_ctl_log_ce_store()
66 static ssize_t edac_device_ctl_panic_on_ue_show(struct edac_device_ctl_info in edac_device_ctl_panic_on_ue_show()
72 static ssize_t edac_device_ctl_panic_on_ue_store(struct edac_device_ctl_info in edac_device_ctl_panic_on_ue_store()
83 static ssize_t edac_device_ctl_poll_msec_show(struct edac_device_ctl_info in edac_device_ctl_poll_msec_show()
89 static ssize_t edac_device_ctl_poll_msec_store(struct edac_device_ctl_info in edac_device_ctl_poll_msec_store()
109 ssize_t(*show) (struct edac_device_ctl_info *, char *);
110 ssize_t(*store) (struct edac_device_ctl_info *, const char *, size_t);
117 static ssize_t edac_dev_ctl_info_show(struct kobject *kobj, in edac_dev_ctl_info_show()
129 static ssize_t edac_dev_ctl_info_store(struct kobject *kobj, in edac_dev_ctl_info_store()
317 static ssize_t instance_ue_count_show(struct edac_device_instance *instance, in instance_ue_count_show()
323 static ssize_t instance_ce_count_show(struct edac_device_instance *instance, in instance_ce_count_show()
349 ssize_t(*show) (struct edac_device_instance *, char *);
350 ssize_t(*store) (struct edac_device_instance *, const char *, size_t);
354 static ssize_t edac_dev_instance_show(struct kobject *kobj, in edac_dev_instance_show()
366 static ssize_t edac_dev_instance_store(struct kobject *kobj, in edac_dev_instance_store()
422 static ssize_t block_ue_count_show(struct kobject *kobj, in block_ue_count_show()
430 static ssize_t block_ce_count_show(struct kobject *kobj, in block_ce_count_show()
456 static ssize_t edac_dev_block_show(struct kobject *kobj, in edac_dev_block_show()
468 static ssize_t edac_dev_block_store(struct kobject *kobj, in edac_dev_block_store()