Searched refs:__prefix (Results 1 – 3 of 3) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_core_irq.c | 302 #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix) \ argument 303 static int __prefix ## _open(struct inode *inode, struct file *file) \ 305 return single_open(file, __prefix ## _show, inode->i_private); \ 307 static const struct file_operations __prefix ## _fops = { \ 309 .open = __prefix ## _open, \
|
D | dpu_kms.c | 116 #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix) \ argument 117 static int __prefix ## _open(struct inode *inode, struct file *file) \ 119 return single_open(file, __prefix ## _show, inode->i_private); \ 121 static const struct file_operations __prefix ## _fops = { \ 123 .open = __prefix ## _open, \
|
D | dpu_crtc.c | 1941 #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix) \ argument 1942 static int __prefix ## _open(struct inode *inode, struct file *file) \ 1944 return single_open(file, __prefix ## _show, inode->i_private); \ 1946 static const struct file_operations __prefix ## _fops = { \ 1948 .open = __prefix ## _open, \
|