Searched refs:file (Results 1 - 25 of 3441) sorted by relevance

1234567891011>>

/linux-master/drivers/media/test-drivers/vivid/
H A Dvivid-vid-cap.h20 int vivid_g_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
21 int vivid_try_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
22 int vivid_s_fmt_vid_cap(struct file *file, void *priv, struct v4l2_format *f);
23 int vidioc_g_fmt_vid_cap_mplane(struct file *file, void *priv, struct v4l2_format *f);
24 int vidioc_try_fmt_vid_cap_mplane(struct file *file, voi
[all...]
H A Dvivid-radio-rx.h11 ssize_t vivid_radio_rx_read(struct file *, char __user *, size_t, loff_t *);
12 __poll_t vivid_radio_rx_poll(struct file *file, struct poll_table_struct *wait);
14 int vivid_radio_rx_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band);
15 int vivid_radio_rx_s_hw_freq_seek(struct file *file, void *fh, const struct v4l2_hw_freq_seek *a);
16 int vivid_radio_rx_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
17 int vivid_radio_rx_s_tuner(struct file *fil
[all...]
H A Dvivid-vid-out.h15 int vivid_g_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
16 int vivid_try_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
17 int vivid_s_fmt_vid_out(struct file *file, void *priv, struct v4l2_format *f);
18 int vidioc_g_fmt_vid_out_mplane(struct file *file, void *priv, struct v4l2_format *f);
19 int vidioc_try_fmt_vid_out_mplane(struct file *file, voi
[all...]
H A Dvivid-vbi-out.h12 int vidioc_g_fmt_vbi_out(struct file *file, void *priv,
14 int vidioc_s_fmt_vbi_out(struct file *file, void *priv,
16 int vidioc_g_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
17 int vidioc_try_fmt_sliced_vbi_out(struct file *file, void *fh, struct v4l2_format *fmt);
18 int vidioc_s_fmt_sliced_vbi_out(struct file *file, voi
[all...]
H A Dvivid-sdr-cap.h11 int vivid_sdr_enum_freq_bands(struct file *file, void *fh, struct v4l2_frequency_band *band);
12 int vivid_sdr_g_frequency(struct file *file, void *fh, struct v4l2_frequency *vf);
13 int vivid_sdr_s_frequency(struct file *file, void *fh, const struct v4l2_frequency *vf);
14 int vivid_sdr_g_tuner(struct file *file, void *fh, struct v4l2_tuner *vt);
15 int vivid_sdr_s_tuner(struct file *file, voi
[all...]
H A Dvivid-radio-tx.h11 ssize_t vivid_radio_tx_write(struct file *, const char __user *, size_t, loff_t *);
12 __poll_t vivid_radio_tx_poll(struct file *file, struct poll_table_struct *wait);
14 int vidioc_g_modulator(struct file *file, void *fh, struct v4l2_modulator *a);
15 int vidioc_s_modulator(struct file *file, void *fh, const struct v4l2_modulator *a);
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, voi
[all...]
/linux-master/arch/x86/um/vdso/
H A Dcheckundef.sh4 file="$2"
5 $nm "$file" | grep '^ *U' > /dev/null 2>&1
9 echo "$file: undefined symbols found" >&2
/linux-master/arch/x86/entry/vdso/
H A Dcheckundef.sh3 file="$2"
4 $nm "$file" | grep '^ *U' > /dev/null 2>&1
8 echo "$file: undefined symbols found" >&2
/linux-master/fs/ocfs2/
H A Dlocks.h5 * Function prototypes for Userspace file locking support
13 int ocfs2_flock(struct file *file, int cmd, struct file_lock *fl);
14 int ocfs2_lock(struct file *file, int cmd, struct file_lock *fl);
H A Dmmap.h5 int ocfs2_mmap(struct file *file, struct vm_area_struct *vma);
/linux-master/tools/testing/selftests/ftrace/samples/
H A Dfail.tc3 cat non-exist-file
H A Dxfail.tc3 cat non-exist-file || exit_xfail
/linux-master/tools/testing/selftests/damon/
H A Ddebugfs_attrs.sh6 # Test attrs file
9 file="$DBGFS/attrs"
10 orig_content=$(cat "$file")
12 test_write_succ "$file" "1 2 3 4 5" "$orig_content" "valid input"
13 test_write_fail "$file" "1 2 3 4" "$orig_content" "no enough fields"
14 test_write_fail "$file" "1 2 3 5 4" "$orig_content" \
16 test_content "$file" "$orig_content" "1 2 3 4 5" "successfully written"
17 echo "$orig_content" > "$file"
H A Ddebugfs_schemes.sh6 # Test schemes file
9 file="$DBGFS/schemes"
10 orig_content=$(cat "$file")
12 test_write_succ "$file" "1 2 3 4 5 6 4 0 0 0 1 2 3 1 100 3 2 1" \
14 test_write_fail "$file" "1 2
16 test_write_succ "$file" "" "$orig_content" "disabling"
17 test_write_fail "$file" "2 1 2 1 10 1 3 10 1 1 1 1 1 1 1 1 2 3" \
19 echo "$orig_content" > "$file"
H A Ddebugfs_target_ids.sh6 # Test target_ids file
9 file="$DBGFS/target_ids"
10 orig_content=$(cat "$file")
12 test_write_succ "$file" "1 2 3 4" "$orig_content" "valid input"
13 test_write_succ "$file" "1 2 abc 4" "$orig_content" "still valid input"
14 test_content "$file" "$orig_content" "1 2" "non-integer was there"
15 test_write_succ "$file" "abc 2 3" "$orig_content" "the file allows wrong input"
16 test_content "$file" "$orig_content" "" "wrong input written"
17 test_write_succ "$file" "" "
[all...]
/linux-master/drivers/gpu/drm/i915/gt/
H A Dshmem_utils.h13 struct file;
15 struct file *shmem_create_from_data(const char *name, void *data, size_t len);
16 struct file *shmem_create_from_object(struct drm_i915_gem_object *obj);
18 void *shmem_pin_map(struct file *file);
19 void shmem_unpin_map(struct file *file, void *ptr);
21 int shmem_read_to_iosys_map(struct file *file, loff_t off,
23 int shmem_read(struct file *fil
[all...]
/linux-master/scripts/
H A Dinstall.sh12 for file in "${KBUILD_IMAGE}" System.map
14 if [ ! -f "${file}" ]; then
16 echo >&2 " *** Missing file: ${file}"
24 for file in "${HOME}/bin/${INSTALLKERNEL}" \
29 if [ ! -x "${file}" ]; then
36 exec "${file}" "${KERNELRELEASE}" "${KBUILD_IMAGE}" System.map "${INSTALL_PATH}"
/linux-master/fs/xfs/scrub/
H A Dxfs_scrub.h10 # define xfs_scrub_metadata(file, sm) (-ENOTTY)
12 int xfs_scrub_metadata(struct file *file, struct xfs_scrub_metadata *sm);
/linux-master/tools/testing/selftests/efivarfs/
H A Defivarfs.sh56 local file=$efivarfs_mount/$FUNCNAME-$test_guid
58 printf "$attrs\x00" > $file
60 if [ ! -e $file ]; then
61 echo "$file couldn't be created" >&2
65 if [ $(stat -c %s $file) -ne 5 ]; then
66 echo "$file has invalid size" >&2
67 file_cleanup $file
70 file_cleanup $file
75 local file=$efivarfs_mount/$FUNCNAME-$test_guid
77 : > $file
[all...]
/linux-master/include/linux/
H A Dmemfd.h5 #include <linux/file.h>
8 extern long memfd_fcntl(struct file *file, unsigned int cmd, unsigned int arg);
10 static inline long memfd_fcntl(struct file *f, unsigned int c, unsigned int a)
/linux-master/include/media/
H A Dv4l2-ioctl.h300 int (*vidioc_querycap)(struct file *file, void *fh,
304 int (*vidioc_enum_fmt_vid_cap)(struct file *file, void *fh,
306 int (*vidioc_enum_fmt_vid_overlay)(struct file *file, void *fh,
308 int (*vidioc_enum_fmt_vid_out)(struct file *file, void *fh,
310 int (*vidioc_enum_fmt_sdr_cap)(struct file *file, voi
[all...]
/linux-master/drivers/gpu/drm/nouveau/
H A Dnouveau_ioctl.h5 long nouveau_compat_ioctl(struct file *, unsigned int cmd, unsigned long arg);
6 long nouveau_drm_ioctl(struct file *, unsigned int cmd, unsigned long arg);
/linux-master/io_uring/
H A Dfdinfo.h3 void io_uring_show_fdinfo(struct seq_file *m, struct file *f);
/linux-master/arch/sparc/vdso/
H A Dcheckundef.sh3 file="$2"
4 $objdump -t "$file" | grep '*UUND*' | grep -v '#scratch' > /dev/null 2>&1
8 echo "$file: undefined symbols found" >&2

Completed in 221 milliseconds

1234567891011>>