Searched refs:__prefix (Results 1 – 3 of 3) sorted by relevance
/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_core_irq.c | 294 #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix) \ argument 295 static int __prefix ## _open(struct inode *inode, struct file *file) \ 297 return single_open(file, __prefix ## _show, inode->i_private); \ 299 static const struct file_operations __prefix ## _fops = { \ 301 .open = __prefix ## _open, \
|
D | dpu_kms.c | 107 #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix) \ argument 108 static int __prefix ## _open(struct inode *inode, struct file *file) \ 110 return single_open(file, __prefix ## _show, inode->i_private); \ 112 static const struct file_operations __prefix ## _fops = { \ 114 .open = __prefix ## _open, \
|
D | dpu_crtc.c | 1193 #define DEFINE_DPU_DEBUGFS_SEQ_FOPS(__prefix) \ argument 1194 static int __prefix ## _open(struct inode *inode, struct file *file) \ 1196 return single_open(file, __prefix ## _show, inode->i_private); \ 1198 static const struct file_operations __prefix ## _fops = { \ 1200 .open = __prefix ## _open, \
|