Home
last modified time | relevance | path

Searched refs:__prefix (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_irq.c294 #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, \
Ddpu_kms.c107 #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, \
Ddpu_crtc.c1193 #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, \