Searched refs:_open (Results 1 – 16 of 16) sorted by relevance
/linux-4.4.14/include/linux/ceph/ |
D | debugfs.h | 8 static int name##_open(struct inode *inode, struct file *file) \ 14 .open = name##_open, \
|
/linux-4.4.14/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-4.4.14/drivers/staging/wilc1000/ |
D | wilc_debugfs.c | 119 #define FOPS(_open, _read, _write, _poll) { \ argument 121 .open = (_open), \
|
/linux-4.4.14/net/batman-adv/ |
D | debugfs.c | 355 #define BATADV_DEBUGINFO(_name, _mode, _open) \ argument 360 .open = _open, \ 414 #define BATADV_HARDIF_DEBUGINFO(_name, _mode, _open) \ argument 422 .open = _open, \
|
/linux-4.4.14/drivers/mtd/devices/ |
D | docg3.h | 324 static int name##_open(struct inode *inode, struct file *file) \ 328 .open = name##_open, \
|
/linux-4.4.14/drivers/infiniband/hw/qib/ |
D | qib_debugfs.c | 51 static int _##name##_open(struct inode *inode, struct file *s) \ 64 .open = _##name##_open, \
|
/linux-4.4.14/drivers/misc/genwqe/ |
D | card_debugfs.c | 37 static int genwqe_debugfs_##_name##_open(struct inode *inode, \ 43 .open = genwqe_debugfs_##_name##_open, \
|
/linux-4.4.14/fs/ext4/ |
D | sysfs.c | 356 static int name##_open(struct inode *inode, struct file *file) \ 363 .open = name##_open, \
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lprocfs_status.h | 680 static int name##_##type##_open(struct inode *inode, struct file *file) \ 685 .open = name##_##type##_open, \
|
/linux-4.4.14/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-4.4.14/drivers/staging/rdma/hfi1/ |
D | debugfs.c | 75 static int _##name##_open(struct inode *inode, struct file *s) \ 90 .open = _##name##_open, \
|
/linux-4.4.14/drivers/block/drbd/ |
D | drbd_debugfs.c | 775 static int device_ ## name ## _open(struct inode *inode, struct file *file) \ 789 .open = device_ ## name ## _open, \
|
/linux-4.4.14/arch/powerpc/platforms/cell/spufs/ |
D | file.c | 146 static int __fops ## _open(struct inode *inode, struct file *file) \ 152 .open = __fops ## _open, \
|
/linux-4.4.14/include/linux/ |
D | fs.h | 2931 static int __fops ## _open(struct inode *inode, struct file *file) \ 2938 .open = __fops ## _open, \
|
/linux-4.4.14/drivers/android/ |
D | binder.c | 65 static int binder_##name##_open(struct inode *inode, struct file *file) \ 72 .open = binder_##name##_open, \
|
/linux-4.4.14/Documentation/cdrom/ |
D | cdrom-standard.tex | 997 \item Change the prototypes of $<device>_open()$ and
|