thunderx_         229 drivers/edac/thunderx_edac.c static ssize_t thunderx_##_type##_##_field##_read(struct file *file,	    \
thunderx_         233 drivers/edac/thunderx_edac.c 	struct thunderx_##_type *pdata = file->private_data;		    \
thunderx_         241 drivers/edac/thunderx_edac.c static ssize_t thunderx_##_type##_##_field##_write(struct file *file,	    \
thunderx_         245 drivers/edac/thunderx_edac.c 	struct thunderx_##_type *pdata = file->private_data;		    \
thunderx_         254 drivers/edac/thunderx_edac.c 		   thunderx_##_type##_##_field##_write,			    \
thunderx_         255 drivers/edac/thunderx_edac.c 		   thunderx_##_type##_##_field##_read)			    \
thunderx_         258 drivers/edac/thunderx_edac.c static ssize_t thunderx_##_type##_##_name##_read(struct file *file,	    \
thunderx_         262 drivers/edac/thunderx_edac.c 	struct thunderx_##_type *pdata = file->private_data;		    \
thunderx_         270 drivers/edac/thunderx_edac.c static ssize_t thunderx_##_type##_##_name##_write(struct file *file,	    \
thunderx_         274 drivers/edac/thunderx_edac.c 	struct thunderx_##_type *pdata = file->private_data;		    \
thunderx_         289 drivers/edac/thunderx_edac.c 	       thunderx_##_type##_##_name##_write,			    \
thunderx_         290 drivers/edac/thunderx_edac.c 	       thunderx_##_type##_##_name##_read)