| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | debugfs_sta.c | 22 static ssize_t sta_ ##name## _read(struct file *file, \ 26 struct sta_info *sta = file->private_data; \ 85 static ssize_t sta_flags_read(struct file *file, char __user *userbuf, in sta_flags_read() argument 90 struct sta_info *sta = file->private_data; in sta_flags_read() 105 static ssize_t sta_num_ps_buf_frames_read(struct file *file, in sta_num_ps_buf_frames_read() argument 109 struct sta_info *sta = file->private_data; in sta_num_ps_buf_frames_read() 121 static ssize_t sta_last_seq_ctrl_read(struct file *file, char __user *userbuf, in sta_last_seq_ctrl_read() argument 126 struct sta_info *sta = file->private_data; in sta_last_seq_ctrl_read() 137 static ssize_t sta_aqm_read(struct file *file, char __user *userbuf, in sta_aqm_read() argument 140 struct sta_info *sta = file->private_data; in sta_aqm_read() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/s5p-mfc/ |
| H A D | s5p_mfc_dec.c | 266 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument 269 struct s5p_mfc_dev *dev = video_drvdata(file); in vidioc_querycap() 279 static int vidioc_enum_fmt(struct file *file, struct v4l2_fmtdesc *f, in vidioc_enum_fmt() argument 282 struct s5p_mfc_dev *dev = video_drvdata(file); in vidioc_enum_fmt() 303 static int vidioc_enum_fmt_vid_cap(struct file *file, void *pirv, in vidioc_enum_fmt_vid_cap() argument 306 return vidioc_enum_fmt(file, f, false); in vidioc_enum_fmt_vid_cap() 309 static int vidioc_enum_fmt_vid_out(struct file *file, void *priv, in vidioc_enum_fmt_vid_out() argument 312 return vidioc_enum_fmt(file, f, true); in vidioc_enum_fmt_vid_out() 316 static int vidioc_g_fmt(struct file *file, void *priv, struct v4l2_format *f) in vidioc_g_fmt() argument 371 static int vidioc_try_fmt(struct file *file, void *priv, struct v4l2_format *f) in vidioc_try_fmt() argument [all …]
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/dbus/ |
| H A D | libdbus-c++_0.9.0.bb | 6 LIC_FILES_CHKSUM = "file://COPYING;md5=fbc093901857fcd118f065f900982c24" 10 file://fix-missing-unistd.h-include.patch \ 11 file://remove-CXX_FOR_BUILD-stuff.patch \ 12 file://0001-src-eventloop.cpp-use-portable-method-for-initializi.patch \ 13 file://0002-tools-generate_proxy.cpp-avoid-possibly-undefined-ui.patch \ 14 file://0003-Fixed-undefined-ssize_t-for-clang-3.8.0-on-FreeBSD.patch \ 15 file://0004-use-POSIX-poll.h-instead-of-sys-poll.h.patch \ 16 file://0001-pipe.c-Use-a-string-instead-of-char.patch \
|
| /OK3568_Linux_fs/kernel/drivers/scsi/megaraid/ |
| H A D | megaraid_sas_debugfs.c | 48 megasas_debugfs_read(struct file *filp, char __user *ubuf, size_t cnt, in megasas_debugfs_read() 60 megasas_debugfs_raidmap_open(struct inode *inode, struct file *file) in megasas_debugfs_raidmap_open() argument 74 file->private_data = debug; in megasas_debugfs_raidmap_open() 80 megasas_debugfs_release(struct inode *inode, struct file *file) in megasas_debugfs_release() argument 82 struct megasas_debug_buffer *debug = file->private_data; in megasas_debugfs_release() 87 file->private_data = NULL; in megasas_debugfs_release()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libb64/ |
| H A D | libb64_1.2.1.bb | 7 LIC_FILES_CHKSUM = "file://LICENSE;md5=ce551aad762074c7ab618a0e07a8dca3" 10 file://0001-example-Do-not-run-the-tests.patch \ 11 file://0002-use-BUFSIZ-as-buffer-size.patch \ 12 file://0003-fix-integer-overflows.patch \ 13 file://0004-Fix-off-by-one-error.patch \ 14 file://0005-make-overriding-CFLAGS-possible.patch \ 15 file://0006-do-not-export-the-CHARS_PER_LINE-variable.patch \ 16 file://0007-initialize-encoder-decoder-state-in-the-constructors.patch \
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | fdtable.h | 29 struct file __rcu **fd; /* current fd array */ 67 struct file __rcu * fd_array[NR_OPEN_DEFAULT]; 83 static inline struct file *__fcheck_files(struct files_struct *files, unsigned int fd) in __fcheck_files() 94 static inline struct file *fcheck_files(struct files_struct *files, unsigned int fd) in fcheck_files() 116 int (*)(const void *, struct file *, unsigned), 122 unsigned int fd, struct file *file); 126 extern int close_fd_get_file(unsigned int fd, struct file **res);
|
| H A D | lsm_hook_defs.h | 35 const struct cred *to, struct file *file) 53 LSM_HOOK(int, 0, bprm_creds_from_file, struct linux_binprm *bprm, struct file *file) 158 LSM_HOOK(int, 0, file_permission, struct file *file, int mask) 159 LSM_HOOK(int, 0, file_alloc_security, struct file *file) 160 LSM_HOOK(void, LSM_RET_VOID, file_free_security, struct file *file) 161 LSM_HOOK(int, 0, file_ioctl, struct file *file, unsigned int cmd, 164 LSM_HOOK(int, 0, mmap_file, struct file *file, unsigned long reqprot, 168 LSM_HOOK(int, 0, file_lock, struct file *file, unsigned int cmd) 169 LSM_HOOK(int, 0, file_fcntl, struct file *file, unsigned int cmd, 171 LSM_HOOK(void, LSM_RET_VOID, file_set_fowner, struct file *file) [all …]
|
| /OK3568_Linux_fs/kernel/drivers/staging/media/hantro/ |
| H A D | hantro_v4l2.c | 100 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument 103 struct hantro_dev *vpu = video_drvdata(file); in vidioc_querycap() 104 struct video_device *vdev = video_devdata(file); in vidioc_querycap() 113 static int vidioc_enum_framesizes(struct file *file, void *priv, in vidioc_enum_framesizes() argument 142 static int vidioc_enum_fmt(struct file *file, void *priv, in vidioc_enum_fmt() argument 197 static int vidioc_enum_fmt_vid_cap(struct file *file, void *priv, in vidioc_enum_fmt_vid_cap() argument 200 return vidioc_enum_fmt(file, priv, f, true); in vidioc_enum_fmt_vid_cap() 203 static int vidioc_enum_fmt_vid_out(struct file *file, void *priv, in vidioc_enum_fmt_vid_out() argument 206 return vidioc_enum_fmt(file, priv, f, false); in vidioc_enum_fmt_vid_out() 209 static int vidioc_g_fmt_out_mplane(struct file *file, void *priv, in vidioc_g_fmt_out_mplane() argument [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/classes/ |
| H A D | package.bbclass | 53 # rpm is used for the per-file dependency identification 102 f: full path to the file/directory match 119 root rather than just the file name 168 for file in files: 169 relpath = os.path.join(walkroot, file).replace(dvar + root + '/', '', 1) 239 PACKAGE_DEPENDS += "file-native" 254 # Get a list of files from file vars by searching files under current working directory 281 bb.warn("FILES contains file '%s' which resides under a " 283 "real path for the file." % f[1:]) 330 def checkbuildpath(file, d): [all …]
|
| /OK3568_Linux_fs/kernel/fs/cifs/ |
| H A D | cifs_debug.c | 469 static ssize_t cifs_stats_proc_write(struct file *file, in cifs_stats_proc_write() argument 615 static int cifs_stats_proc_open(struct inode *inode, struct file *file) in cifs_stats_proc_open() argument 617 return single_open(file, cifs_stats_proc_show, NULL); in cifs_stats_proc_open() 630 static ssize_t name##_write(struct file *file, const char __user *buffer, \ 644 static int name##_open(struct inode *inode, struct file *file) \ 646 return single_open(file, name##_proc_show, NULL); \ 758 static int cifsFYI_proc_open(struct inode *inode, struct file *file) in cifsFYI_proc_open() argument 760 return single_open(file, cifsFYI_proc_show, NULL); in cifsFYI_proc_open() 763 static ssize_t cifsFYI_proc_write(struct file *file, const char __user *buffer, in cifsFYI_proc_write() argument 797 static int cifs_linux_ext_proc_open(struct inode *inode, struct file *file) in cifs_linux_ext_proc_open() argument [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/mce/ |
| H A D | dev-mcelog.c | 128 static int mce_chrdev_open(struct inode *inode, struct file *file) in mce_chrdev_open() argument 133 (mce_chrdev_open_count && (file->f_flags & O_EXCL))) { in mce_chrdev_open() 139 if (file->f_flags & O_EXCL) in mce_chrdev_open() 145 return nonseekable_open(inode, file); in mce_chrdev_open() 148 static int mce_chrdev_release(struct inode *inode, struct file *file) in mce_chrdev_release() argument 203 static ssize_t mce_chrdev_read(struct file *filp, char __user *ubuf, in mce_chrdev_read() 245 static __poll_t mce_chrdev_poll(struct file *file, poll_table *wait) in mce_chrdev_poll() argument 247 poll_wait(file, &mce_chrdev_wait, wait); in mce_chrdev_poll() 255 static long mce_chrdev_ioctl(struct file *f, unsigned int cmd, in mce_chrdev_ioctl() 294 static ssize_t mce_chrdev_write(struct file *filp, const char __user *ubuf, in mce_chrdev_write()
|
| /OK3568_Linux_fs/kernel/fs/nfsd/ |
| H A D | vfs.c | 536 struct file *src = nf_src->nf_file; in nfsd4_clone_file_range() 537 struct file *dst = nf_dst->nf_file; in nfsd4_clone_file_range() 570 ssize_t nfsd_copy_file_range(struct file *src, u64 src_pos, struct file *dst, in nfsd_copy_file_range() 593 struct file *file, loff_t offset, loff_t len, in nfsd4_vfs_fallocate() argument 598 if (!S_ISREG(file_inode(file)->i_mode)) in nfsd4_vfs_fallocate() 601 error = vfs_fallocate(file, flags, offset, len); in nfsd4_vfs_fallocate() 741 int may_flags, struct file **filp) in __nfsd_open() 745 struct file *file; in __nfsd_open() local 782 file = dentry_open(&path, flags, current_cred()); in __nfsd_open() 783 if (IS_ERR(file)) { in __nfsd_open() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/usb/dvb-usb/ |
| H A D | cxusb-analog.c | 967 static int cxusb_medion_v_querycap(struct file *file, void *fh, in cxusb_medion_v_querycap() argument 970 struct dvb_usb_device *dvbdev = video_drvdata(file); in cxusb_medion_v_querycap() 982 static int cxusb_medion_v_enum_fmt_vid_cap(struct file *file, void *fh, in cxusb_medion_v_enum_fmt_vid_cap() argument 993 static int cxusb_medion_g_fmt_vid_cap(struct file *file, void *fh, in cxusb_medion_g_fmt_vid_cap() argument 996 struct dvb_usb_device *dvbdev = video_drvdata(file); in cxusb_medion_g_fmt_vid_cap() 1011 static int cxusb_medion_try_s_fmt_vid_cap(struct file *file, in cxusb_medion_try_s_fmt_vid_cap() argument 1015 struct dvb_usb_device *dvbdev = video_drvdata(file); in cxusb_medion_try_s_fmt_vid_cap() 1056 static int cxusb_medion_try_fmt_vid_cap(struct file *file, void *fh, in cxusb_medion_try_fmt_vid_cap() argument 1059 return cxusb_medion_try_s_fmt_vid_cap(file, f, false); in cxusb_medion_try_fmt_vid_cap() 1062 static int cxusb_medion_s_fmt_vid_cap(struct file *file, void *fh, in cxusb_medion_s_fmt_vid_cap() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/ |
| H A D | exec.c | 129 struct file *file; in SYSCALL_DEFINE1() local 142 file = do_filp_open(AT_FDCWD, tmp, &uselib_flags); in SYSCALL_DEFINE1() 144 error = PTR_ERR(file); in SYSCALL_DEFINE1() 145 if (IS_ERR(file)) in SYSCALL_DEFINE1() 154 if (WARN_ON_ONCE(!S_ISREG(file_inode(file)->i_mode) || in SYSCALL_DEFINE1() 155 path_noexec(&file->f_path))) in SYSCALL_DEFINE1() 158 fsnotify_open(file); in SYSCALL_DEFINE1() 169 error = fmt->load_shlib(file); in SYSCALL_DEFINE1() 177 fput(file); in SYSCALL_DEFINE1() 825 bprm->file); in setup_arg_pages() [all …]
|
| /OK3568_Linux_fs/kernel/fs/fat/ |
| H A D | Kconfig | 6 If you want to use one of the FAT-based file systems (the MS-DOS and 7 VFAT (Windows 95) file systems), then you must say Y or M here 9 diskettes with FAT-based file systems and transparently access the 13 This FAT support is not a file system in itself, it only provides 14 the foundation for the other file systems. You will have to say Y or 25 file system and use GNU tar's M option. GNU tar is a program 33 cannot compile any of the FAT-based file systems into the kernel 47 here) and MSDOS floppies. This means that file access becomes 52 partitions, you should use the VFAT file system (say Y to "VFAT fs 65 This option provides support for normal Windows file systems with [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/lima/ |
| H A D | lima_gem.c | 102 int lima_gem_create_handle(struct drm_device *dev, struct drm_file *file, in lima_gem_create_handle() argument 138 err = drm_gem_handle_create(file, obj, handle); in lima_gem_create_handle() 157 static int lima_gem_object_open(struct drm_gem_object *obj, struct drm_file *file) in lima_gem_object_open() argument 160 struct lima_drm_priv *priv = to_lima_drm_priv(file); in lima_gem_object_open() 166 static void lima_gem_object_close(struct drm_gem_object *obj, struct drm_file *file) in lima_gem_object_close() argument 169 struct lima_drm_priv *priv = to_lima_drm_priv(file); in lima_gem_object_close() 234 int lima_gem_get_info(struct drm_file *file, u32 handle, u32 *va, u64 *offset) in lima_gem_get_info() argument 238 struct lima_drm_priv *priv = to_lima_drm_priv(file); in lima_gem_get_info() 241 obj = drm_gem_object_lookup(file, handle); in lima_gem_get_info() 273 static int lima_gem_add_deps(struct drm_file *file, struct lima_submit *submit) in lima_gem_add_deps() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/ |
| H A D | radio-isa.c | 32 static int radio_isa_querycap(struct file *file, void *priv, in radio_isa_querycap() argument 35 struct radio_isa_card *isa = video_drvdata(file); in radio_isa_querycap() 43 static int radio_isa_g_tuner(struct file *file, void *priv, in radio_isa_g_tuner() argument 46 struct radio_isa_card *isa = video_drvdata(file); in radio_isa_g_tuner() 73 static int radio_isa_s_tuner(struct file *file, void *priv, in radio_isa_s_tuner() argument 76 struct radio_isa_card *isa = video_drvdata(file); in radio_isa_s_tuner() 88 static int radio_isa_s_frequency(struct file *file, void *priv, in radio_isa_s_frequency() argument 91 struct radio_isa_card *isa = video_drvdata(file); in radio_isa_s_frequency() 104 static int radio_isa_g_frequency(struct file *file, void *priv, in radio_isa_g_frequency() argument 107 struct radio_isa_card *isa = video_drvdata(file); in radio_isa_g_frequency() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/watchdog/ |
| H A D | sa1100_wdt.c | 48 static int sa1100dog_open(struct inode *inode, struct file *file) in sa1100dog_open() argument 58 return stream_open(inode, file); in sa1100dog_open() 68 static int sa1100dog_release(struct inode *inode, struct file *file) in sa1100dog_release() argument 75 static ssize_t sa1100dog_write(struct file *file, const char __user *data, in sa1100dog_write() argument 91 static long sa1100dog_ioctl(struct file *file, unsigned int cmd, in sa1100dog_ioctl() argument
|
| H A D | ixp4xx_wdt.c | 62 static int ixp4xx_wdt_open(struct inode *inode, struct file *file) in ixp4xx_wdt_open() argument 69 return stream_open(inode, file); in ixp4xx_wdt_open() 73 ixp4xx_wdt_write(struct file *file, const char *data, size_t len, loff_t *ppos) in ixp4xx_wdt_write() argument 102 static long ixp4xx_wdt_ioctl(struct file *file, unsigned int cmd, in ixp4xx_wdt_ioctl() argument 148 static int ixp4xx_wdt_release(struct inode *inode, struct file *file) in ixp4xx_wdt_release() argument
|
| H A D | m54xx_wdt.c | 82 static int m54xx_wdt_open(struct inode *inode, struct file *file) in m54xx_wdt_open() argument 89 return stream_open(inode, file); in m54xx_wdt_open() 92 static ssize_t m54xx_wdt_write(struct file *file, const char *data, in m54xx_wdt_write() argument 121 static long m54xx_wdt_ioctl(struct file *file, unsigned int cmd, in m54xx_wdt_ioctl() argument 167 static int m54xx_wdt_release(struct inode *inode, struct file *file) in m54xx_wdt_release() argument
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/cmake/ |
| H A D | cmake-native_3.22.3.bb | 6 SRC_URI += "file://OEToolchainConfig.cmake \ 7 file://environment.d-cmake.sh \ 8 file://0001-CMakeDetermineSystem-use-oe-environment-vars-to-load.patch \ 9 file://0005-Disable-use-of-ext2fs-ext2_fs.h-by-cmake-s-internal-.patch \ 14 file://Utilities/cmjsoncpp/LICENSE;md5=fa2a23dd1dc6c139f35105379d76df2b \ 15 file://Utilities/cmlibarchive/COPYING;md5=d499814247adaee08d88080841cb5665 \ 16 file://Utilities/cmexpat/COPYING;md5=9e2ce3b3c4c0f2670883a23bbd7c37a9 \ 17 file://Utilities/cmlibrhash/COPYING;md5=a8c2a557a5c53b1c12cddbee98c099af \ 18 file://Utilities/cmlibuv/LICENSE;md5=a68902a430e32200263d182d44924d47 \
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ |
| H A D | fstream | 5 // This file is part of the GNU ISO C++ Library. This library is free 25 /** @file include/fstream 69 * external disk file, and maintains a joint file position for both 243 * @brief The destructor closes the file first. 262 * @brief Returns true if the external file is open. 269 * @brief Opens an external file. 270 * @param __s The name of the file. 274 * If a file is already open, this function immediately fails. 275 * Otherwise it tries to open the file named @a __s using the flags 314 * @brief Opens an external file. [all …]
|
| /OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ |
| H A D | fstream | 5 // This file is part of the GNU ISO C++ Library. This library is free 25 /** @file include/fstream 69 * external disk file, and maintains a joint file position for both 243 * @brief The destructor closes the file first. 262 * @brief Returns true if the external file is open. 269 * @brief Opens an external file. 270 * @param __s The name of the file. 274 * If a file is already open, this function immediately fails. 275 * Otherwise it tries to open the file named @a __s using the flags 314 * @brief Opens an external file. [all …]
|
| /OK3568_Linux_fs/kernel/drivers/block/ |
| H A D | loop.c | 144 static loff_t get_size(loff_t offset, loff_t sizelimit, struct file *file) in get_size() argument 149 loopsize = i_size_read(file->f_mapping->host); in get_size() 165 static loff_t get_loop_size(struct loop_device *lo, struct file *file) in get_loop_size() argument 167 return get_size(lo->lo_offset, lo->lo_sizelimit, file); in get_loop_size() 172 struct file *file = lo->lo_backing_file; in __loop_update_dio() local 173 struct address_space *mapping = file->f_mapping; in __loop_update_dio() 210 vfs_fsync(file, 0); in __loop_update_dio() 267 static int lo_write_bvec(struct file *file, struct bio_vec *bvec, loff_t *ppos) in lo_write_bvec() argument 274 file_start_write(file); in lo_write_bvec() 275 bw = vfs_iter_write(file, &i, ppos, 0); in lo_write_bvec() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | aspeed-video.c | 1010 static int aspeed_video_querycap(struct file *file, void *fh, in aspeed_video_querycap() argument 1021 static int aspeed_video_enum_format(struct file *file, void *fh, in aspeed_video_enum_format() argument 1032 static int aspeed_video_get_format(struct file *file, void *fh, in aspeed_video_get_format() argument 1035 struct aspeed_video *video = video_drvdata(file); in aspeed_video_get_format() 1042 static int aspeed_video_enum_input(struct file *file, void *fh, in aspeed_video_enum_input() argument 1045 struct aspeed_video *video = video_drvdata(file); in aspeed_video_enum_input() 1058 static int aspeed_video_get_input(struct file *file, void *fh, unsigned int *i) in aspeed_video_get_input() argument 1065 static int aspeed_video_set_input(struct file *file, void *fh, unsigned int i) in aspeed_video_set_input() argument 1073 static int aspeed_video_get_parm(struct file *file, void *fh, in aspeed_video_get_parm() argument 1076 struct aspeed_video *video = video_drvdata(file); in aspeed_video_get_parm() [all …]
|