Home
last modified time | relevance | path

Searched refs:file (Results 5001 - 5025 of 8928) sorted by relevance

1...<<201202203204205206207208209210>>...358

/kernel/linux/linux-6.6/arch/m68k/fpsp040/
H A Dskeleton.S4 | This file contains code that is system dependent and will
33 | For details on the license for this file, please see the
34 | file, README, in this same directory.
/kernel/linux/linux-6.6/arch/powerpc/include/asm/
H A Dspu.h3 * SPU core / file system interface and HW structures
212 struct file;
217 struct file *neighbor);
218 long (*spu_run)(struct file *filp, __u32 __user *unpc,
/kernel/linux/linux-5.10/drivers/misc/habanalabs/common/
H A Dhabanalabs_ioctl.c535 static long _hl_ioctl(struct file *filep, unsigned int cmd, unsigned long arg, in _hl_ioctl()
607 long hl_ioctl(struct file *filep, unsigned int cmd, unsigned long arg) in hl_ioctl()
625 long hl_ioctl_control(struct file *filep, unsigned int cmd, unsigned long arg) in hl_ioctl_control()
/kernel/linux/linux-5.10/drivers/leds/
H A Dleds-tca6507.c260 * Update the register file with the appropriate 3-bit state for the
279 /* Update the register file with the appropriate 4-bit code for one
352 u8 file[TCA6507_REG_CNT]; in tca6507_work() local
357 memcpy(file, tca->reg_file, TCA6507_REG_CNT); in tca6507_work()
363 i2c_smbus_write_byte_data(cl, r, file[r]); in tca6507_work()
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/
H A Domap_drv.c515 static int dev_open(struct drm_device *dev, struct drm_file *file) in dev_open() argument
517 file->driver_priv = NULL; in dev_open()
519 DBG("open: dev=%p, file=%p", dev, file); in dev_open()
/kernel/linux/linux-5.10/drivers/hwmon/pmbus/
H A Dmax20730.c107 static ssize_t max20730_debugfs_read(struct file *file, char __user *buf, in max20730_debugfs_read() argument
111 int *idxp = file->private_data; in max20730_debugfs_read()
H A Ducd9000.c474 static ssize_t ucd9000_debugfs_read_mfr_status(struct file *file, in ucd9000_debugfs_read_mfr_status() argument
478 struct i2c_client *client = file->private_data; in ucd9000_debugfs_read_mfr_status()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlegacy/
H A D3945-rs.c804 il3945_sta_dbgfs_stats_table_read(struct file *file, char __user *user_buf, in il3945_sta_dbgfs_stats_table_read() argument
811 struct il3945_rs_sta *lq_sta = file->private_data; in il3945_sta_dbgfs_stats_table_read()
/kernel/linux/linux-5.10/drivers/net/wan/
H A Dx25_asy.c683 static int x25_asy_ioctl(struct tty_struct *tty, struct file *file, in x25_asy_ioctl() argument
701 return tty_mode_ioctl(tty, file, cmd, arg); in x25_asy_ioctl()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/
H A Dcore.c159 const char *file) in ath11k_core_firmware_request()
165 if (file == NULL) in ath11k_core_firmware_request()
168 ath11k_core_create_firmware_path(ab, file, path, sizeof(path)); in ath11k_core_firmware_request()
297 ath11k_err(ab, "failed to find magic value in %s, file too short: %zu\n", in ath11k_core_fetch_board_data_api_n()
158 ath11k_core_firmware_request(struct ath11k_base *ab, const char *file) ath11k_core_firmware_request() argument
/kernel/linux/linux-5.10/drivers/net/netdevsim/
H A Dbpf.c5 * June 1991 as shown in the file COPYING in the top-level directory of this
51 static int nsim_bpf_string_show(struct seq_file *file, void *data) in nsim_bpf_string_show() argument
53 const char **str = file->private; in nsim_bpf_string_show()
56 seq_printf(file, "%s\n", *str); in nsim_bpf_string_show()
/kernel/linux/linux-5.10/drivers/s390/cio/
H A Dchp.c130 static ssize_t chp_measurement_chars_read(struct file *filp, in chp_measurement_chars_read()
178 static ssize_t chp_measurement_read(struct file *filp, struct kobject *kobj, in chp_measurement_read()
390 static ssize_t util_string_read(struct file *filp, struct kobject *kobj, in util_string_read()
/kernel/linux/linux-5.10/net/netfilter/
H A Dnft_meta.c142 if (!sock || !sock->file) { in nft_meta_get_eval_skugid()
150 sock->file->f_cred->fsuid); in nft_meta_get_eval_skugid()
154 sock->file->f_cred->fsgid); in nft_meta_get_eval_skugid()
/kernel/linux/linux-5.10/net/xfrm/
H A Despintcp.c543 static __poll_t espintcp_poll(struct file *file, struct socket *sock, in espintcp_poll() argument
546 __poll_t mask = datagram_poll(file, sock, wait); in espintcp_poll()
/kernel/linux/linux-5.10/net/phonet/
H A Dsocket.c330 static __poll_t pn_socket_poll(struct file *file, struct socket *sock, in pn_socket_poll() argument
337 poll_wait(file, sk_sleep(sk), wait); in pn_socket_poll()
/kernel/linux/linux-5.10/net/sched/
H A Dsch_atm.c16 #include <linux/file.h> /* for fput */
31 * In this file, most functions are named atm_tc_* to avoid confusion with all
158 file_count(flow->sock->file)); in atm_tc_put()
256 pr_debug("atm_tc_change: f_count %ld\n", file_count(sock->file)); in atm_tc_change()
/kernel/linux/linux-5.10/scripts/kconfig/
H A Dparser.y105 $$->file->name, $$->lineno);
532 if (current_menu->file != current_file) {
533 zconf_error("'%s' in different file than '%s'",
536 current_menu->file->name, current_menu->lineno,
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dlibbpf.h64 const char *file; member
72 * - for object open from file, this will override setting object
73 * name from file path's base name;
87 * their pin_path attribute set to a file in this directory, and be
287 * into kernel. One program in an object file can be transformed into
418 * in the BPF object file.
486 const char *file; member
496 LIBBPF_API int bpf_prog_load(const char *file, enum bpf_prog_type type,
646 * file.
660 * # To save data in file
[all...]
/kernel/linux/linux-5.10/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c56 const char *file = __FILE__; in xs_init() local
60 file); in xs_init()
61 newXS("DynaLoader::boot_DynaLoader", boot_DynaLoader, file); in xs_init()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Ddir.c263 static int nilfs_readdir(struct file *file, struct dir_context *ctx) in nilfs_readdir() argument
266 struct inode *inode = file_inode(file); in nilfs_readdir()
/kernel/linux/linux-5.10/kernel/
H A Dwatch_queue.c23 #include <linux/file.h>
663 * get_watch_queue - Get a watch queue from its file descriptor.
673 if (f.file) { in get_watch_queue()
674 pipe = get_pipe_info(f.file, false); in get_watch_queue()
H A Dtaskstats.c19 #include <linux/file.h>
401 if (!f.file) in cgroupstats_user_cmd()
422 rc = cgroupstats_build(stats, f.file->f_path.dentry); in cgroupstats_user_cmd()
/kernel/linux/linux-5.10/net/core/
H A Ddatagram.c785 * @file: file struct
797 __poll_t datagram_poll(struct file *file, struct socket *sock, in datagram_poll() argument
804 sock_poll_wait(file, sock, wait); in datagram_poll()
/kernel/linux/linux-5.10/drivers/memory/tegra/
H A Dtegra20-emc.c493 * - available_rates: This file contains a list of valid, space-separated
496 * - min_rate: Writing a value to this file sets the given frequency as the
501 * - max_rate: Similarily to the min_rate file, writing a value to this file
536 struct file *file) in tegra_emc_debug_available_rates_open()
538 return single_open(file, tegra_emc_debug_available_rates_show, in tegra_emc_debug_available_rates_open()
535 tegra_emc_debug_available_rates_open(struct inode *inode, struct file *file) tegra_emc_debug_available_rates_open() argument
/kernel/linux/linux-5.10/fs/hpfs/
H A Dsuper.c204 long hpfs_ioctl(struct file *file, unsigned cmd, unsigned long arg) in hpfs_ioctl() argument
215 r = hpfs_trim_fs(file_inode(file)->i_sb, range.start >> 9, (range.start + range.len) >> 9, (range.minlen + 511) >> 9, &n_trimmed); in hpfs_ioctl()
438 timeshift=nnn add nnn seconds to file times\n\ in hpfs_help()

Completed in 27 milliseconds

1...<<201202203204205206207208209210>>...358