__prefix          294 drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix)				\
__prefix          295 drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c static int __prefix ## _open(struct inode *inode, struct file *file)	\
__prefix          297 drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c 	return single_open(file, __prefix ## _show, inode->i_private);	\
__prefix          299 drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c static const struct file_operations __prefix ## _fops = {		\
__prefix          301 drivers/gpu/drm/msm/disp/dpu1/dpu_core_irq.c 	.open = __prefix ## _open,					\
__prefix         1193 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix)                          \
__prefix         1194 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c static int __prefix ## _open(struct inode *inode, struct file *file)	\
__prefix         1196 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c 	return single_open(file, __prefix ## _show, inode->i_private);	\
__prefix         1198 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c static const struct file_operations __prefix ## _fops = {		\
__prefix         1200 drivers/gpu/drm/msm/disp/dpu1/dpu_crtc.c 	.open = __prefix ## _open,					\
__prefix          107 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix)				\
__prefix          108 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c static int __prefix ## _open(struct inode *inode, struct file *file)	\
__prefix          110 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 	return single_open(file, __prefix ## _show, inode->i_private);	\
__prefix          112 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c static const struct file_operations __prefix ## _fops = {		\
__prefix          114 drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c 	.open = __prefix ## _open,					\