Home
last modified time | relevance | path

Searched refs:file (Results 251 – 275 of 18831) sorted by relevance

1...<<11121314151617181920>>...754

/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.4/scripts/
H A DMakefile.headersinst13 kbuild-file := $(srctree)/$(obj)/Kbuild
14 include $(kbuild-file)
19 old-kbuild-file := $(srctree)/$(subst uapi/,,$(obj))/Kbuild
20 ifneq ($(wildcard $(old-kbuild-file)),)
21 include $(old-kbuild-file)
33 install-file := $(installdir)/.install
34 check-file := $(installdir)/.check
59 $(error Missing UAPI file $(srcdir)/$(hdr))) \
65 $(error Missing generated UAPI file $(gendir)/$(hdr)) \
74 unwanted-file := $(addprefix $(installdir)/, $(unwanted))
[all …]
H A Dkernel-doc465 my $file = shift;
486 print STDERR "${file}:$.: error: duplicate section name '$name'\n";
498 my $file = shift;
510 dump_section($file, $name, $contents);
1784 my ($prototype, $file) = @_;
1795 my $file = shift;
1820 create_parameterlist($members, ';', $file);
1821 check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
1837 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1844 my $file = shift;
[all …]
/OK3568_Linux_fs/kernel/sound/core/
H A Dhwdep.c42 static loff_t snd_hwdep_llseek(struct file * file, loff_t offset, int orig) in snd_hwdep_llseek() argument
44 struct snd_hwdep *hw = file->private_data; in snd_hwdep_llseek()
46 return hw->ops.llseek(hw, file, offset, orig); in snd_hwdep_llseek()
50 static ssize_t snd_hwdep_read(struct file * file, char __user *buf, in snd_hwdep_read() argument
53 struct snd_hwdep *hw = file->private_data; in snd_hwdep_read()
59 static ssize_t snd_hwdep_write(struct file * file, const char __user *buf, in snd_hwdep_write() argument
62 struct snd_hwdep *hw = file->private_data; in snd_hwdep_write()
68 static int snd_hwdep_open(struct inode *inode, struct file * file) in snd_hwdep_open() argument
105 err = hw->ops.open(hw, file); in snd_hwdep_open()
109 if (file->f_flags & O_NONBLOCK) { in snd_hwdep_open()
[all …]
H A Dinfo.c105 static loff_t snd_info_entry_llseek(struct file *file, loff_t offset, int orig) in snd_info_entry_llseek() argument
111 data = file->private_data; in snd_info_entry_llseek()
117 file, offset, orig); in snd_info_entry_llseek()
126 offset += file->f_pos; in snd_info_entry_llseek()
140 file->f_pos = offset; in snd_info_entry_llseek()
147 static ssize_t snd_info_entry_read(struct file *file, char __user *buffer, in snd_info_entry_read() argument
150 struct snd_info_private_data *data = file->private_data; in snd_info_entry_read()
163 file, buffer, size, pos); in snd_info_entry_read()
169 static ssize_t snd_info_entry_write(struct file *file, const char __user *buffer, in snd_info_entry_write() argument
172 struct snd_info_private_data *data = file->private_data; in snd_info_entry_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/usb/hdpvr/
H A Dhdpvr-video.c375 static int hdpvr_open(struct file *file) in hdpvr_open() argument
382 v4l2_fh_init(&fh->fh, video_devdata(file)); in hdpvr_open()
384 file->private_data = fh; in hdpvr_open()
388 static int hdpvr_release(struct file *file) in hdpvr_release() argument
390 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release()
393 if (file->private_data == dev->owner) { in hdpvr_release()
399 return v4l2_fh_release(file); in hdpvr_release()
406 static ssize_t hdpvr_read(struct file *file, char __user *buffer, size_t count, in hdpvr_read() argument
409 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_read()
429 dev->owner = file->private_data; in hdpvr_read()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/
H A Dglib-2.0_2.72.3.bb8 file://run-ptest \
9 file://0001-Fix-DATADIRNAME-on-uclibc-Linux.patch \
10 file://Enable-more-tests-while-cross-compiling.patch \
11 file://0001-Remove-the-warning-about-deprecated-paths-in-schemas.patch \
12 file://0001-Install-gio-querymodules-as-libexec_PROGRAM.patch \
13 file://0001-Do-not-ignore-return-value-of-write.patch \
14 file://0010-Do-not-hardcode-python-path-into-various-tools.patch \
15 file://0001-Set-host_machine-correctly-when-building-with-mingw3.patch \
16 file://0001-Do-not-write-bindir-into-pkg-config-files.patch \
17 file://0001-meson-Run-atomics-test-on-clang-as-well.patch \
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dnativesdk-qtbase_git.bb8 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
9 file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
10 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
11 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
12 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
13 file://LICENSE.QT-LICENSE-AGREEMENT;md5=c8b6dd132d52c6e5a545df07a4e3e283 \
30 file://0001-Add-linux-oe-g-platform.patch \
31 file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \
32 file://0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
33 file://0004-configure-bump-path-length-from-256-to-512-character.patch \
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.c529 int vivid_g_fmt_vid_cap(struct file *file, void *priv, in vivid_g_fmt_vid_cap() argument
532 struct vivid_dev *dev = video_drvdata(file); in vivid_g_fmt_vid_cap()
558 int vivid_try_fmt_vid_cap(struct file *file, void *priv, in vivid_try_fmt_vid_cap() argument
563 struct vivid_dev *dev = video_drvdata(file); in vivid_try_fmt_vid_cap()
671 int vivid_s_fmt_vid_cap(struct file *file, void *priv, in vivid_s_fmt_vid_cap() argument
675 struct vivid_dev *dev = video_drvdata(file); in vivid_s_fmt_vid_cap()
679 int ret = vivid_try_fmt_vid_cap(file, priv, f); in vivid_s_fmt_vid_cap()
807 int vidioc_g_fmt_vid_cap_mplane(struct file *file, void *priv, in vidioc_g_fmt_vid_cap_mplane() argument
810 struct vivid_dev *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap_mplane()
814 return vivid_g_fmt_vid_cap(file, priv, f); in vidioc_g_fmt_vid_cap_mplane()
[all …]
/OK3568_Linux_fs/kernel/fs/ocfs2/cluster/
H A Dnetdebug.c166 static int nst_fop_open(struct inode *inode, struct file *file) in nst_fop_open() argument
170 dummy_nst = __seq_open_private(file, &nst_seq_ops, sizeof(*dummy_nst)); in nst_fop_open()
178 static int nst_fop_release(struct inode *inode, struct file *file) in nst_fop_release() argument
180 struct seq_file *seq = file->private_data; in nst_fop_release()
184 return seq_release_private(inode, file); in nst_fop_release()
380 static int sc_common_open(struct file *file, int ctxt) in sc_common_open() argument
389 sd = __seq_open_private(file, &sc_seq_ops, sizeof(*sd)); in sc_common_open()
403 static int sc_fop_release(struct inode *inode, struct file *file) in sc_fop_release() argument
405 struct seq_file *seq = file->private_data; in sc_fop_release()
411 return seq_release_private(inode, file); in sc_fop_release()
[all …]
/OK3568_Linux_fs/kernel/fs/hfsplus/
H A Dinode.c25 static int hfsplus_readpage(struct file *file, struct page *page) in hfsplus_readpage() argument
45 static int hfsplus_write_begin(struct file *file, struct address_space *mapping, in hfsplus_write_begin() argument
52 ret = cont_write_begin(file, mapping, pos, len, flags, pagep, fsdata, in hfsplus_write_begin()
128 struct file *file = iocb->ki_filp; in hfsplus_direct_IO() local
129 struct address_space *mapping = file->f_mapping; in hfsplus_direct_IO()
215 static int hfsplus_file_open(struct inode *inode, struct file *file) in hfsplus_file_open() argument
219 if (!(file->f_flags & O_LARGEFILE) && i_size_read(inode) > MAX_NON_LFS) in hfsplus_file_open()
225 static int hfsplus_file_release(struct inode *inode, struct file *file) in hfsplus_file_release() argument
293 int hfsplus_file_fsync(struct file *file, loff_t start, loff_t end, in hfsplus_file_fsync() argument
296 struct inode *inode = file->f_mapping->host; in hfsplus_file_fsync()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-eth-debugfs.c14 static int dpaa2_dbg_cpu_show(struct seq_file *file, void *offset) in dpaa2_dbg_cpu_show() argument
16 struct dpaa2_eth_priv *priv = (struct dpaa2_eth_priv *)file->private; in dpaa2_dbg_cpu_show()
21 seq_printf(file, "Per-CPU stats for %s\n", priv->net_dev->name); in dpaa2_dbg_cpu_show()
22 seq_printf(file, "%s%16s%16s%16s%16s%16s%16s%16s%16s%16s\n", in dpaa2_dbg_cpu_show()
29 seq_printf(file, "%3d%16llu%16llu%16llu%16llu%16llu%16llu%16llu%16llu%16llu\n", in dpaa2_dbg_cpu_show()
59 static int dpaa2_dbg_fqs_show(struct seq_file *file, void *offset) in dpaa2_dbg_fqs_show() argument
61 struct dpaa2_eth_priv *priv = (struct dpaa2_eth_priv *)file->private; in dpaa2_dbg_fqs_show()
66 seq_printf(file, "FQ stats for %s:\n", priv->net_dev->name); in dpaa2_dbg_fqs_show()
67 seq_printf(file, "%s%16s%16s%16s%16s%16s\n", in dpaa2_dbg_fqs_show()
80 seq_printf(file, "%5d%16d%16d%16s%16llu%16u\n", in dpaa2_dbg_fqs_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/dma-buf/
H A Ddma-buf.c160 static int dma_buf_file_release(struct inode *inode, struct file *file) in dma_buf_file_release() argument
164 if (!is_dma_buf_file(file)) in dma_buf_file_release()
167 dmabuf = file->private_data; in dma_buf_file_release()
203 static int dma_buf_mmap_internal(struct file *file, struct vm_area_struct *vma) in dma_buf_mmap_internal() argument
207 if (!is_dma_buf_file(file)) in dma_buf_mmap_internal()
210 dmabuf = file->private_data; in dma_buf_mmap_internal()
224 static loff_t dma_buf_llseek(struct file *file, loff_t offset, int whence) in dma_buf_llseek() argument
229 if (!is_dma_buf_file(file)) in dma_buf_llseek()
232 dmabuf = file->private_data; in dma_buf_llseek()
283 static __poll_t dma_buf_poll(struct file *file, poll_table *poll) in dma_buf_poll() argument
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.4/scripts/
H A Dkernel-doc465 my $file = shift;
486 print STDERR "${file}:$.: error: duplicate section name '$name'\n";
498 my $file = shift;
510 dump_section($file, $name, $contents);
1784 my ($prototype, $file) = @_;
1795 my $file = shift;
1820 create_parameterlist($members, ';', $file);
1821 check_sections($file, $declaration_name, "struct", $sectcheck, $struct_actual, $nested);
1837 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1844 my $file = shift;
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/postfix/
H A Dpostfix_3.6.7.bb4 file://main.cf \
5 file://postfix \
6 file://internal_recipient \
7 file://postfix.service \
8 file://aliasesdb \
9 file://check_hostname.sh \
10 file://0001-Fix-makedefs.patch \
11 file://0002-Change-fixed-postconf-to-a-variable-for-cross-compil.patch \
12 file://0003-makedefs-Use-native-compiler-to-build-makedefs.test.patch \
13 file://0004-Fix-icu-config.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/
H A Dunfs3_git.bb8 LIC_FILES_CHKSUM = "file://LICENSE;md5=9475885294e17c0cc0067820d042792e"
18 file://unfs3_parallel_build.patch \
19 file://alternate_rpc_ports.patch \
20 file://fix_pid_race_parent_writes_child_pid.patch \
21 file://fix_compile_warning.patch \
22 file://rename_fh_cache.patch \
23 file://relative_max_socket_path_len.patch \
24 file://tcp_no_delay.patch \
25 file://0001-daemon.c-Libtirpc-porting-fixes.patch \
26 file://0001-attr-fix-utime-for-symlink.patch \
[all …]
/OK3568_Linux_fs/kernel/security/apparmor/
H A Dfile.c274 aa_str_perms(profile->file.dfa, profile->file.start, name, cond, perms); in __aa_path_perm()
381 state = aa_str_perms(profile->file.dfa, profile->file.start, lname, in profile_path_link()
388 state = aa_dfa_null_transition(profile->file.dfa, state); in profile_path_link()
389 aa_str_perms(profile->file.dfa, state, tname, cond, &perms); in profile_path_link()
411 aa_str_perms(profile->file.dfa, profile->file.start, tname, cond, in profile_path_link()
506 struct aa_label *flabel, struct file *file, in __file_path_perm() argument
512 .uid = file_inode(file)->i_uid, in __file_path_perm()
513 .mode = file_inode(file)->i_mode in __file_path_perm()
530 profile_path_perm(op, profile, &file->f_path, buffer, in __file_path_perm()
543 profile_path_perm(op, profile, &file->f_path, in __file_path_perm()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dpath.py65 for file in files + dirs:
66 path = os.path.join(walkroot, file)
177 for file in files:
178 yield os.path.join(root, file)
182 def __is_path_below(file, root): argument
183 return (file + os.path.sep).startswith(root)
209 def __realpath(file, root, loop_cnt, assume_dir): argument
210 while os.path.islink(file) and len(file) >= len(root):
212 raise OSError(errno.ELOOP, file)
215 target = os.path.normpath(os.readlink(file))
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath6kl/
H A Ddebug.c300 static ssize_t read_file_war_stats(struct file *file, char __user *user_buf, in read_file_war_stats() argument
303 struct ath6kl *ar = file->private_data; in read_file_war_stats()
376 static int ath6kl_fwlog_open(struct inode *inode, struct file *file) in ath6kl_fwlog_open() argument
385 file->private_data = inode->i_private; in ath6kl_fwlog_open()
389 static int ath6kl_fwlog_release(struct inode *inode, struct file *file) in ath6kl_fwlog_release() argument
398 static ssize_t ath6kl_fwlog_read(struct file *file, char __user *user_buf, in ath6kl_fwlog_read() argument
401 struct ath6kl *ar = file->private_data; in ath6kl_fwlog_read()
449 static ssize_t ath6kl_fwlog_block_read(struct file *file, in ath6kl_fwlog_block_read() argument
454 struct ath6kl *ar = file->private_data; in ath6kl_fwlog_block_read()
525 static ssize_t ath6kl_fwlog_mask_read(struct file *file, char __user *user_buf, in ath6kl_fwlog_mask_read() argument
[all …]
/OK3568_Linux_fs/kernel/tools/testing/selftests/cpufreq/
H A Dcpufreq.sh52 for file in $files; do
53 if [ -f $1/$file ]; then
54 printf "$file:"
55 cat $1/$file
58 read_cpufreq_files_in_dir "$1/$file"
84 for file in $files; do
85 if [ -f $1/$file ]; then
87 local wfile=$(ls -l $1/$file | awk '$1 ~ /^.*w.*/ { print $NF; }')
92 if [ $file != "scaling_setspeed" ]; then
93 local val=$(cat $1/$file)
[all …]
/OK3568_Linux_fs/kernel/drivers/staging/media/omap4iss/
H A Diss_video.c529 iss_video_querycap(struct file *file, void *fh, struct v4l2_capability *cap) in iss_video_querycap() argument
531 struct iss_video *video = video_drvdata(file); in iss_video_querycap()
543 iss_video_enum_format(struct file *file, void *fh, struct v4l2_fmtdesc *f) in iss_video_enum_format() argument
545 struct iss_video *video = video_drvdata(file); in iss_video_enum_format()
576 iss_video_get_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_get_format() argument
579 struct iss_video *video = video_drvdata(file); in iss_video_get_format()
592 iss_video_set_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_set_format() argument
595 struct iss_video *video = video_drvdata(file); in iss_video_set_format()
617 iss_video_try_format(struct file *file, void *fh, struct v4l2_format *format) in iss_video_try_format() argument
619 struct iss_video *video = video_drvdata(file); in iss_video_try_format()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/dynamic-layers/meta-python/recipes-dbs/mongodb/
H A Dmongodb_git.bb3 LIC_FILES_CHKSUM = "file://LICENSE-Community.txt;md5=3a865f27f11f43ecbe542d9ea387dcf1 \
4 file://APACHE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
18 file://0001-Tell-scons-to-use-build-settings-from-environment-va.patch \
19 file://0001-Use-long-long-instead-of-int64_t.patch \
20 file://0001-Use-__GLIBC__-to-control-use-of-gnu_get_libc_version.patch \
21 file://0002-Add-a-definition-for-the-macro-__ELF_NATIVE_CLASS.patch \
22 file://arm64-support.patch \
23 file://0001-IntelRDFPMathLib20U1-Check-for-__DEFINED_wchar_t.patch \
24 file://0001-Support-deprecated-resolver-functions.patch \
25 file://0003-Fix-unknown-prefix-env.patch \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/mdadm/
H A Dmdadm_4.2.bb7 LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
8 file://mdmon.c;beginline=4;endline=18;md5=af7d8444d9c4d3e5c7caac0d9d34039d \
9 file://mdadm.h;beglinlne=4;endline=22;md5=462bc9936ac0d3da110191a3f9994161"
13 file://run-ptest \
14 file://mdadm-3.3.2_x32_abi_time_t.patch \
15 file://0001-mdadm.h-Undefine-dprintf-before-redefining.patch \
16 file://0001-Fix-the-path-of-corosync-and-dlm-header-files-check.patch \
17 file://0001-Use-CC-to-check-for-implicit-fallthrough-warning-sup.patch \
18 file://0001-fix-gcc-8-format-truncation-warning.patch \
19 file://debian-no-Werror.patch \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00debug.c192 static int rt2x00debug_file_open(struct inode *inode, struct file *file) in rt2x00debug_file_open() argument
196 file->private_data = inode->i_private; in rt2x00debug_file_open()
204 static int rt2x00debug_file_release(struct inode *inode, struct file *file) in rt2x00debug_file_release() argument
206 struct rt2x00debug_intf *intf = file->private_data; in rt2x00debug_file_release()
213 static int rt2x00debug_open_queue_dump(struct inode *inode, struct file *file) in rt2x00debug_open_queue_dump() argument
218 retval = rt2x00debug_file_open(inode, file); in rt2x00debug_open_queue_dump()
223 rt2x00debug_file_release(inode, file); in rt2x00debug_open_queue_dump()
230 static int rt2x00debug_release_queue_dump(struct inode *inode, struct file *file) in rt2x00debug_release_queue_dump() argument
238 return rt2x00debug_file_release(inode, file); in rt2x00debug_release_queue_dump()
241 static ssize_t rt2x00debug_read_queue_dump(struct file *file, in rt2x00debug_read_queue_dump() argument
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/android-tools/
H A Dandroid-tools_5.1.1.r37.bb5 file://${COMMON_LICENSE_DIR}/Apache-2.0;md5=89aea4e17d99a7cacdbeed46a0096b10 \
6 file://${COMMON_LICENSE_DIR}/GPL-2.0-only;md5=801f80980d171dd6425610833a22dbe6 \
7 file://${COMMON_LICENSE_DIR}/BSD-2-Clause;md5=cb641bc04cda31daea161b1bc15da69f \
8 file://${COMMON_LICENSE_DIR}/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9 \
29 file://core/0001-adb-remove-selinux-extensions.patch;patchdir=system/core \
30 file://core/0002-adb-Use-local-sockets-where-appropriate.patch;patchdir=system/core \
31 file://core/0003-adb-define-shell-command.patch;patchdir=system/core \
32 file://core/0004-adb-Fix-build-on-big-endian-systems.patch;patchdir=system/core \
33 file://core/0005-adb-add-base64-implementation.patch;patchdir=system/core \
34 file://core/0006-adb-Musl-fixes.patch;patchdir=system/core \
[all …]
/OK3568_Linux_fs/kernel/arch/um/os-Linux/
H A Dumid.c86 char file[256]; in remove_files_and_dir() local
101 if (len > sizeof(file)) { in remove_files_and_dir()
106 sprintf(file, "%s/%s", dir, ent->d_name); in remove_files_and_dir()
107 if (unlink(file) < 0 && errno != ENOENT) { in remove_files_and_dir()
138 char pid[sizeof("nnnnnnnnn")], *end, *file; in is_umdir_used() local
142 file = malloc(filelen); in is_umdir_used()
143 if (!file) in is_umdir_used()
146 snprintf(file, filelen, "%s/pid", dir); in is_umdir_used()
149 fd = open(file, O_RDONLY); in is_umdir_used()
154 "file '%s', err = %d\n", file, -fd); in is_umdir_used()
[all …]

1...<<11121314151617181920>>...754