| /OK3568_Linux_fs/kernel/fs/ |
| H A D | nsfs.c | 19 static long ns_ioctl(struct file *filp, unsigned int ioctl, 151 struct file *f; in open_related_ns() 188 static long ns_ioctl(struct file *filp, unsigned int ioctl, in ns_ioctl() 232 bool proc_ns_file(const struct file *file) in proc_ns_file() argument 234 return file->f_op == &ns_file_operations; in proc_ns_file() 237 struct file *proc_ns_fget(int fd) in proc_ns_fget() 239 struct file *file; in proc_ns_fget() local 241 file = fget(fd); in proc_ns_fget() 242 if (!file) in proc_ns_fget() 245 if (file->f_op != &ns_file_operations) in proc_ns_fget() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/tl/ |
| H A D | mali_kbase_timeline_io.c | 80 static ssize_t kbasep_timeline_io_read(struct file *filp, char __user *buffer, 82 static __poll_t kbasep_timeline_io_poll(struct file *filp, poll_table *wait); 83 static int kbasep_timeline_io_release(struct inode *inode, struct file *filp); 84 static int kbasep_timeline_io_fsync(struct file *filp, loff_t start, loff_t end, 236 static ssize_t kbasep_timeline_io_read(struct file *filp, char __user *buffer, in kbasep_timeline_io_read() 344 static __poll_t kbasep_timeline_io_poll(struct file *filp, poll_table *wait) in kbasep_timeline_io_poll() 400 static int kbasep_timeline_io_open(struct inode *in, struct file *file) in kbasep_timeline_io_open() argument 407 file->private_data = kbdev->timeline; in kbasep_timeline_io_open() 422 struct dentry *file; in kbase_timeline_io_debugfs_init() local 427 file = debugfs_create_file("tlstream", 0400, kbdev->mali_debugfs_directory, kbdev, in kbase_timeline_io_debugfs_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/cx18/ |
| H A D | cx18-ioctl.h | 15 int cx18_s_std(struct file *file, void *fh, v4l2_std_id std); 16 int cx18_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf); 17 int cx18_s_input(struct file *file, void *fh, unsigned int inp);
|
| /OK3568_Linux_fs/kernel/drivers/media/i2c/nvp6158_drv/ |
| H A D | nvp6158_drv.h | 23 int nvp6158_open(struct inode * inode, struct file * file); 24 int nvp6158_close(struct inode * inode, struct file * file); 25 long nvp6158_native_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
|
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | evdev.c | 322 static int evdev_fasync(int fd, struct file *file, int on) in evdev_fasync() argument 324 struct evdev_client *client = file->private_data; in evdev_fasync() 326 return fasync_helper(fd, file, on, &client->fasync); in evdev_fasync() 435 static int evdev_release(struct inode *inode, struct file *file) in evdev_release() argument 437 struct evdev_client *client = file->private_data; in evdev_release() 444 input_flush_device(&evdev->handle, file); in evdev_release() 470 static int evdev_open(struct inode *inode, struct file *file) in evdev_open() argument 491 file->private_data = client; in evdev_open() 492 stream_open(inode, file); in evdev_open() 502 static ssize_t evdev_write(struct file *file, const char __user *buffer, in evdev_write() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/ |
| H A D | tap.c | 144 static int tap_enable_queue(struct tap_dev *tap, struct file *file, in tap_enable_queue() argument 165 static int tap_set_queue(struct tap_dev *tap, struct file *file, in tap_set_queue() argument 175 q->file = file; in tap_set_queue() 178 file->private_data = q; in tap_set_queue() 499 static int tap_open(struct inode *inode, struct file *file) in tap_open() argument 524 q->sock.file = file; in tap_open() 542 err = tap_set_queue(tap, file, q); in tap_open() 563 static int tap_release(struct inode *inode, struct file *file) in tap_release() argument 565 struct tap_queue *q = file->private_data; in tap_release() 570 static __poll_t tap_poll(struct file *file, poll_table *wait) in tap_poll() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/platform/sunxi/sun8i-di/ |
| H A D | sun8i-di.c | 310 static inline struct deinterlace_ctx *deinterlace_file2ctx(struct file *file) in deinterlace_file2ctx() argument 312 return container_of(file->private_data, struct deinterlace_ctx, fh); in deinterlace_file2ctx() 350 static int deinterlace_querycap(struct file *file, void *priv, in deinterlace_querycap() argument 361 static int deinterlace_enum_fmt(struct file *file, void *priv, in deinterlace_enum_fmt() argument 373 static int deinterlace_enum_framesizes(struct file *file, void *priv, in deinterlace_enum_framesizes() argument 393 static int deinterlace_g_fmt_vid_cap(struct file *file, void *priv, in deinterlace_g_fmt_vid_cap() argument 396 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_g_fmt_vid_cap() 403 static int deinterlace_g_fmt_vid_out(struct file *file, void *priv, in deinterlace_g_fmt_vid_out() argument 406 struct deinterlace_ctx *ctx = deinterlace_file2ctx(file); in deinterlace_g_fmt_vid_out() 413 static int deinterlace_try_fmt_vid_cap(struct file *file, void *priv, in deinterlace_try_fmt_vid_cap() argument [all …]
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ath/wil6210/ |
| H A D | debugfs.c | 614 static ssize_t wil_read_file_ioblob(struct file *file, char __user *user_buf, in wil_read_file_ioblob() argument 618 struct wil_blob_wrapper *wil_blob = file->private_data; in wil_read_file_ioblob() 693 static ssize_t wil_write_file_rxon(struct file *file, const char __user *buf, in wil_write_file_rxon() argument 696 struct wil6210_priv *wil = file->private_data; in wil_write_file_rxon() 734 static ssize_t wil_write_file_rbufcap(struct file *file, in wil_write_file_rbufcap() argument 738 struct wil6210_priv *wil = file->private_data; in wil_write_file_rbufcap() 777 static ssize_t wil_write_back(struct file *file, const char __user *buf, in wil_write_back() argument 780 struct wil6210_priv *wil = file->private_data; in wil_write_back() 850 static ssize_t wil_read_back(struct file *file, char __user *user_buf, in wil_read_back() argument 874 static ssize_t wil_write_pmccfg(struct file *file, const char __user *buf, in wil_write_pmccfg() argument [all …]
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | file.c | 54 static int ocfs2_init_file_private(struct inode *inode, struct file *file) in ocfs2_init_file_private() argument 62 fp->fp_file = file; in ocfs2_init_file_private() 65 file->private_data = fp; in ocfs2_init_file_private() 70 static void ocfs2_free_file_private(struct inode *inode, struct file *file) in ocfs2_free_file_private() argument 72 struct ocfs2_file_private *fp = file->private_data; in ocfs2_free_file_private() 79 file->private_data = NULL; in ocfs2_free_file_private() 83 static int ocfs2_file_open(struct inode *inode, struct file *file) in ocfs2_file_open() argument 86 int mode = file->f_flags; in ocfs2_file_open() 89 trace_ocfs2_file_open(inode, file, file->f_path.dentry, in ocfs2_file_open() 91 file->f_path.dentry->d_name.len, in ocfs2_file_open() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | ppdev.c | 115 static ssize_t pp_read(struct file *file, char __user *buf, size_t count, in pp_read() argument 118 unsigned int minor = iminor(file_inode(file)); in pp_read() 119 struct pp_struct *pp = file->private_data; in pp_read() 142 (file->f_flags & O_NONBLOCK) ? in pp_read() 170 if (file->f_flags & O_NONBLOCK) { in pp_read() 193 static ssize_t pp_write(struct file *file, const char __user *buf, in pp_write() argument 196 unsigned int minor = iminor(file_inode(file)); in pp_write() 197 struct pp_struct *pp = file->private_data; in pp_write() 218 (file->f_flags & O_NONBLOCK) ? in pp_write() 251 if (file->f_flags & O_NONBLOCK) { in pp_write() [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-connectivity/bind/bind-9.18.11/ |
| H A D | conf.patch | 12 +; BIND reverse data file for broadcast zone 28 +; BIND reverse data file for local loopback interface 44 +; BIND reverse data file for empty rfc1918 zone 63 +; BIND reserve data file for broadcast zone 79 +; BIND data file for local loopback interface 144 +// This is the primary configuration file for the BIND DNS server named. 153 + file "/etc/bind/db.root"; 161 + file "/etc/bind/db.local"; 166 + file "/etc/bind/db.127"; 171 + file "/etc/bind/db.0"; [all …]
|
| /OK3568_Linux_fs/yocto/poky/documentation/kernel-dev/ |
| H A D | common.rst | 73 :term:`MACHINE` variable appropriately in your ``conf/local.conf`` file 116 ``bblayers.conf`` file as follows:: 130 the build finishes, you can find the SDK installer file (i.e. 131 ``*.sh`` file) in the following directory:: 135 For this example, the installer file is named 251 :term:`MACHINE` variable appropriately in your ``conf/local.conf`` file 293 ``bblayers.conf`` file as follows:: 393 ``recipes-kernel`` directory holds your append file and eventual 397 ``meta-mylayer/conf`` directory and create the ``layer.conf`` file as 415 kernel's append file. This example uses the ``linux-yocto-4.12`` [all …]
|
| /OK3568_Linux_fs/kernel/drivers/crypto/caam/ |
| H A D | dpseci-debugfs.c | 9 static int dpseci_dbg_fqs_show(struct seq_file *file, void *offset) in dpseci_dbg_fqs_show() argument 11 struct dpaa2_caam_priv *priv = (struct dpaa2_caam_priv *)file->private; in dpseci_dbg_fqs_show() 15 seq_printf(file, "FQ stats for %s:\n", dev_name(priv->dev)); in dpseci_dbg_fqs_show() 16 seq_printf(file, "%s%16s%16s\n", in dpseci_dbg_fqs_show() 27 seq_printf(file, "%5d%16u%16u\n", fqid, fcnt, bcnt); in dpseci_dbg_fqs_show() 30 seq_printf(file, "%s%16s%16s\n", in dpseci_dbg_fqs_show() 41 seq_printf(file, "%5d%16u%16u\n", fqid, fcnt, bcnt); in dpseci_dbg_fqs_show()
|
| /OK3568_Linux_fs/buildroot/support/scripts/ |
| H A D | fix-rpath | 88 # do not process the patchelf binary but a copy to work-around "file in use" 93 sanitize_extra_args+=( "--relative-to-file" ) 130 rpath=$(${PATCHELF} --print-rpath "${file}" 2>&1) 136 changed=$(chmod -c u+w "${file}") 146 ${PATCHELF} --set-rpath ${changed_rpath} "${file}" 150 ${PATCHELF} --make-rpath-relative "${rootdir}" ${sanitize_extra_args[@]} "${file}" 152 test "${changed}" != "" && chmod u-w "${file}"
|
| /OK3568_Linux_fs/kernel/drivers/scsi/cxlflash/ |
| H A D | backend.h | 40 struct file * (*get_fd)(void *ctx_cookie, struct file_operations *fops, 42 void * (*fops_get_context)(struct file *file); 44 int (*fd_mmap)(struct file *file, struct vm_area_struct *vm); 45 int (*fd_release)(struct inode *inode, struct file *file);
|
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/iq_parser_v2/j2s/ |
| H A D | j2s_utils.cpp | 121 void* j2s_read_file(const char* file, size_t* size) in j2s_read_file() argument 127 DASSERT_MSG(file && !stat(file, &st), return NULL, "no such file: '%s'\n", in j2s_read_file() 128 file ? file : "<null>"); in j2s_read_file() 130 fd = open(file, O_RDONLY); in j2s_read_file() 131 DASSERT_MSG(fd >= 0, return NULL, "failed to open: '%s'\n", file); in j2s_read_file() 136 DBG("Read file: '%s'\n", file); in j2s_read_file() 139 ERR("failed to read: '%s'\n", file); in j2s_read_file() 152 static char* j2s_cache_file(const char* file) in j2s_cache_file() argument 165 if (!file) in j2s_cache_file() 169 strcat(cache_file, strrchr(file, '/') ? strrchr(file, '/') + 1 : file); in j2s_cache_file() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/test-drivers/vivid/ |
| H A D | vivid-sdr-cap.c | 332 int vivid_sdr_enum_freq_bands(struct file *file, void *fh, in vivid_sdr_enum_freq_bands() argument 351 int vivid_sdr_g_frequency(struct file *file, void *fh, in vivid_sdr_g_frequency() argument 354 struct vivid_dev *dev = video_drvdata(file); in vivid_sdr_g_frequency() 370 int vivid_sdr_s_frequency(struct file *file, void *fh, in vivid_sdr_s_frequency() argument 373 struct vivid_dev *dev = video_drvdata(file); in vivid_sdr_s_frequency() 411 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt) in vivid_sdr_g_tuner() argument 435 int vivid_sdr_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *vt) in vivid_sdr_s_tuner() argument 442 int vidioc_enum_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_fmtdesc *f) in vidioc_enum_fmt_sdr_cap() argument 450 int vidioc_g_fmt_sdr_cap(struct file *file, void *fh, struct v4l2_format *f) in vidioc_g_fmt_sdr_cap() argument 452 struct vivid_dev *dev = video_drvdata(file); in vidioc_g_fmt_sdr_cap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/radio/ |
| H A D | radio-tea5777.c | 254 static int vidioc_querycap(struct file *file, void *priv, in vidioc_querycap() argument 257 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_querycap() 266 static int vidioc_enum_freq_bands(struct file *file, void *priv, in vidioc_enum_freq_bands() argument 269 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_enum_freq_bands() 279 static int vidioc_g_tuner(struct file *file, void *priv, in vidioc_g_tuner() argument 282 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_g_tuner() 321 static int vidioc_s_tuner(struct file *file, void *priv, in vidioc_s_tuner() argument 324 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_s_tuner() 340 static int vidioc_g_frequency(struct file *file, void *priv, in vidioc_g_frequency() argument 343 struct radio_tea5777 *tea = video_drvdata(file); in vidioc_g_frequency() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/ttpci/ |
| H A D | av7110_av.c | 925 static __poll_t dvb_video_poll(struct file *file, poll_table *wait) in dvb_video_poll() argument 927 struct dvb_device *dvbdev = file->private_data; in dvb_video_poll() 933 if ((file->f_flags & O_ACCMODE) != O_RDONLY) in dvb_video_poll() 934 poll_wait(file, &av7110->avout.queue, wait); in dvb_video_poll() 936 poll_wait(file, &av7110->video_events.wait_queue, wait); in dvb_video_poll() 941 if ((file->f_flags & O_ACCMODE) != O_RDONLY) { in dvb_video_poll() 954 static ssize_t dvb_video_write(struct file *file, const char __user *buf, in dvb_video_write() argument 957 struct dvb_device *dvbdev = file->private_data; in dvb_video_write() 963 if ((file->f_flags & O_ACCMODE) == O_RDONLY) in dvb_video_write() 972 return ts_play(av7110, buf, count, file->f_flags & O_NONBLOCK, 1); in dvb_video_write() [all …]
|
| /OK3568_Linux_fs/buildroot/package/exim/ |
| H A D | Config.in | 20 string "Custom configuration file" 23 generates a configuration file for exim with reasonable 26 If you want to override the configuration file generated by 27 Buildroot with a customized file, set here the path to your 28 configuration file with this option. 30 This file shall comply with the syntax defined in the exim 32 Buildroot will generate a configuration file composed of the 33 content of the file you provide plus the toolchain-related
|
| /OK3568_Linux_fs/kernel/drivers/scsi/mpt3sas/ |
| H A D | mpt3sas_debugfs.c | 40 _debugfs_iocdump_read(struct file *filp, char __user *ubuf, size_t cnt, in _debugfs_iocdump_read() 56 _debugfs_iocdump_open(struct inode *inode, struct file *file) in _debugfs_iocdump_open() argument 67 file->private_data = debug; in _debugfs_iocdump_open() 77 _debugfs_iocdump_release(struct inode *inode, struct file *file) in _debugfs_iocdump_release() argument 79 struct mpt3sas_debugfs_buffer *debug = file->private_data; in _debugfs_iocdump_release() 84 file->private_data = NULL; in _debugfs_iocdump_release()
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-extended/bc/ |
| H A D | bc_1.07.1.bb | 6 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ 7 file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6 \ 8 file://bc/bcdefs.h;endline=17;md5=4295c06df9e833519a342f7b5d43db06 \ 9 file://dc/dc.h;endline=18;md5=36b8c600b63ee8c3aeade2764f6b2a4b \ 10 file://lib/number.c;endline=20;md5=cf43068cc88f837731dc53240456cfaf" 16 file://no-gen-libmath.patch \ 17 file://libmath.h \ 18 file://0001-dc-fix-exit-code-of-q-command.patch"
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/glib-2.0/glib-2.0/ |
| H A D | 0001-gio-tests-g-file-info-don-t-assume-million-in-one-ev.patch | 7 Subject: [PATCH] gio/tests/g-file-info: don't assume million-in-one events 10 The access and creation time tests create a file, gets the time in 16 $ stat g-file-info-test-50A450 -c %y 24 gio/tests/g-file-info.c | 4 ++-- 25 1 file changed, 2 insertions(+), 2 deletions(-) 27 diff --git a/gio/tests/g-file-info.c b/gio/tests/g-file-info.c 29 --- a/gio/tests/g-file-info.c 30 +++ b/gio/tests/g-file-info.c
|
| /OK3568_Linux_fs/buildroot/package/makedevs/ |
| H A D | README | 5 You can do all sorts of interesting things with a device table file. 7 file you can just add an entry like: 11 and (assuming the file /sbin/foobar exists) it will be made setuid 25 where name is the file name, type can be one of: 27 f: A regular file 29 c: Character special device file 30 b: Block special device file 33 uid is the user id for the target file, gid is the group id for the 34 target file. The rest of the entries (major, minor, etc) apply only
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/ti/wlcore/ |
| H A D | debugfs.h | 26 static ssize_t name## _read(struct file *file, char __user *userbuf, \ 29 struct wl1271 *wl = file->private_data; \ 54 static ssize_t sub## _ ##name## _read(struct file *file, \ 58 struct wl1271 *wl = file->private_data; \ 74 static ssize_t sub## _ ##name## _read(struct file *file, \ 78 struct wl1271 *wl = file->private_data; \
|