/Linux-v4.19/include/linux/ceph/ |
D | debugfs.h | 9 static int name##_open(struct inode *inode, struct file *file) \ 15 .open = name##_open, \
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_debugfs.h | 41 static int name##_open(struct inode *inode, struct file *file) \ 47 .open = name##_open, \
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | debugfs.h | 71 static int _##name##_open(struct inode *inode, struct file *s) \ 86 .open = _##name##_open, \
|
/Linux-v4.19/drivers/staging/wilc1000/ |
D | wilc_debugfs.c | 67 #define FOPS(_open, _read, _write, _poll) { \ argument 69 .open = (_open), \
|
/Linux-v4.19/net/batman-adv/ |
D | debugfs.c | 172 #define BATADV_DEBUGINFO(_name, _mode, _open) \ argument 180 .open = _open, \ 240 #define BATADV_HARDIF_DEBUGINFO(_name, _mode, _open) \ argument 248 .open = _open, \
|
/Linux-v4.19/drivers/mtd/devices/ |
D | docg3.h | 322 static int name##_open(struct inode *inode, struct file *file) \ 326 .open = name##_open, \
|
/Linux-v4.19/include/linux/ |
D | seq_file.h | 149 static int __name ## _open(struct inode *inode, struct file *file) \ 156 .open = __name ## _open, \
|
D | debugfs.h | 43 static int __fops ## _open(struct inode *inode, struct file *file) \ 50 .open = __fops ## _open, \
|
D | fs.h | 3336 static int __fops ## _open(struct inode *inode, struct file *file) \ 3343 .open = __fops ## _open, \
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 50 static int _##name##_open(struct inode *inode, struct file *s) \ 63 .open = _##name##_open, \
|
/Linux-v4.19/drivers/scsi/qedi/ |
D | qedi_dbg.h | 129 .open = drv##_dbg_##ops##_open, \
|
/Linux-v4.19/drivers/scsi/qedf/ |
D | qedf_dbg.h | 146 .open = drv##_dbg_##ops##_open, \
|
/Linux-v4.19/drivers/media/platform/sti/hva/ |
D | hva-debugfs.c | 329 static int hva_dbg_##name##_open(struct inode *i, struct file *f) \ 334 .open = hva_dbg_##name##_open, \
|
/Linux-v4.19/drivers/misc/genwqe/ |
D | card_debugfs.c | 37 static int genwqe_debugfs_##_name##_open(struct inode *inode, \ 43 .open = genwqe_debugfs_##_name##_open, \
|
/Linux-v4.19/drivers/gpu/drm/msm/disp/dpu1/ |
D | dpu_core_irq.c | 303 static int __prefix ## _open(struct inode *inode, struct file *file) \ 309 .open = __prefix ## _open, \
|
D | dpu_kms.c | 117 static int __prefix ## _open(struct inode *inode, struct file *file) \ 123 .open = __prefix ## _open, \
|
D | dpu_crtc.c | 1942 static int __prefix ## _open(struct inode *inode, struct file *file) \ 1948 .open = __prefix ## _open, \
|
/Linux-v4.19/security/apparmor/ |
D | apparmorfs.c | 1024 static int seq_profile_ ##NAME ##_open(struct inode *inode, struct file *file)\ 1031 .open = seq_profile_ ##NAME ##_open, \ 1126 static int seq_ns_ ##NAME ##_open(struct inode *inode, struct file *file) \ 1133 .open = seq_ns_ ##NAME ##_open, \ 1202 static int seq_rawdata_ ##NAME ##_open(struct inode *inode, struct file *file)\ 1209 .open = seq_rawdata_ ##NAME ##_open, \
|
/Linux-v4.19/drivers/media/platform/sti/bdisp/ |
D | bdisp-debug.c | 631 static int bdisp_dbg_##name##_open(struct inode *i, struct file *f) \ 636 .open = bdisp_dbg_##name##_open, \
|
/Linux-v4.19/fs/cifs/ |
D | cifs_debug.c | 523 static int name##_open(struct inode *inode, struct file *file) \ 529 .open = name##_open, \
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_debugfs.c | 771 static int device_ ## name ## _open(struct inode *inode, struct file *file) \ 785 .open = device_ ## name ## _open, \
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | open.rst | 3 .. _open:
|
/Linux-v4.19/drivers/base/power/ |
D | domain.c | 2846 static int genpd_##name##_open(struct inode *inode, struct file *file) \ 2862 .open = genpd_##name##_open, \
|
/Linux-v4.19/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 146 static int __fops ## _open(struct inode *inode, struct file *file) \ 152 .open = __fops ## _open, \
|
/Linux-v4.19/drivers/android/ |
D | binder.c | 97 static int binder_##name##_open(struct inode *inode, struct file *file) \ 104 .open = binder_##name##_open, \
|