Home
last modified time | relevance | path

Searched refs:file (Results 951 – 975 of 19370) sorted by relevance

1...<<31323334353637383940>>...775

/OK3568_Linux_fs/kernel/drivers/net/usb/GobiNet/
H A DQMIDevice.h242 struct file * pFilp,
253 struct file * pFilp );
259 struct file * pFilp,
269 struct file * pFilp );
273 struct file * pFilp,
276 static int UserspaceClose( struct file * pFilp );
282 struct file * pFilp,
289 struct file * pFilp,
295 struct file * pFilp,
/OK3568_Linux_fs/kernel/drivers/watchdog/
H A Dacquirewdt.c117 static ssize_t acq_write(struct file *file, const char __user *buf, in acq_write() argument
144 static long acq_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in acq_ioctl() argument
189 static int acq_open(struct inode *inode, struct file *file) in acq_open() argument
199 return stream_open(inode, file); in acq_open()
202 static int acq_close(struct inode *inode, struct file *file) in acq_close() argument
H A Dsbc_fitpc2_wdt.c69 static int fitpc2_wdt_open(struct inode *inode, struct file *file) in fitpc2_wdt_open() argument
78 return stream_open(inode, file); in fitpc2_wdt_open()
81 static ssize_t fitpc2_wdt_write(struct file *file, const char *data, in fitpc2_wdt_write() argument
120 static long fitpc2_wdt_ioctl(struct file *file, unsigned int cmd, in fitpc2_wdt_ioctl() argument
167 static int fitpc2_wdt_release(struct inode *inode, struct file *file) in fitpc2_wdt_release() argument
/OK3568_Linux_fs/kernel/fs/proc/
H A Dtask_mmu.c32 unsigned long text, lib, swap, anon, file, shmem; in task_mem() local
36 file = get_mm_counter(mm, MM_FILEPAGES); in task_mem()
49 hiwater_rss = total_rss = anon + file + shmem; in task_mem()
66 SEQ_PUT_DEC(" kB\nRssFile:\t", file); in task_mem()
247 static int proc_maps_open(struct inode *inode, struct file *file, in proc_maps_open() argument
250 struct proc_maps_private *priv = __seq_open_private(file, ops, psize); in proc_maps_open()
260 seq_release_private(inode, file); in proc_maps_open()
267 static int proc_map_release(struct inode *inode, struct file *file) in proc_map_release() argument
269 struct seq_file *seq = file->private_data; in proc_map_release()
275 return seq_release_private(inode, file); in proc_map_release()
[all …]
/OK3568_Linux_fs/kernel/tools/objtool/
H A Dbuiltin-check.c50 struct objtool_file *file; in cmd_check() local
60 file = objtool_open_read(objname); in cmd_check()
61 if (!file) in cmd_check()
64 ret = check(file); in cmd_check()
68 if (file->elf->changed) in cmd_check()
69 return elf_write(file->elf); in cmd_check()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-python/recipes-devtools/python/python3-supervisor/
H A Dsupervisord.conf1 ; supervisor config file
4 file=/var/run/supervisor.sock ; (the path to the socket file)
5 chmod=0700 ; sockef file mode (default 0700)
8 logfile=/var/log/supervisord.log ; (main log file;default $CWD/supervisord.log)
12 ; the below section must remain in the config file for RPC
24 ; interpreted as relative to this file. Included files *cannot*
/OK3568_Linux_fs/kernel/fs/ramfs/
H A DMakefile8 file-mmu-y := file-nommu.o
9 file-mmu-$(CONFIG_MMU) := file-mmu.o
10 ramfs-objs += inode.o $(file-mmu-y)
/OK3568_Linux_fs/kernel/Documentation/admin-guide/
H A Dinitrd.rst9 This RAM disk can then be mounted as the root file system and programs
10 can be run from it. Afterwards, a new root file system can be mounted
38 6) init mounts the "real" root file system
39 7) init places the root file system at the root directory using the
43 9) the initrd file system is removed
47 procedure. Also note that file systems mounted under initrd continue to
58 Loads the specified file as the initial RAM disk. When using LILO, you
59 have to specify the RAM disk image file in /etc/lilo.conf, using the
65 the "normal" root file system is mounted. initrd data can be read
67 in this case and doesn't necessarily have to be a file system image.
[all …]
/OK3568_Linux_fs/kernel/drivers/media/test-drivers/
H A Dvim2m.c235 static inline struct vim2m_ctx *file2ctx(struct file *file) in file2ctx() argument
237 return container_of(file->private_data, struct vim2m_ctx, fh); in file2ctx()
655 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument
696 static int vidioc_enum_fmt_vid_cap(struct file *file, void *priv, in vidioc_enum_fmt_vid_cap() argument
702 static int vidioc_enum_fmt_vid_out(struct file *file, void *priv, in vidioc_enum_fmt_vid_out() argument
708 static int vidioc_enum_framesizes(struct file *file, void *priv, in vidioc_enum_framesizes() argument
756 static int vidioc_g_fmt_vid_out(struct file *file, void *priv, in vidioc_g_fmt_vid_out() argument
759 return vidioc_g_fmt(file2ctx(file), f); in vidioc_g_fmt_vid_out()
762 static int vidioc_g_fmt_vid_cap(struct file *file, void *priv, in vidioc_g_fmt_vid_cap() argument
765 return vidioc_g_fmt(file2ctx(file), f); in vidioc_g_fmt_vid_cap()
[all …]
/OK3568_Linux_fs/kernel/arch/s390/kernel/
H A Ddebug.c69 static ssize_t debug_output(struct file *file, char __user *user_buf,
71 static ssize_t debug_input(struct file *file, const char __user *user_buf,
73 static int debug_open(struct inode *inode, struct file *file);
74 static int debug_close(struct inode *inode, struct file *file);
82 struct file *file, const char __user *user_buf,
87 struct file *file, const char __user *user_buf,
90 struct file *file, const char __user *user_buf,
455 static ssize_t debug_output(struct file *file, /* file descriptor */ in debug_output() argument
464 p_info = (file_private_info_t *) file->private_data; in debug_output()
505 static ssize_t debug_input(struct file *file, const char __user *user_buf, in debug_input() argument
[all …]
/OK3568_Linux_fs/yocto/meta-qt5/recipes-qt/qt5/
H A Dqtbase_git.bb7 file://LICENSE.LGPL3;md5=e6a600fd5e1d9cbde2d983680233ad02 \
8 file://LICENSE.GPL2;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
9 file://LICENSE.GPL3;md5=d32239bcb673463ab874e80d47fae504 \
10 file://LICENSE.GPL3-EXCEPT;md5=763d8c535a234d9a3fb682c7ecb6c073 \
11 file://LICENSE.FDL;md5=6d9f2a9af4c8b8c3c769f6cc1b6aaf7e \
12 file://LICENSE.QT-LICENSE-AGREEMENT;md5=c8b6dd132d52c6e5a545df07a4e3e283 \
19 file://0001-Add-linux-oe-g-platform.patch \
20 file://0002-cmake-Use-OE_QMAKE_PATH_EXTERNAL_HOST_BINS.patch \
21 file://0003-qlibraryinfo-allow-to-set-qt.conf-from-the-outside-u.patch \
22 file://0004-configure-bump-path-length-from-256-to-512-character.patch \
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/intel/iwlwifi/mvm/
H A Ddebugfs-vif.c190 static ssize_t iwl_dbgfs_tx_pwr_lmt_read(struct file *file, in iwl_dbgfs_tx_pwr_lmt_read() argument
194 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_tx_pwr_lmt_read()
205 static ssize_t iwl_dbgfs_pm_params_read(struct file *file, in iwl_dbgfs_pm_params_read() argument
209 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_pm_params_read()
221 static ssize_t iwl_dbgfs_mac_params_read(struct file *file, in iwl_dbgfs_mac_params_read() argument
225 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_mac_params_read()
447 static ssize_t iwl_dbgfs_bf_params_read(struct file *file, in iwl_dbgfs_bf_params_read() argument
451 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_bf_params_read()
503 static ssize_t iwl_dbgfs_os_device_timediff_read(struct file *file, in iwl_dbgfs_os_device_timediff_read() argument
507 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_os_device_timediff_read()
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/s5p-g2d/
H A Dg2d.c233 static int g2d_open(struct file *file) in g2d_open() argument
235 struct g2d_dev *dev = video_drvdata(file); in g2d_open()
258 v4l2_fh_init(&ctx->fh, video_devdata(file)); in g2d_open()
259 file->private_data = &ctx->fh; in g2d_open()
274 static int g2d_release(struct file *file) in g2d_release() argument
276 struct g2d_dev *dev = video_drvdata(file); in g2d_release()
277 struct g2d_ctx *ctx = fh2ctx(file->private_data); in g2d_release()
291 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument
300 static int vidioc_enum_fmt(struct file *file, void *prv, struct v4l2_fmtdesc *f) in vidioc_enum_fmt() argument
308 static int vidioc_g_fmt(struct file *file, void *prv, struct v4l2_format *f) in vidioc_g_fmt() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dvideo-i2c.c566 static int video_i2c_querycap(struct file *file, void *priv, in video_i2c_querycap() argument
569 struct video_i2c_data *data = video_drvdata(file); in video_i2c_querycap()
581 static int video_i2c_g_input(struct file *file, void *fh, unsigned int *inp) in video_i2c_g_input() argument
588 static int video_i2c_s_input(struct file *file, void *fh, unsigned int inp) in video_i2c_s_input() argument
593 static int video_i2c_enum_input(struct file *file, void *fh, in video_i2c_enum_input() argument
606 static int video_i2c_enum_fmt_vid_cap(struct file *file, void *fh, in video_i2c_enum_fmt_vid_cap() argument
609 struct video_i2c_data *data = video_drvdata(file); in video_i2c_enum_fmt_vid_cap()
621 static int video_i2c_enum_framesizes(struct file *file, void *fh, in video_i2c_enum_framesizes() argument
624 const struct video_i2c_data *data = video_drvdata(file); in video_i2c_enum_framesizes()
641 static int video_i2c_enum_frameintervals(struct file *file, void *priv, in video_i2c_enum_frameintervals() argument
[all …]
/OK3568_Linux_fs/kernel/security/integrity/ima/
H A Dima_crypto.c329 static int ima_calc_file_hash_atfm(struct file *file, in ima_calc_file_hash_atfm() argument
356 i_size = i_size_read(file_inode(file)); in ima_calc_file_hash_atfm()
394 rc = integrity_kernel_read(file, offset, rbuf[active], in ima_calc_file_hash_atfm()
440 static int ima_calc_file_ahash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_ahash() argument
449 rc = ima_calc_file_hash_atfm(file, hash, tfm); in ima_calc_file_ahash()
456 static int ima_calc_file_hash_tfm(struct file *file, in ima_calc_file_hash_tfm() argument
473 i_size = i_size_read(file_inode(file)); in ima_calc_file_hash_tfm()
485 rbuf_len = integrity_kernel_read(file, offset, rbuf, PAGE_SIZE); in ima_calc_file_hash_tfm()
507 static int ima_calc_file_shash(struct file *file, struct ima_digest_data *hash) in ima_calc_file_shash() argument
516 rc = ima_calc_file_hash_tfm(file, hash, tfm); in ima_calc_file_shash()
[all …]
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-devices-edac4 Description: This write-only control file will zero all the statistical
15 Description: This attribute file displays how many seconds have elapsed
22 Description: This attribute file displays the type of memory controller
28 Description: This attribute file displays, in count of megabytes, of memory
34 Description: This attribute file displays the total count of uncorrectable
42 Description: This attribute file displays the number of UEs that have
49 Description: This attribute file displays the total count of correctable
59 Description: This attribute file displays the number of CEs that
69 Description: Read/Write attribute file that controls memory scrubbing.
71 writing a minimum bandwidth in bytes/sec to the attribute file.
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/nss/
H A Dnss_3.74.bb16 LIC_FILES_CHKSUM = "file://nss/COPYING;md5=3b1e88e1b9c0b5a4b2881d46cce06a18 \
17 file://nss/lib/freebl/mpi/doc/LICENSE;md5=491f158d09d948466afce85d6f1fe18f \
18 file://nss/lib/freebl/mpi/doc/LICENSE-MPL;md5=5d425c8f3157dbf212db2ec53d9e5132 \
19file://nss/lib/freebl/verified/Hacl_Poly1305_256.c;beginline=1;endline=22;md5=d4096c1e4421ee56e9e0…
24 file://nss.pc.in \
25 file://0001-nss-fix-support-cross-compiling.patch \
26 file://nss-no-rpath-for-cross-compiling.patch \
27 file://nss-fix-incorrect-shebang-of-perl.patch \
28 file://disable-Wvarargs-with-clang.patch \
29 file://pqg.c-ULL_addend.patch \
[all …]
/OK3568_Linux_fs/u-boot/doc/
H A DREADME.fdt-control12 using CONFIG options in the board config file. This feature aims to
19 for three reasons. Firstly it is easy to use, being a simple text file.
24 compiler checks the text file and converts it to a compact binary
32 the features of each board in the device tree file, and have a single
35 To enable this feature, add CONFIG_OF_CONTROL to your board config file.
41 An fdt can be specified in source format as a text file. To read about
86 You will also find a useful fdtdump utility for decoding a binary file, as
87 well as fdtget/fdtput for reading and writing properties in a binary file.
90 Where do I get an fdt file for my board?
93 You may find that the Linux kernel has a suitable file. Look in the
[all …]
/OK3568_Linux_fs/kernel/drivers/media/platform/rockchip/isp/
H A Disp_params.c23 static int rkisp_params_enum_fmt_meta_out(struct file *file, void *priv, in rkisp_params_enum_fmt_meta_out() argument
26 struct video_device *video = video_devdata(file); in rkisp_params_enum_fmt_meta_out()
37 static int rkisp_params_g_fmt_meta_out(struct file *file, void *fh, in rkisp_params_g_fmt_meta_out() argument
40 struct video_device *video = video_devdata(file); in rkisp_params_g_fmt_meta_out()
54 static int rkisp_params_querycap(struct file *file, in rkisp_params_querycap() argument
57 struct video_device *vdev = video_devdata(file); in rkisp_params_querycap()
258 static int rkisp_params_fh_open(struct file *filp) in rkisp_params_fh_open()
276 static int rkisp_params_fop_release(struct file *file) in rkisp_params_fop_release() argument
278 struct rkisp_isp_params_vdev *params = video_drvdata(file); in rkisp_params_fop_release()
281 ret = vb2_fop_release(file); in rkisp_params_fop_release()
[all …]
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dacpi_dbg.c64 static struct file *acpi_aml_active_reader;
469 static int acpi_aml_open(struct inode *inode, struct file *file) in acpi_aml_open() argument
483 if ((file->f_flags & O_ACCMODE) != O_WRONLY) { in acpi_aml_open()
493 acpi_aml_active_reader = file; in acpi_aml_open()
505 if (acpi_aml_active_reader == file) { in acpi_aml_open()
527 if (acpi_aml_active_reader == file) in acpi_aml_open()
535 static int acpi_aml_release(struct inode *inode, struct file *file) in acpi_aml_release() argument
539 if (file == acpi_aml_active_reader) { in acpi_aml_release()
606 static ssize_t acpi_aml_read(struct file *file, char __user *buf, in acpi_aml_read() argument
621 if (file->f_flags & O_NONBLOCK) in acpi_aml_read()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/rpm/
H A Drpm_4.17.1.bb25 LIC_FILES_CHKSUM = "file://COPYING;md5=c4eec0c20c6034b9407a09945b48a43f"
28 file://environment.d-rpm.sh \
29 file://0001-Do-not-add-an-unsatisfiable-dependency-when-building.patch \
30 file://0001-Do-not-read-config-files-from-HOME.patch \
31 file://0001-When-cross-installing-execute-package-scriptlets-wit.patch \
32 file://0001-Do-not-reset-the-PATH-environment-variable-before-ru.patch \
33 file://0002-Add-support-for-prefixing-etc-from-RPM_ETCCONFIGDIR-.patch \
34 file://0001-Do-not-hardcode-lib-rpm-as-the-installation-path-for.patch \
35 file://0001-Add-a-color-setting-for-mips64_n32-binaries.patch \
36 file://0001-perl-disable-auto-reqs.patch \
[all …]
/OK3568_Linux_fs/kernel/block/
H A Dbsg.c239 struct file *file) in bsg_add_device() argument
284 static struct bsg_device *bsg_get_device(struct inode *inode, struct file *file) in bsg_get_device() argument
302 bd = bsg_add_device(inode, bcd->queue, file); in bsg_get_device()
309 static int bsg_open(struct inode *inode, struct file *file) in bsg_open() argument
314 bd = bsg_get_device(inode, file); in bsg_open()
321 file->private_data = bd; in bsg_open()
325 static int bsg_release(struct inode *inode, struct file *file) in bsg_release() argument
327 struct bsg_device *bd = file->private_data; in bsg_release()
330 file->private_data = NULL; in bsg_release()
357 static long bsg_ioctl(struct file *file, unsigned int cmd, unsigned long arg) in bsg_ioctl() argument
[all …]
/OK3568_Linux_fs/kernel/drivers/net/wireless/ath/ath10k/
H A Dspectral.c273 static ssize_t read_file_spec_scan_ctl(struct file *file, char __user *user_buf, in read_file_spec_scan_ctl() argument
276 struct ath10k *ar = file->private_data; in read_file_spec_scan_ctl()
301 static ssize_t write_file_spec_scan_ctl(struct file *file, in write_file_spec_scan_ctl() argument
305 struct ath10k *ar = file->private_data; in write_file_spec_scan_ctl()
364 static ssize_t read_file_spectral_count(struct file *file, in read_file_spectral_count() argument
368 struct ath10k *ar = file->private_data; in read_file_spectral_count()
381 static ssize_t write_file_spectral_count(struct file *file, in write_file_spectral_count() argument
385 struct ath10k *ar = file->private_data; in write_file_spectral_count()
416 static ssize_t read_file_spectral_bins(struct file *file, in read_file_spectral_bins() argument
420 struct ath10k *ar = file->private_data; in read_file_spectral_bins()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/tpm/
H A Dtpm_vtpm_proxy.c72 static ssize_t vtpm_proxy_fops_read(struct file *filp, char __user *buf, in vtpm_proxy_fops_read()
127 static ssize_t vtpm_proxy_fops_write(struct file *filp, const char __user *buf, in vtpm_proxy_fops_write()
171 static __poll_t vtpm_proxy_fops_poll(struct file *filp, poll_table *wait) in vtpm_proxy_fops_poll()
200 static void vtpm_proxy_fops_open(struct file *filp) in vtpm_proxy_fops_open()
233 static int vtpm_proxy_fops_release(struct inode *inode, struct file *filp) in vtpm_proxy_fops_release()
533 static struct file *vtpm_proxy_create_device( in vtpm_proxy_create_device()
538 struct file *file; in vtpm_proxy_create_device() local
556 file = anon_inode_getfile("[vtpms]", &vtpm_proxy_fops, proxy_dev, in vtpm_proxy_create_device()
558 if (IS_ERR(file)) { in vtpm_proxy_create_device()
559 rc = PTR_ERR(file); in vtpm_proxy_create_device()
[all …]
/OK3568_Linux_fs/kernel/drivers/char/
H A Ddsp56k.c181 static ssize_t dsp56k_read(struct file *file, char __user *buf, size_t count, in dsp56k_read() argument
184 struct inode *inode = file_inode(file); in dsp56k_read()
244 static ssize_t dsp56k_write(struct file *file, const char __user *buf, size_t count, in dsp56k_write() argument
247 struct inode *inode = file_inode(file); in dsp56k_write()
306 static long dsp56k_ioctl(struct file *file, unsigned int cmd, in dsp56k_ioctl() argument
309 int dev = iminor(file_inode(file)) & 0x0f; in dsp56k_ioctl()
409 static __poll_t dsp56k_poll(struct file *file, poll_table *wait)
411 int dev = iminor(file_inode(file)) & 0x0f;
426 static int dsp56k_open(struct inode *inode, struct file *file) in dsp56k_open() argument
462 static int dsp56k_release(struct inode *inode, struct file *file) in dsp56k_release() argument

1...<<31323334353637383940>>...775