| /kernel/linux/linux-6.6/drivers/w1/slaves/ |
| H A D | w1_ds2780.c | 89 static ssize_t w1_slave_read(struct file *filp, struct kobject *kobj, in w1_slave_read()
|
| H A D | w1_ds2781.c | 86 static ssize_t w1_slave_read(struct file *filp, struct kobject *kobj, in w1_slave_read()
|
| /kernel/linux/linux-6.6/drivers/zorro/ |
| H A D | zorro-sysfs.c | 8 * This file is subject to the terms and conditions of the GNU General Public 9 * License. See the file COPYING in the main directory of this archive 83 static ssize_t zorro_read_config(struct file *filp, struct kobject *kobj, in zorro_read_config()
|
| /kernel/linux/linux-6.6/fs/erofs/ |
| H A D | dir.c | 49 static int erofs_readdir(struct file *f, struct dir_context *ctx) in erofs_readdir()
|
| /kernel/linux/linux-6.6/fs/hmdfs/ |
| H A D | hmdfs_client.h | 34 int hmdfs_client_start_readdir(struct hmdfs_peer *con, struct file *filp,
|
| /kernel/linux/linux-6.6/fs/xfs/ |
| H A D | xfs_error.h | 45 const char *file, int line, unsigned int error_tag); 55 "Injecting %ums delay at file %s, line %d, on filesystem \"%s\"", \
|
| /kernel/linux/linux-6.6/include/rdma/ |
| H A D | uverbs_types.h | 155 int uverbs_uobject_fd_release(struct inode *inode, struct file *filp);
|
| /kernel/linux/linux-6.6/drivers/staging/hisysevent/ |
| H A D | hiview_hisysevent.c | 97 struct file *filp; in hisysevent_write() 129 pr_err("file system is null"); in hisysevent_write()
|
| /kernel/linux/linux-6.6/drivers/platform/x86/ |
| H A D | wmi-bmof.c | 28 static ssize_t read_bmof(struct file *filp, struct kobject *kobj, struct bin_attribute *attr, in read_bmof()
|
| /kernel/linux/linux-6.6/drivers/ptp/ |
| H A D | ptp_private.h | 133 struct file *fp, poll_table *wait);
|
| /kernel/linux/linux-6.6/drivers/char/ |
| H A D | nwbutton.c | 24 #define __NWBUTTON_C /* Tell the header file who we are */ 168 static int button_read (struct file *filp, char __user *buffer, in button_read() 180 * This structure is the file operations structure, which specifies what 194 * and the address of the above file operations structure.
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_securedisplay.c | 44 * You can refer more detail from header file ta_securedisplay_if.h 91 static ssize_t amdgpu_securedisplay_debugfs_write(struct file *f, const char __user *buf, in amdgpu_securedisplay_debugfs_write()
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | map_in_map.c | 109 struct file *map_file /* not used */, in bpf_map_fd_get_ptr()
|
| /kernel/linux/linux-6.6/kernel/module/ |
| H A D | kmod.c | 17 #include <linux/file.h>
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ti/wlcore/ |
| H A D | sysfs.c | 3 * This file is part of wlcore 95 static ssize_t wl1271_sysfs_read_fwlog(struct file *filp, struct kobject *kobj, in wl1271_sysfs_read_fwlog() 136 /* Create sysfs file to control bt coex state */ in wlcore_sysfs_init() 139 wl1271_error("failed to create sysfs file bt_coex_state"); in wlcore_sysfs_init() 143 /* Create sysfs file to get HW PG version */ in wlcore_sysfs_init() 146 wl1271_error("failed to create sysfs file hw_pg_ver"); in wlcore_sysfs_init() 150 /* Create sysfs file for the FW log */ in wlcore_sysfs_init() 153 wl1271_error("failed to create sysfs file fwlog"); in wlcore_sysfs_init()
|
| /kernel/linux/linux-6.6/arch/x86/kernel/cpu/sgx/ |
| H A D | encl.h | 64 struct file *backing;
|
| /kernel/linux/linux-6.6/arch/x86/math-emu/ |
| H A D | polynom_Xsig.S | 25 .file "polynomial_Xsig.S"
|
| H A D | reg_u_add.S | 2 .file "reg_u_add.S"
|
| H A D | reg_u_mul.S | 2 .file "reg_u_mul.S"
|
| H A D | round_Xsig.S | 20 .file "round_Xsig.S"
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
| H A D | i915_gem.h | 82 int i915_gem_open(struct drm_i915_private *i915, struct drm_file *file);
|
| /kernel/linux/linux-6.6/drivers/hid/bpf/entrypoints/ |
| H A D | Makefile | 68 $(Q)$(BPFTOOL) btf dump file $(VMLINUX_BTF) format c > $@
|
| /kernel/linux/linux-6.6/drivers/gpu/host1x/ |
| H A D | fence.c | 9 #include <linux/file.h>
|
| /kernel/linux/linux-6.6/drivers/infiniband/hw/usnic/ |
| H A D | usnic_transport.c | 6 * General Public License (GPL) Version 2, available from the file 34 #include <linux/file.h>
|
| /kernel/linux/linux-6.6/tools/perf/tests/shell/lib/ |
| H A D | perf_json_output_lint.py | 21 ap.add_argument('--file', type=argparse.FileType('r'), default=sys.stdin) 24 Lines = args.file.readlines()
|