Home
last modified time | relevance | path

Searched refs:file (Results 101 – 125 of 17111) sorted by relevance

12345678910>>...685

/OK3568_Linux_fs/kernel/mm/
H A Dfadvise.c32 int generic_fadvise(struct file *file, loff_t offset, loff_t len, int advice) in generic_fadvise() argument
42 inode = file_inode(file); in generic_fadvise()
46 mapping = file->f_mapping; in generic_fadvise()
81 file->f_ra.ra_pages = bdi->ra_pages; in generic_fadvise()
82 spin_lock(&file->f_lock); in generic_fadvise()
83 file->f_mode &= ~FMODE_RANDOM; in generic_fadvise()
84 spin_unlock(&file->f_lock); in generic_fadvise()
87 spin_lock(&file->f_lock); in generic_fadvise()
88 file->f_mode |= FMODE_RANDOM; in generic_fadvise()
89 spin_unlock(&file->f_lock); in generic_fadvise()
[all …]
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/cell/spufs/
H A Dfile.c44 static int spufs_attr_open(struct inode *inode, struct file *file, in spufs_attr_open() argument
59 file->private_data = attr; in spufs_attr_open()
61 return nonseekable_open(inode, file); in spufs_attr_open()
64 static int spufs_attr_release(struct inode *inode, struct file *file) in spufs_attr_release() argument
66 kfree(file->private_data); in spufs_attr_release()
70 static ssize_t spufs_attr_read(struct file *file, char __user *buf, in spufs_attr_read() argument
77 attr = file->private_data; in spufs_attr_read()
103 static ssize_t spufs_attr_write(struct file *file, const char __user *buf, in spufs_attr_write() argument
111 attr = file->private_data; in spufs_attr_write()
142 static int __fops ## _open(struct inode *inode, struct file *file) \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/
H A Dtcp-wrappers_7.6.bb8 LIC_FILES_CHKSUM = "file://DISCLAIMER;md5=071bd69cb78b18888ea5e3da5c3127fa"
22 file://00_man_quoting.diff \
23 file://01_man_portability.patch \
24 file://05_wildcard_matching.patch \
25 file://06_fix_gethostbyname.patch \
26 file://10_usagi-ipv6.patch \
27 file://11_tcpd_blacklist.patch \
28 file://11_usagi_fix.patch \
29 file://12_makefile_config.patch \
30 file://13_shlib_weaksym.patch \
[all …]
/OK3568_Linux_fs/kernel/fs/
H A Deventfd.c123 static int eventfd_release(struct inode *inode, struct file *file) in eventfd_release() argument
125 struct eventfd_ctx *ctx = file->private_data; in eventfd_release()
132 static __poll_t eventfd_poll(struct file *file, poll_table *wait) in eventfd_poll() argument
134 struct eventfd_ctx *ctx = file->private_data; in eventfd_poll()
138 poll_wait(file, &ctx->wqh, wait); in eventfd_poll()
227 struct file *file = iocb->ki_filp; in eventfd_read() local
228 struct eventfd_ctx *ctx = file->private_data; in eventfd_read()
236 if ((file->f_flags & O_NONBLOCK) || in eventfd_read()
269 static ssize_t eventfd_write(struct file *file, const char __user *buf, size_t count, in eventfd_write() argument
272 struct eventfd_ctx *ctx = file->private_data; in eventfd_write()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rcar-vin/
H A Drcar-v4l2.c303 static int rvin_querycap(struct file *file, void *priv, in rvin_querycap() argument
306 struct rvin_dev *vin = video_drvdata(file); in rvin_querycap()
315 static int rvin_try_fmt_vid_cap(struct file *file, void *priv, in rvin_try_fmt_vid_cap() argument
318 struct rvin_dev *vin = video_drvdata(file); in rvin_try_fmt_vid_cap()
323 static int rvin_s_fmt_vid_cap(struct file *file, void *priv, in rvin_s_fmt_vid_cap() argument
326 struct rvin_dev *vin = video_drvdata(file); in rvin_s_fmt_vid_cap()
352 static int rvin_g_fmt_vid_cap(struct file *file, void *priv, in rvin_g_fmt_vid_cap() argument
355 struct rvin_dev *vin = video_drvdata(file); in rvin_g_fmt_vid_cap()
362 static int rvin_enum_fmt_vid_cap(struct file *file, void *priv, in rvin_enum_fmt_vid_cap() argument
365 struct rvin_dev *vin = video_drvdata(file); in rvin_enum_fmt_vid_cap()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_ioc32.c92 static int compat_drm_version(struct file *file, unsigned int cmd, in compat_drm_version() argument
112 err = drm_ioctl_kernel(file, drm_version, &v, in compat_drm_version()
133 static int compat_drm_getunique(struct file *file, unsigned int cmd, in compat_drm_getunique() argument
150 err = drm_ioctl_kernel(file, drm_getunique, &uq, 0); in compat_drm_getunique()
160 static int compat_drm_setunique(struct file *file, unsigned int cmd, in compat_drm_setunique() argument
177 static int compat_drm_getmap(struct file *file, unsigned int cmd, in compat_drm_getmap() argument
189 err = drm_ioctl_kernel(file, drm_legacy_getmap_ioctl, &map, 0); in compat_drm_getmap()
205 static int compat_drm_addmap(struct file *file, unsigned int cmd, in compat_drm_addmap() argument
221 err = drm_ioctl_kernel(file, drm_legacy_addmap_ioctl, &map, in compat_drm_addmap()
239 static int compat_drm_rmmap(struct file *file, unsigned int cmd, in compat_drm_rmmap() argument
[all …]
/OK3568_Linux_fs/kernel/fs/proc/
H A Dfd.c25 struct file *file = NULL; in seq_show() local
39 file = fcheck_files(files, fd); in seq_show()
40 if (file) { in seq_show()
43 f_flags = file->f_flags; in seq_show()
47 get_file(file); in seq_show()
58 (long long)file->f_pos, f_flags, in seq_show()
59 real_mount(file->f_path.mnt)->mnt_id, in seq_show()
60 file_inode(file)->i_ino); in seq_show()
62 show_fd_locks(m, file, files); in seq_show()
66 if (file->f_op->show_fdinfo) in seq_show()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/
H A Dvivid-vid-common.h11 typedef int (*fmtfunc)(struct file *file, void *priv, struct v4l2_format *f);
18 int fmt_sp2mp_func(struct file *file, void *priv,
30 int vivid_enum_fmt_vid(struct file *file, void *priv, struct v4l2_fmtdesc *f);
31 int vidioc_g_std(struct file *file, void *priv, v4l2_std_id *id);
32 int vidioc_g_dv_timings(struct file *file, void *_fh, struct v4l2_dv_timings *timings);
33 int vidioc_enum_dv_timings(struct file *file, void *_fh, struct v4l2_enum_dv_timings *timings);
34 int vidioc_dv_timings_cap(struct file *file, void *_fh, struct v4l2_dv_timings_cap *cap);
35 int vidioc_g_edid(struct file *file, void *_fh, struct v4l2_edid *edid);
/OK3568_Linux_fs/kernel/drivers/media/v4l2-core/
H A Dv4l2-ioctl.c967 static int check_fmt(struct file *file, enum v4l2_buf_type type) in check_fmt() argument
976 struct video_device *vfd = video_devdata(file); in check_fmt()
1092 struct file *file, void *fh, void *arg) in v4l_querycap() argument
1095 struct video_device *vfd = video_devdata(file); in v4l_querycap()
1102 ret = ops->vidioc_querycap(file, fh, cap); in v4l_querycap()
1123 struct file *file, void *fh, void *arg) in v4l_g_input() argument
1125 struct video_device *vfd = video_devdata(file); in v4l_g_input()
1132 return ops->vidioc_g_input(file, fh, arg); in v4l_g_input()
1136 struct file *file, void *fh, void *arg) in v4l_g_output() argument
1138 struct video_device *vfd = video_devdata(file); in v4l_g_output()
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/
H A Ddebugfs.c80 static ssize_t tx_queue_len_read(struct file *file, char __user *userbuf, in tx_queue_len_read() argument
83 struct wl1271 *wl = file->private_data; in tx_queue_len_read()
128 static ssize_t param##_read(struct file *file, \
132 struct wl1271 *wl = file->private_data; \
138 static ssize_t param##_write(struct file *file, \
142 struct wl1271 *wl = file->private_data; \
180 static ssize_t gpio_power_read(struct file *file, char __user *user_buf, in gpio_power_read() argument
183 struct wl1271 *wl = file->private_data; in gpio_power_read()
194 static ssize_t gpio_power_write(struct file *file, in gpio_power_write() argument
198 struct wl1271 *wl = file->private_data; in gpio_power_write()
[all …]
/OK3568_Linux_fs/yocto/meta-browser/meta-firefox/recipes-browser/firefox/
H A Dfirefox_68.9.0esr.bb15 LIC_FILES_CHKSUM = "file://toolkit/content/license.html;endline=33;md5=35d7fa1c4b86c115051c925fd624…
20 file://mozconfig \
21 file://mozilla-firefox.png \
22 file://mozilla-firefox.desktop \
23 file://prefs/vendor.js \
24 file://fixes/Allow-.js-preference-files-to-set-locked-prefs-with-.patch \
25 file://fixes/Bug-1526653-Include-struct-definitions-for-user_vfp-.patch \
26 file://fixes/Bug-1556197-amend-Bug-1544631-for-fixing-mips32.patch \
27 file://fixes/Bug-1560340-Only-add-confvars.sh-as-a-dependency-to-.patch \
28 file://fixes/bug1545437-enable-to-specify-rust-target.patch \
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-core/sdbus-c++/
H A Dsdbus-c++-libsystemd_250.3.bb7 LIC_FILES_CHKSUM = "file://LICENSE.LGPL2.1;md5=4fbd65380cdd255951079008b364516c"
16 file://static-libsystemd-pkgconfig.patch \
23 file://0002-don-t-use-glibc-specific-qsort_r.patch \
24 file://0003-missing_type.h-add-__compare_fn_t-and-comparison_fn_.patch \
25 file://0004-add-fallback-parse_printf_format-implementation.patch \
26 file://0005-src-basic-missing.h-check-for-missing-strndupa.patch \
27 file://0007-don-t-fail-if-GLOB_BRACE-and-GLOB_ALTDIRFUNC-is-not-.patch \
28 file://0008-add-missing-FTW_-macros-for-musl.patch \
29 file://0009-fix-missing-of-__register_atfork-for-non-glibc-build.patch \
30 file://0010-Use-uintmax_t-for-handling-rlim_t.patch \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/ethernet/netronome/nfp/
H A Dnfp_net_debugfs.c11 static int nfp_rx_q_show(struct seq_file *file, void *data) in nfp_rx_q_show() argument
13 struct nfp_net_r_vector *r_vec = file->private; in nfp_rx_q_show()
35 seq_printf(file, "RX[%02d,%02d]: cnt=%u dma=%pad host=%p H_RD=%u H_WR=%u FL_RD=%u FL_WR=%u\n", in nfp_rx_q_show()
42 seq_printf(file, "%04d: 0x%08x 0x%08x", i, in nfp_rx_q_show()
47 seq_printf(file, " frag=%p", frag); in nfp_rx_q_show()
50 seq_printf(file, " dma_addr=%pad", in nfp_rx_q_show()
54 seq_puts(file, " H_RD "); in nfp_rx_q_show()
56 seq_puts(file, " H_WR "); in nfp_rx_q_show()
58 seq_puts(file, " FL_RD"); in nfp_rx_q_show()
60 seq_puts(file, " FL_WR"); in nfp_rx_q_show()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/unzip/
H A Dunzip_6.0.bb6 LIC_FILES_CHKSUM = "file://LICENSE;md5=94caec5a51ef55ef711ee4e8b1c69e29"
11 file://avoid-strip.patch \
12 file://define-ldflags.patch \
13 file://06-unzip60-alt-iconv-utf8_CVE-2015-1315.patch \
14 file://cve-2014-9636.patch \
15 file://09-cve-2014-8139-crc-overflow.patch \
16 file://10-cve-2014-8140-test-compr-eb.patch \
17 file://11-cve-2014-8141-getzip64data.patch \
18 file://CVE-2015-7696.patch \
19 file://CVE-2015-7697.patch \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/mediatek/mt7601u/
H A Ddebugfs.c33 mt7601u_ampdu_stat_show(struct seq_file *file, void *data) in mt7601u_ampdu_stat_show() argument
35 struct mt7601u_dev *dev = file->private; in mt7601u_ampdu_stat_show()
39 seq_printf(file, #name ":\t%llu\n", dev->stats.grp[off]) in mt7601u_ampdu_stat_show()
62 seq_puts(file, "Aggregations stats:\n"); in mt7601u_ampdu_stat_show()
65 seq_printf(file, "%08llx ", in mt7601u_ampdu_stat_show()
67 seq_putc(file, '\n'); in mt7601u_ampdu_stat_show()
70 seq_printf(file, "recent average AMPDU len: %d\n", in mt7601u_ampdu_stat_show()
79 mt7601u_eeprom_param_show(struct seq_file *file, void *data) in mt7601u_eeprom_param_show() argument
81 struct mt7601u_dev *dev = file->private; in mt7601u_eeprom_param_show()
86 seq_printf(file, "RF freq offset: %hhx\n", dev->ee->rf_freq_off); in mt7601u_eeprom_param_show()
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/armhf/linux-kbuild-4.19/scripts/
H A Dkernel-doc427 my $file = shift @ARGV;
428 push(@export_file_list, $file);
468 my $file = shift;
488 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
505 my $file = shift;
519 dump_section($file, $name, $contents);
1052 my ($prototype, $file) = @_;
1063 my $file = shift;
1157 create_parameterlist($members, ';', $file, $declaration_name);
1158 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
[all …]
/OK3568_Linux_fs/device/rockchip/common/linux-kbuild/aarch64/linux-kbuild-4.19/scripts/
H A Dkernel-doc427 my $file = shift @ARGV;
428 push(@export_file_list, $file);
468 my $file = shift;
488 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
505 my $file = shift;
519 dump_section($file, $name, $contents);
1052 my ($prototype, $file) = @_;
1063 my $file = shift;
1157 create_parameterlist($members, ';', $file, $declaration_name);
1158 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
[all …]
/OK3568_Linux_fs/kernel/drivers/media/radio/wl128x/
H A Dfmdrv_v4l2.c32 static ssize_t fm_v4l2_fops_read(struct file *file, char __user * buf, in fm_v4l2_fops_read() argument
39 fmdev = video_drvdata(file); in fm_v4l2_fops_read()
65 ret = fmc_transfer_rds_from_internal_buff(fmdev, file, buf, count); in fm_v4l2_fops_read()
72 static ssize_t fm_v4l2_fops_write(struct file *file, const char __user * buf, in fm_v4l2_fops_write() argument
86 fmdev = video_drvdata(file); in fm_v4l2_fops_write()
96 static __poll_t fm_v4l2_fops_poll(struct file *file, struct poll_table_struct *pts) in fm_v4l2_fops_poll() argument
101 fmdev = video_drvdata(file); in fm_v4l2_fops_poll()
103 ret = fmc_is_rds_data_available(fmdev, file, pts); in fm_v4l2_fops_poll()
115 static int fm_v4l2_fops_open(struct file *file) in fm_v4l2_fops_open() argument
126 fmdev = video_drvdata(file); in fm_v4l2_fops_open()
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/video/
H A Dfont.qrc3 <file>fonts/fontawesome-webfont.ttf</file>
4 <file>fonts/filemanager_zh.qm</file>
5 <file>fonts/filemanager_zh.ts</file>
6 <file>fonts/qfile_zh.qm</file>
7 <file>fonts/qfile_zh.ts</file>
8 <file>fonts/qt_zh_CN.qm</file>
9 <file>fonts/qt_zh_CN.ts</file>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/music/
H A Dfont.qrc3 <file>fonts/fontawesome-webfont.ttf</file>
4 <file>fonts/filemanager_zh.qm</file>
5 <file>fonts/filemanager_zh.ts</file>
6 <file>fonts/qfile_zh.qm</file>
7 <file>fonts/qfile_zh.ts</file>
8 <file>fonts/qt_zh_CN.qm</file>
9 <file>fonts/qt_zh_CN.ts</file>
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/MediaUI/
H A Dfont.qrc3 <file>fonts/fontawesome-webfont.ttf</file>
4 <file>fonts/filemanager_zh.qm</file>
5 <file>fonts/filemanager_zh.ts</file>
6 <file>fonts/qfile_zh.qm</file>
7 <file>fonts/qfile_zh.ts</file>
8 <file>fonts/qt_zh_CN.qm</file>
9 <file>fonts/qt_zh_CN.ts</file>
/OK3568_Linux_fs/kernel/scripts/
H A Dleaking_addresses.pl239 my $file = '/boot/config-' . `uname -r`;
240 chomp $file;
241 @config_files = ($file, '/boot/config');
244 foreach my $file (@config_files) {
245 dprint("parsing config file: $file\n");
246 $value = option_from_file($option, $file);
262 my ($option, $file) = @_;
266 open(my $fh, "<", $file) or return "";
429 my ($file) = @_;
434 parse_file($file);
[all …]
/OK3568_Linux_fs/kernel/drivers/infiniband/hw/hfi1/
H A Ddebugfs.c68 ssize_t hfi1_seq_read(struct file *file, char __user *buf, size_t size, in hfi1_seq_read() argument
71 struct dentry *d = file->f_path.dentry; in hfi1_seq_read()
77 r = seq_read(file, buf, size, ppos); in hfi1_seq_read()
82 loff_t hfi1_seq_lseek(struct file *file, loff_t offset, int whence) in hfi1_seq_lseek() argument
84 struct dentry *d = file->f_path.dentry; in hfi1_seq_lseek()
90 r = seq_lseek(file, offset, whence); in hfi1_seq_lseek()
95 #define private2dd(file) (file_inode(file)->i_private) argument
96 #define private2ppd(file) (file_inode(file)->i_private) argument
459 static ssize_t dev_counters_read(struct file *file, char __user *buf, in dev_counters_read() argument
467 dd = private2dd(file); in dev_counters_read()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/
H A Drdist_6.1.5.bb1 SUMMARY = "Remote file distribution client and server"
9 LIC_FILES_CHKSUM = "file://Copyright;md5=3f47ec9f64b11c8192ee05a66b5c2755"
15 SRC_URI += "file://rdist-6.1.5-linux.patch \
16 file://rdist-6.1.5-links.patch \
17 file://rdist-6.1.5-oldpath.patch \
18 file://rdist-6.1.5-hardlink.patch \
19 file://rdist-6.1.5-bison.patch \
20 file://rdist-6.1.5-varargs.patch \
21 file://rdist-6.1.5-maxargs.patch \
22 file://rdist-6.1.5-lfs.patch \
[all …]
/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dhostaudio_kern.c70 static ssize_t hostaudio_read(struct file *file, char __user *buffer, in hostaudio_read() argument
73 struct hostaudio_state *state = file->private_data; in hostaudio_read()
97 static ssize_t hostaudio_write(struct file *file, const char __user *buffer, in hostaudio_write() argument
100 struct hostaudio_state *state = file->private_data; in hostaudio_write()
122 static __poll_t hostaudio_poll(struct file *file, in hostaudio_poll() argument
134 static long hostaudio_ioctl(struct file *file, in hostaudio_ioctl() argument
137 struct hostaudio_state *state = file->private_data; in hostaudio_ioctl()
177 static int hostaudio_open(struct inode *inode, struct file *file) in hostaudio_open() argument
193 if (file->f_mode & FMODE_READ) in hostaudio_open()
195 if (file->f_mode & FMODE_WRITE) in hostaudio_open()
[all …]

12345678910>>...685