Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/
Ddpu_core_irq.c302 #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, \
Ddpu_kms.c116 #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, \
Ddpu_crtc.c1941 #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, \