Home
last modified time | relevance | path

Searched refs:_open (Results 1 – 21 of 21) sorted by relevance

/OK3568_Linux_fs/kernel/include/linux/
H A Dseq_file.h150 static int __name ## _open(struct inode *inode, struct file *file) \
162 .open = __name ## _open, \
169 static int __name ## _open(struct inode *inode, struct file *file) \
176 .open = __name ## _open, \
183 static int __name ## _open(struct inode *inode, struct file *file) \
189 .proc_open = __name ## _open, \
H A Ddebugfs.h49 static int __fops ## _open(struct inode *inode, struct file *file) \
56 .open = __fops ## _open, \
H A Dfs.h3418 static int __fops ## _open(struct inode *inode, struct file *file) \
3425 .open = __fops ## _open, \
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Ddebugfs_gt.h14 static int __name ## _open(struct inode *inode, struct file *file) \
20 .open = __name ## _open, \
/OK3568_Linux_fs/buildroot/package/duma/
H A D0004-Fix-build-with-latest-glibc.patch15 - fd = _open(DUMA_OUTPUT_FILE, _O_APPEND|_O_CREAT|_O_WRONLY);
16 + fd = _open(DUMA_OUTPUT_FILE, _O_APPEND|_O_CREAT|_O_WRONLY, 0600);
/OK3568_Linux_fs/kernel/net/batman-adv/
H A Ddebugfs.c198 #define BATADV_DEBUGINFO(_name, _mode, _open) \ argument
206 .open = _open, \
266 #define BATADV_HARDIF_DEBUGINFO(_name, _mode, _open) \ argument
274 .open = _open, \
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Ddebugfs.h61 static int _##name##_open(struct inode *inode, struct file *s) \
76 .open = _##name##_open, \
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/fw/
H A Ddebugfs.c74 static int _iwl_dbgfs_##name##_open(struct inode *inode, \
122 .open = _iwl_dbgfs_##name##_open, \
150 .open = _iwl_dbgfs_##name##_open, \
160 .open = _iwl_dbgfs_##name##_open, \
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/qib/
H A Dqib_debugfs.c50 static int _##name##_open(struct inode *inode, struct file *s) \
63 .open = _##name##_open, \
/OK3568_Linux_fs/kernel/drivers/scsi/qedi/
H A Dqedi_dbg.h126 .open = drv##_dbg_##ops##_open, \
/OK3568_Linux_fs/kernel/drivers/scsi/qedf/
H A Dqedf_dbg.h143 .open = drv##_dbg_##ops##_open, \
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Dutil.h73 #define open _open
/OK3568_Linux_fs/kernel/drivers/thunderbolt/
H A Ddebugfs.c33 static int __space ## _open(struct inode *inode, struct file *file) \
40 .open = __space ## _open, \
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dapparmorfs.c1029 static int seq_profile_ ##NAME ##_open(struct inode *inode, struct file *file)\
1036 .open = seq_profile_ ##NAME ##_open, \
1131 static int seq_ns_ ##NAME ##_open(struct inode *inode, struct file *file) \
1138 .open = seq_ns_ ##NAME ##_open, \
1207 static int seq_rawdata_ ##NAME ##_open(struct inode *inode, struct file *file)\
1214 .open = seq_rawdata_ ##NAME ##_open, \
/OK3568_Linux_fs/kernel/drivers/block/drbd/
H A Ddrbd_debugfs.c745 static int device_ ## name ## _open(struct inode *inode, struct file *file) \
759 .open = device_ ## name ## _open, \
/OK3568_Linux_fs/kernel/fs/cifs/
H A Dcifs_debug.c644 static int name##_open(struct inode *inode, struct file *file) \
650 .proc_open = name##_open, \
/OK3568_Linux_fs/kernel/Documentation/userspace-api/media/v4l/
H A Dopen.rst4 .. _open:
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_mem.c1768 static int __fops ## _open(struct inode *inode, struct file *file) \
1774 .open = __fops ## _open, \
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dfile.c142 static int __fops ## _open(struct inode *inode, struct file *file) \
148 .open = __fops ## _open, \
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_mem.c3629 static int __fops ## _open(struct inode *inode, struct file *file) \
3635 .open = __fops ## _open, \
/OK3568_Linux_fs/kernel/Documentation/cdrom/
H A Dcdrom-standard.rst1027 - Change the prototypes of *<device>_open()* and