Searched refs:file (Results 26 - 50 of 3441) sorted by relevance

1234567891011>>

/linux-master/tools/testing/selftests/media_tests/
H A Dopen_loop_test.sh4 file=/dev/media$1
6 echo $file
8 R=$(./media_device_open -d $file);
/linux-master/drivers/media/pci/cx23885/
H A Dcx23885-ioctl.h13 int cx23885_g_chip_info(struct file *file, void *fh,
17 int cx23885_g_register(struct file *file, void *fh,
21 int cx23885_s_register(struct file *file, void *fh,
/linux-master/tools/testing/ktest/examples/bootconfigs/
H A Dverify-functiongraph.sh6 file="$1"
8 content=`cat $file`
10 echo "FAILED: $file has '$content', expected '$val'"
16 file="$1"
18 content=`cat $file | sed -ne "/^$val/p"`
20 echo "FAILED: $file does not contain '$val'"
21 cat $file
27 file=$1
30 if ! grep -q "$val" $file ; then
31 echo "FAILED: $file doe
[all...]
H A Dverify-tracing.sh6 file="$1"
8 content=`cat $file`
10 echo "FAILED: $file has '$content', expected '$val'"
16 file="$1"
18 content=`cat $file | sed -ne "/^$val/p"`
20 echo "FAILED: $file does not contain '$val'"
21 cat $file
27 file=$1
30 if ! grep -q "$val" $file ; then
31 echo "FAILED: $file doe
[all...]
H A Dverify-boottrace.sh6 file="$1"
8 content=`cat $file`
10 echo "FAILED: $file has '$content', expected '$val'"
16 file="$1"
18 content=`cat $file | sed -ne "/^$val/p"`
20 echo "FAILED: $file does not contain '$val'"
21 cat $file
27 file=$1
30 if ! grep -q "$val" $file ; then
31 echo "FAILED: $file doe
[all...]
/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-touch-cap.h29 int vivid_enum_fmt_tch(struct file *file, void *priv, struct v4l2_fmtdesc *f);
30 int vivid_g_fmt_tch(struct file *file, void *priv, struct v4l2_format *f);
31 int vivid_g_fmt_tch_mplane(struct file *file, void *priv, struct v4l2_format *f);
32 int vivid_enum_input_tch(struct file *file, void *priv, struct v4l2_input *inp);
33 int vivid_g_input_tch(struct file *file, voi
[all...]
H A Dvivid-vbi-cap.h15 int vidioc_g_fmt_vbi_cap(struct file *file, void *priv,
17 int vidioc_s_fmt_vbi_cap(struct file *file, void *priv,
19 int vidioc_g_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt);
20 int vidioc_try_fmt_sliced_vbi_cap(struct file *file, void *fh, struct v4l2_format *fmt);
21 int vidioc_s_fmt_sliced_vbi_cap(struct file *file, voi
[all...]
H A Dvivid-meta-out.h16 int vidioc_enum_fmt_meta_out(struct file *file, void *priv,
18 int vidioc_g_fmt_meta_out(struct file *file, void *priv,
20 int vidioc_s_fmt_meta_out(struct file *file, void *priv,
/linux-master/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)
/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_ioctls.h14 struct drm_file *file);
16 struct drm_file *file);
18 struct drm_file *file);
20 struct drm_file *file);
22 struct drm_file *file);
24 struct drm_file *file);
26 struct drm_file *file);
28 struct drm_file *file);
30 struct drm_file *file);
32 struct drm_file *file);
[all...]
/linux-master/drivers/media/pci/cx18/
H A Dcx18-ioctl.h15 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);
/linux-master/include/linux/
H A Deventpoll.h16 struct file;
22 struct file *get_epoll_tfile_raw_ptr(struct file *file, int tfd, unsigned long toff);
25 /* Used to release the epoll bits inside the "struct file" */
26 void eventpoll_release_file(struct file *file);
34 static inline void eventpoll_release(struct file *file) argument
42 * because the file i
67 eventpoll_release(struct file *file) argument
[all...]
H A Ddlm_plock.h10 int dlm_posix_lock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
12 int dlm_posix_unlock(dlm_lockspace_t *lockspace, u64 number, struct file *file,
14 int dlm_posix_cancel(dlm_lockspace_t *lockspace, u64 number, struct file *file,
16 int dlm_posix_get(dlm_lockspace_t *lockspace, u64 number, struct file *file,
H A Dfile.h15 struct file;
17 extern void fput(struct file *);
25 extern struct file *alloc_file_pseudo(struct inode *, struct vfsmount *,
27 extern struct file *alloc_file_pseudo_noaccount(struct inode *, struct vfsmount *,
29 extern struct file *alloc_file_clone(struct file *, int flags,
32 static inline void fput_light(struct file *file, int fput_needed) argument
35 fput(file);
39 struct file *fil member in struct:fd
[all...]
/linux-master/fs/btrfs/
H A Dreflink.h8 struct file;
10 loff_t btrfs_remap_file_range(struct file *file_in, loff_t pos_in,
11 struct file *file_out, loff_t pos_out,
/linux-master/drivers/gpu/drm/i915/
H A Di915_ioc32.h10 struct file;
11 long i915_ioc32_compat_ioctl(struct file *filp, unsigned int cmd,
/linux-master/tools/testing/selftests/damon/
H A D_debugfs_common.sh5 file=$1
11 echo "$content" > "$file"
14 echo "writing $content to $file doesn't return $expected"
16 echo "$orig_content" > "$file"
30 file=$1
35 content=$(cat "$file")
38 echo "reading $file expected $expected but $content"
40 echo "$orig_content" > "$file"
H A Ddebugfs_huge_count_read_write.sh11 for file in "$DBGFS/"*
13 ./huge_count_read_write "$file"
/linux-master/drivers/xen/xenfs/
H A Dxenstored.c12 static ssize_t xsd_read(struct file *file, char __user *buf, argument
15 const char *str = (const char *)file->private_data;
19 static int xsd_release(struct inode *inode, struct file *file) argument
21 kfree(file->private_data);
25 static int xsd_kva_open(struct inode *inode, struct file *file) argument
27 file->private_data = (void *)kasprintf(GFP_KERNEL, "0x%p",
29 if (!file
34 xsd_kva_mmap(struct file *file, struct vm_area_struct *vma) argument
56 xsd_port_open(struct inode *inode, struct file *file) argument
[all...]
/linux-master/sound/pci/asihpi/
H A Dhpioctl.h17 int asihpi_hpi_release(struct file *file);
19 long asihpi_hpi_ioctl(struct file *file, unsigned int cmd, unsigned long arg);
22 * (or other kernel process) In this case there is no file descriptor
/linux-master/fs/ocfs2/
H A Dmove_extents.h10 int ocfs2_ioctl_move_extents(struct file *filp, void __user *argp);
/linux-master/drivers/dma-buf/
H A Ddma-buf-sysfs-stats.h16 int dma_buf_stats_setup(struct dma_buf *dmabuf, struct file *file);
28 static inline int dma_buf_stats_setup(struct dma_buf *dmabuf, struct file *file) argument
/linux-master/drivers/char/tpm/
H A Dtpm-dev.h24 void tpm_common_open(struct file *file, struct tpm_chip *chip,
26 ssize_t tpm_common_read(struct file *file, char __user *buf,
28 ssize_t tpm_common_write(struct file *file, const char __user *buf,
30 __poll_t tpm_common_poll(struct file *file, poll_table *wait);
32 void tpm_common_release(struct file *file, struc
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dst_shmem_utils.c11 struct file *file; local
15 file = shmem_create_from_data("mock", &datum, sizeof(datum));
16 if (IS_ERR(file))
17 return PTR_ERR(file);
20 err = shmem_read(file, 0, &result, sizeof(result));
32 err = shmem_write(file, 0, &result, sizeof(result));
36 map = shmem_pin_map(file);
50 shmem_unpin_map(file, map);
52 fput(file);
[all...]
/linux-master/drivers/gpu/drm/i915/gem/selftests/
H A Dmock_context.h10 struct file;
24 live_context(struct drm_i915_private *i915, struct file *file);
27 live_context_for_engine(struct intel_engine_cs *engine, struct file *file);

Completed in 370 milliseconds

1234567891011>>