| /OK3568_Linux_fs/kernel/fs/minix/ |
| H A D | Kconfig | 3 tristate "Minix file system support" 7 The minix file system (method to organize files on a hard disk 8 partition or a floppy disk) was the original file system for Linux, 9 but has been superseded by the second extended file system ext2fs. 10 You don't want to use the minix file system on your hard disk 15 To compile this file system support as a module, choose M here: the 16 module will be called minix. Note that the file system of your root
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/hdf5/ |
| H A D | hdf5_1.8.21.bb | 8 LIC_FILES_CHKSUM = "file://COPYING;md5=57e5351b17591e659eedae107265c606" 14 file://H5lib_settings.c \ 15 file://H5Tinit-64.c \ 16 file://H5Tinit-32.c \ 17 file://0001-cross-compiling-support.patch \ 18 file://0002-Remove-suffix-shared-from-shared-library-name.patch \ 19 file://0001-cmake-remove-build-flags.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-extended/p7zip/ |
| H A D | p7zip_16.02.bb | 4 LIC_FILES_CHKSUM = "file://DOC/copying.txt;md5=4fbd65380cdd255951079008b364516c \ 5 file://DOC/unRarLicense.txt;md5=9c87ddde469ef94aed153b0951d088de \ 6 file://DOC/License.txt;md5=879598edf1f54dddb6930d7581357f8b" 9 file://do_not_override_compiler_and_do_not_strip.patch \ 10 file://CVE-2017-17969.patch \ 11 file://0001-Fix-narrowing-errors-Wc-11-narrowing.patch \ 12 file://change_numMethods_from_bool_to_unsigned.patch \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/e2fsprogs/ |
| H A D | e2fsprogs.inc | 12 LIC_FILES_CHKSUM = "file://NOTICE;md5=d50be0580c0b0a7fbc7a4830bbe6c12b \ 13 … file://lib/ext2fs/ext2fs.h;beginline=1;endline=9;md5=596a8dedcb4e731c6b21c7a46fba6bef \ 14 … file://lib/e2p/e2p.h;beginline=1;endline=7;md5=8a74ade8f9d65095d70ef2d4bf48e36a \ 15 … file://lib/uuid/uuid.h.in;beginline=1;endline=32;md5=dbb8079e114a5f841934b99e59c8820a \ 16 file://lib/uuid/COPYING;md5=58dcd8452651fc8b07d1f65ce07ca8af \ 17 … file://lib/et/et_name.c;beginline=1;endline=11;md5=ead236447dac7b980dbc5b4804d8c836 \ 18 … file://lib/ss/ss.h;beginline=1;endline=20;md5=6e89ad47da6e75fecd2b5e0e81e1d4a6"
|
| /OK3568_Linux_fs/kernel/arch/s390/hypfs/ |
| H A D | hypfs_dbfs.c | 31 static ssize_t dbfs_read(struct file *file, char __user *buf, in dbfs_read() argument 41 df = file_inode(file)->i_private; in dbfs_read() 61 static long dbfs_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in dbfs_ioctl() argument 63 struct hypfs_dbfs_file *df = file_inode(file)->i_private; in dbfs_ioctl() 68 rc = df->unlocked_ioctl(file, cmd, arg); in dbfs_ioctl()
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-connectivity/smstools3/smstools3/ |
| H A D | scripts_no_bash.patch | 20 # a sms file in the outgoing queue. 30 # This script converts a received sms file into a html file. 40 # This script converts a received sms file into a pure unicode text file. 50 # This script converts a pure unicode text file into an sms file for sending.
|
| /OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/ |
| H A D | qtconnectivity_git.bb | 6 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 7 file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 8 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ 9 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ 10 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \ 13 SRC_URI += "file://0001-Add-missing-header-for-errno.patch"
|
| H A D | qtremoteobjects_git.bb | 3 file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 4 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \ 5 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \ 6 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \ 17 file://0001-Allow-a-tools-only-build.patch \ 18 file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gem/selftests/ |
| H A D | i915_gem_context.c | 43 struct file *file; in live_nop_switch() local 58 file = mock_file(i915); in live_nop_switch() 59 if (IS_ERR(file)) in live_nop_switch() 60 return PTR_ERR(file); in live_nop_switch() 69 ctx[n] = live_context(i915, file); in live_nop_switch() 180 fput(file); in live_nop_switch() 286 struct file *file; in live_parallel_switch() local 297 file = mock_file(i915); in live_parallel_switch() 298 if (IS_ERR(file)) in live_parallel_switch() 299 return PTR_ERR(file); in live_parallel_switch() [all …]
|
| /OK3568_Linux_fs/kernel/net/sunrpc/ |
| H A D | cache.c | 811 static ssize_t cache_read(struct file *filp, char __user *buf, size_t count, in cache_read() 949 static ssize_t cache_write(struct file *filp, const char __user *buf, in cache_write() 969 static __poll_t cache_poll(struct file *filp, poll_table *wait, in cache_poll() 996 static int cache_ioctl(struct inode *ino, struct file *filp, in cache_ioctl() 1025 static int cache_open(struct inode *inode, struct file *filp, in cache_open() 1052 static int cache_release(struct inode *inode, struct file *filp, in cache_release() 1412 void *cache_seq_next_rcu(struct seq_file *file, void *p, loff_t *pos) in cache_seq_next_rcu() argument 1414 return cache_seq_next(file, p, pos); in cache_seq_next_rcu() 1457 static int content_open(struct inode *inode, struct file *file, in content_open() argument 1466 err = seq_open(file, &cache_content_op); in content_open() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | drm.c | 107 host1x_bo_lookup(struct drm_file *file, u32 handle) in host1x_bo_lookup() argument 112 gem = drm_gem_object_lookup(file, handle); in host1x_bo_lookup() 123 struct drm_file *file) in host1x_reloc_copy_from_user() argument 150 dest->cmdbuf.bo = host1x_bo_lookup(file, cmdbuf); in host1x_reloc_copy_from_user() 154 dest->target.bo = host1x_bo_lookup(file, target); in host1x_reloc_copy_from_user() 163 struct drm_file *file) in tegra_drm_submit() argument 236 bo = host1x_bo_lookup(file, cmdbuf.handle); in tegra_drm_submit() 268 file); in tegra_drm_submit() 343 struct drm_file *file) in tegra_gem_create() argument 348 bo = tegra_bo_create_with_handle(file, drm, args->size, args->flags, in tegra_gem_create() [all …]
|
| /OK3568_Linux_fs/buildroot/package/rockchip/camera-engine-rkaiq/ |
| H A D | Config.in | 11 string "Rockchip Camera Engine IQ xml file" 14 Rockchip sensor IQ xml file. 17 bool "Rockchip Camera Engine IQ xml file conver to bin" 20 Rockchip sensor IQ bin file. 23 string "Rockchip Camera Engine fake camera IQ xml file" 26 Rockchip sensor fake camera IQ xml file.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/libforms/ |
| H A D | libforms_1.2.3.bb | 6 LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=ade9a053df81f5b9408d2f4f5546df86" 9 file://fix-link-to-xforms-man.patch \ 10 file://add-absolute-path-for-include-dir.patch \ 11 file://fix-path-fdesign_LDADD.patch \ 12 file://0001-Make-extern-declarations-in-header-file.patch \
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/webrtc-audio-processing/ |
| H A D | webrtc-audio-processing_0.3.1.bb | 8 LIC_FILES_CHKSUM = "file://COPYING;md5=da08a38a32a340c5d91e13ee86a118f2 \ 9 … file://webrtc/common.h;beginline=1;endline=9;md5=41f7322d91deabaf0acbbd0b8d0bc548 \ 13 file://0004-typedefs.h-add-support-for-64-bit-and-big-endian-MIP.patch \ 14 file://0005-typedefs.h-add-support-for-PowerPC.patch \ 15 file://0006-common_audio-implement-endianness-conversion-in-wav-.patch \ 16 file://riscv_support.patch \
|
| /OK3568_Linux_fs/kernel/arch/um/os-Linux/ |
| H A D | execvp.c | 39 int execvp_noalloc(char *buf, const char *file, char *const argv[]) in execvp_noalloc() argument 41 if (*file == '\0') { in execvp_noalloc() 45 if (strchr (file, '/') != NULL) { in execvp_noalloc() 47 execv(file, argv); in execvp_noalloc() 56 len = strlen(file) + 1; in execvp_noalloc() 59 name = memcpy(buf + pathlen + 1, file, len); in execvp_noalloc()
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ |
| H A D | m2m-deinterlace.c | 431 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument 469 static int vidioc_enum_fmt_vid_cap(struct file *file, void *priv, in vidioc_enum_fmt_vid_cap() argument 475 static int vidioc_enum_fmt_vid_out(struct file *file, void *priv, in vidioc_enum_fmt_vid_out() argument 512 static int vidioc_g_fmt_vid_out(struct file *file, void *priv, in vidioc_g_fmt_vid_out() argument 518 static int vidioc_g_fmt_vid_cap(struct file *file, void *priv, in vidioc_g_fmt_vid_cap() argument 539 static int vidioc_try_fmt_vid_cap(struct file *file, void *priv, in vidioc_try_fmt_vid_cap() argument 559 static int vidioc_try_fmt_vid_out(struct file *file, void *priv, in vidioc_try_fmt_vid_out() argument 628 static int vidioc_s_fmt_vid_cap(struct file *file, void *priv, in vidioc_s_fmt_vid_cap() argument 633 ret = vidioc_try_fmt_vid_cap(file, priv, f); in vidioc_s_fmt_vid_cap() 639 static int vidioc_s_fmt_vid_out(struct file *file, void *priv, in vidioc_s_fmt_vid_out() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/ti-vpe/ |
| H A D | cal-video.c | 179 static int cal_querycap(struct file *file, void *priv, in cal_querycap() argument 182 struct cal_ctx *ctx = video_drvdata(file); in cal_querycap() 192 static int cal_enum_fmt_vid_cap(struct file *file, void *priv, in cal_enum_fmt_vid_cap() argument 195 struct cal_ctx *ctx = video_drvdata(file); in cal_enum_fmt_vid_cap() 285 static int cal_g_fmt_vid_cap(struct file *file, void *priv, in cal_g_fmt_vid_cap() argument 288 struct cal_ctx *ctx = video_drvdata(file); in cal_g_fmt_vid_cap() 295 static int cal_try_fmt_vid_cap(struct file *file, void *priv, in cal_try_fmt_vid_cap() argument 298 struct cal_ctx *ctx = video_drvdata(file); in cal_try_fmt_vid_cap() 354 static int cal_s_fmt_vid_cap(struct file *file, void *priv, in cal_s_fmt_vid_cap() argument 357 struct cal_ctx *ctx = video_drvdata(file); in cal_s_fmt_vid_cap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/vtl_ts/ |
| H A D | apk.c | 63 static int apk_open(struct inode *inode, struct file *file) in apk_open() argument 76 static int apk_close(struct inode *inode, struct file *file) in apk_close() argument 83 static ssize_t apk_write(struct file *file, const char __user *buff, size_t count, loff_t *offp) in apk_write() argument 168 static ssize_t apk_read(struct file *file, char __user *buff, size_t count, loff_t *offp) in apk_read() argument
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/attr/ |
| H A D | attr.inc | 12 LIC_FILES_CHKSUM = "file://doc/COPYING;md5=2d0aa14b3fce4694e4f615e30186335f \ 13 file://doc/COPYING.LGPL;md5=b8d31f339300bc239d73461d68e77b9c \ 14 file://tools/attr.c;endline=17;md5=be0403261f0847e5f43ed5b08d19593c \ 15 file://libattr/libattr.c;endline=17;md5=7970f77049f8fa1199fff62a7ab724fb" 18 file://run-ptest \ 60 perl-module-file-basename \ 61 perl-module-file-path \ 62 perl-module-file-spec \
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-support/nettle/ |
| H A D | nettle_3.7.3.bb | 10 LIC_FILES_CHKSUM = "file://COPYING.LESSERv3;md5=6a6a8e020838b23406c81b19c1d46df6 \ 11 file://COPYINGv2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ 12 … file://serpent-decrypt.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e \ 13 … file://serpent-set-key.c;beginline=14;endline=36;md5=ca0d220bc413e1842ecc507690ce416e" 18 file://Add-target-to-only-build-tests-not-run-them.patch \ 19 file://run-ptest \ 20 file://check-header-files-of-openssl-only-if-enable_.patch \ 24 file://dlopen-test.patch \
|
| /OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/ |
| H A D | coredump.c | 44 static int match_context(const void *v, struct file *file, unsigned fd) in match_context() argument 47 if (file->f_op != &spufs_context_fops) in match_context() 49 ctx = SPUFS_I(file_inode(file))->i_ctx; in match_context() 70 struct file *file; in coredump_next_context() local 77 file = fcheck(*fd); in coredump_next_context() 78 ctx = SPUFS_I(file_inode(file))->i_ctx; in coredump_next_context()
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | superpipe.c | 129 struct file *file) in find_error_context() argument 134 if ((ctxi->ctxid == rctxid) || (ctxi->file == file)) in find_error_context() 161 struct file *file = NULL; in get_context() local 169 file = (struct file *)arg; in get_context() 180 if ((file && (ctxi->file != file)) || in get_context() 181 (!file && (ctxi->ctxid != rctxid))) in get_context() 186 ctxi = find_error_context(cfg, rctxid, file); in get_context() 826 void *ctx, int ctxid, struct file *file, u32 perms, in init_context() argument 838 ctxi->file = file; in init_context() 989 static int cxlflash_cxl_release(struct inode *inode, struct file *file) in cxlflash_cxl_release() argument [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 361 struct file *file; member 404 static inline bool tty_io_nonblock(struct tty_struct *tty, struct file *file) in tty_io_nonblock() argument 406 return file->f_flags & O_NONBLOCK || in tty_io_nonblock() 519 extern int tty_hung_up_p(struct file *filp); 522 extern void tty_open_proc_set_tty(struct file *filp, struct tty_struct *tty); 569 extern long tty_ioctl(struct file *file, unsigned int cmd, unsigned long arg); 570 extern int tty_mode_ioctl(struct tty_struct *tty, struct file *file, 573 struct file *file, unsigned int cmd, unsigned long arg); 577 extern int tty_alloc_file(struct file *file); 578 extern void tty_add_file(struct tty_struct *tty, struct file *file); [all …]
|
| /OK3568_Linux_fs/kernel/kernel/trace/ |
| H A D | trace_kprobe.c | 353 struct trace_event_file *file) in enable_trace_kprobe() argument 366 if (file) { in enable_trace_kprobe() 367 ret = trace_probe_add_file(tp, file); in enable_trace_kprobe() 390 if (file) in enable_trace_kprobe() 391 trace_probe_remove_file(tp, file); in enable_trace_kprobe() 404 struct trace_event_file *file) in disable_trace_kprobe() argument 412 if (file) { in disable_trace_kprobe() 413 if (!trace_probe_get_file_link(tp, file)) in disable_trace_kprobe() 425 if (file) in disable_trace_kprobe() 432 trace_probe_remove_file(tp, file); in disable_trace_kprobe() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ohci-dbg.c | 360 static int debug_async_open(struct inode *, struct file *); 361 static int debug_periodic_open(struct inode *, struct file *); 362 static int debug_registers_open(struct inode *, struct file *); 363 static int debug_async_open(struct inode *, struct file *); 364 static ssize_t debug_output(struct file*, char __user*, size_t, loff_t*); 365 static int debug_close(struct inode *, struct file *); 704 static ssize_t debug_output(struct file *file, char __user *user_buf, in debug_output() argument 707 struct debug_buffer *buf = file->private_data; in debug_output() 728 static int debug_close(struct inode *inode, struct file *file) in debug_close() argument 730 struct debug_buffer *buf = file->private_data; in debug_close() [all …]
|