/linux/drivers/target/ |
H A D | target_core_file.c | 5 * This file contains the Storage Engine <-> FILEIO transport specific functions 91 struct file *file = FD_DEV(dev)->fd_file; in fd_configure_unmap() local 92 struct inode *inode = file->f_mapping->host; in fd_configure_unmap() 111 struct file *file; in fd_configure_device() local 140 file = filp_open(fd_dev->fd_dev_name, flags, 0600); in fd_configure_device() 141 if (IS_ERR(file)) { in fd_configure_device() 143 ret = PTR_ERR(file); in fd_configure_device() 146 fd_dev->fd_file = file; in fd_configure_device() 272 struct file *file = fd_dev->fd_file; fd_execute_rw_aio() local 535 struct file *file = FD_DEV(cmd->se_dev)->fd_file; fd_execute_unmap() local 589 struct file *file = fd_dev->fd_file; fd_execute_rw_buffered() local 827 struct file *prot_file, *file = fd_dev->fd_file; fd_init_prot() local [all...] |
/linux/include/linux/ |
H A D | security.h | 16 * Due to this file being licensed under the GPL there is controversy over 17 * whether this permits you to write a module that #includes this file 52 struct file; 185 extern int cap_bprm_creds_from_file(struct linux_binprm *bprm, const struct file *file); 338 const struct cred *to, const struct file *file); 359 int security_bprm_creds_from_file(struct linux_binprm *bprm, const struct file *file); 471 int security_file_permission(struct file *fil 656 security_binder_transfer_file(const struct cred * from,const struct cred * to,const struct file * file) security_binder_transfer_file() argument 730 security_bprm_creds_from_file(struct linux_binprm * bprm,const struct file * file) security_bprm_creds_from_file() argument 1127 security_file_permission(struct file * file,int mask) security_file_permission() argument 1132 security_file_alloc(struct file * file) security_file_alloc() argument 1137 security_file_release(struct file * file) security_file_release() argument 1140 security_file_free(struct file * file) security_file_free() argument 1143 security_file_ioctl(struct file * file,unsigned int cmd,unsigned long arg) security_file_ioctl() argument 1149 security_file_ioctl_compat(struct file * file,unsigned int cmd,unsigned long arg) security_file_ioctl_compat() argument 1156 security_mmap_file(struct file * file,unsigned long prot,unsigned long flags) security_mmap_file() argument 1174 security_file_lock(struct file * file,unsigned int cmd) security_file_lock() argument 1179 security_file_fcntl(struct file * file,unsigned int cmd,unsigned long arg) security_file_fcntl() argument 1185 security_file_set_fowner(struct file * file) security_file_set_fowner() argument 1197 security_file_receive(struct file * file) security_file_receive() argument 1202 security_file_open(struct file * file) security_file_open() argument 1207 security_file_post_open(struct file * file,int mask) security_file_post_open() argument 1212 security_file_truncate(struct file * file) security_file_truncate() argument 1283 security_kernel_read_file(struct file * file,enum kernel_read_file_id id,bool contents) security_kernel_read_file() argument 1290 security_kernel_post_read_file(struct file * file,char * buf,loff_t size,enum kernel_read_file_id id) security_kernel_post_read_file() argument [all...] |
H A D | proc_fs.h | 37 int (*proc_open)(struct inode *, struct file *); 38 ssize_t (*proc_read)(struct file *, char __user *, size_t, loff_t *); 40 ssize_t (*proc_write)(struct file *, const char __user *, size_t, loff_t *); 42 loff_t (*proc_lseek)(struct file *, loff_t, int); 43 int (*proc_release)(struct inode *, struct file *); 44 __poll_t (*proc_poll)(struct file *, struct poll_table_struct *); 45 long (*proc_ioctl)(struct file *, unsigned int, unsigned long); 47 long (*proc_compat_ioctl)(struct file *, unsigned int, unsigned long); 49 int (*proc_mmap)(struct file *, struct vm_area_struct *); 50 unsigned long (*proc_get_unmapped_area)(struct file *, unsigne 226 tgid_pidfd_to_pid(const struct file * file) tgid_pidfd_to_pid() argument [all...] |
H A D | vfio.h | 97 * @open_device: Called when the first file descriptor is opened for this device 99 * @read: Perform read(2) on device file descriptor 100 * @write: Perform write(2) on device file descriptor 101 * @ioctl: Perform ioctl(2) on device file descriptor, supporting VFIO_DEVICE_* 103 * @mmap: Perform mmap(2) on a region of the device file descriptor 221 struct file *(*migration_set_state)( 318 struct iommu_group *vfio_file_iommu_group(struct file *file); 321 bool vfio_file_is_group(struct file *file); 324 vfio_file_is_group(struct file * file) vfio_file_is_group() argument 329 vfio_file_has_dev(struct file * file,struct vfio_device * device) vfio_file_has_dev() argument [all...] |
/linux/fs/lockd/ |
H A D | svcshare.c | 28 nlmsvc_share_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_share_file() argument 35 for (share = file->f_shares; share; share = share->s_next) { in nlmsvc_share_file() 52 share->s_file = file; in nlmsvc_share_file() 56 share->s_next = file->f_shares; in nlmsvc_share_file() 57 file->f_shares = share; in nlmsvc_share_file() 69 nlmsvc_unshare_file(struct nlm_host *host, struct nlm_file *file, in nlmsvc_unshare_file() argument 75 for (shpp = &file->f_shares; (share = *shpp) != NULL; in nlmsvc_unshare_file() 90 * Traverse all shares for a given file, and delete 93 void nlmsvc_traverse_shares(struct nlm_host *host, struct nlm_file *file, in nlmsvc_traverse_shares() argument 98 shpp = &file in nlmsvc_traverse_shares() [all...] |
/linux/drivers/net/wireless/ti/wlcore/ |
H A D | debugfs.h | 3 * This file is part of wl1271 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 [all...] |
/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-wmi | 5 This file allows the driver for a device to be specified which 11 driver_override file (echo wmi-event-dummy > driver_override). 28 This file contains the MODALIAS value emitted by uevent for a 37 This file contains the GUID used to match WMI devices to 46 This file contains the WMI object ID used internally to construct 54 This file contains the WMI notify ID used internally to map ACPI 61 This file contains the number of WMI object instances being 69 This file contains a boolean flag signaling if interacting with 78 This file contains a boolean flags signaling the data block 81 this file wil [all...] |
/linux/fs/ |
H A D | signalfd.c | 21 #include <linux/file.h> 45 static int signalfd_release(struct inode *inode, struct file *file) in signalfd_release() argument 47 kfree(file->private_data); in signalfd_release() 51 static __poll_t signalfd_poll(struct file *file, poll_table *wait) in signalfd_poll() argument 53 struct signalfd_ctx *ctx = file->private_data; in signalfd_poll() 56 poll_wait(file, ¤t->sighand->signalfd_wqh, wait); in signalfd_poll() 203 struct file *file in signalfd_read_iter() local 266 struct file *file; do_signalfd4() local [all...] |
/linux/arch/powerpc/platforms/powernv/ |
H A D | opal-prd.c | 95 static int opal_prd_open(struct inode *inode, struct file *file) in opal_prd_open() argument 109 * @file: file structure for the device 113 static int opal_prd_mmap(struct file *file, struct vm_area_struct *vma) in opal_prd_mmap() argument 129 page_prot = phys_mem_access_prot(file, vma->vm_pgoff, in opal_prd_mmap() 148 static __poll_t opal_prd_poll(struct file *file, in opal_prd_poll() argument 151 poll_wait(file, in opal_prd_poll() 159 opal_prd_read(struct file * file,char __user * buf,size_t count,loff_t * ppos) opal_prd_read() argument 222 opal_prd_write(struct file * file,const char __user * buf,size_t count,loff_t * ppos) opal_prd_write() argument 257 opal_prd_release(struct inode * inode,struct file * file) opal_prd_release() argument 271 opal_prd_ioctl(struct file * file,unsigned int cmd,unsigned long param) opal_prd_ioctl() argument [all...] |
/linux/tools/perf/Documentation/ |
H A D | perf-diff.txt | 11 'perf diff' [baseline file] [data file1] [[data file2] ... ] 34 --kallsyms=<file>:: 44 file://filename entries. This option will affect the percentage 50 file://filename entries. This option will affect the percentage 56 file://filename entries. This option will affect the percentage 115 (data from the first file other base baseline). Values more than 1 153 the beginning of the file. If stop time is not given (i.e. time 154 string is 'x.y,') then analysis goes to the end of the file. 191 The comparison is governed by the baseline file. The baseline perf.data 192 file i [all...] |
/linux/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.c | 2 * This file is part of the Emulex Linux Device Driver for * 19 * more details, a copy of which can be found in the file COPYING * 73 * This is an ACSII readable file that contains a trace of the last 84 * This is an ACSII readable file that contains a trace of the last 1922 * @file: The file pointer to attach the log output. 1925 * This routine is the entry point for the debugfs open file operation. It gets 1928 * returns a pointer to that log in the private_data field in @file. 1935 lpfc_debugfs_disc_trc_open(struct inode *inode, struct file *file) in lpfc_debugfs_disc_trc_open() argument 1985 lpfc_debugfs_slow_ring_trc_open(struct inode * inode,struct file * file) lpfc_debugfs_slow_ring_trc_open() argument 2035 lpfc_debugfs_hbqinfo_open(struct inode * inode,struct file * file) lpfc_debugfs_hbqinfo_open() argument 2077 lpfc_debugfs_multixripools_open(struct inode * inode,struct file * file) lpfc_debugfs_multixripools_open() argument 2122 lpfc_debugfs_lockstat_open(struct inode * inode,struct file * file) lpfc_debugfs_lockstat_open() argument 2149 lpfc_debugfs_lockstat_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_lockstat_write() argument 2220 lpfc_debugfs_ras_log_release(struct inode * inode,struct file * file) lpfc_debugfs_ras_log_release() argument 2246 lpfc_debugfs_ras_log_open(struct inode * inode,struct file * file) lpfc_debugfs_ras_log_open() argument 2306 lpfc_debugfs_dumpHBASlim_open(struct inode * inode,struct file * file) lpfc_debugfs_dumpHBASlim_open() argument 2348 lpfc_debugfs_dumpHostSlim_open(struct inode * inode,struct file * file) lpfc_debugfs_dumpHostSlim_open() argument 2375 lpfc_debugfs_dif_err_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_dif_err_read() argument 2417 lpfc_debugfs_dif_err_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_dif_err_write() argument 2467 lpfc_debugfs_dif_err_release(struct inode * inode,struct file * file) lpfc_debugfs_dif_err_release() argument 2488 lpfc_debugfs_nodelist_open(struct inode * inode,struct file * file) lpfc_debugfs_nodelist_open() argument 2532 lpfc_debugfs_lseek(struct file * file,loff_t off,int whence) lpfc_debugfs_lseek() argument 2555 lpfc_debugfs_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_read() argument 2577 lpfc_debugfs_release(struct inode * inode,struct file * file) lpfc_debugfs_release() argument 2603 lpfc_debugfs_multixripools_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_multixripools_write() argument 2654 lpfc_debugfs_nvmestat_open(struct inode * inode,struct file * file) lpfc_debugfs_nvmestat_open() argument 2683 lpfc_debugfs_nvmestat_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_nvmestat_write() argument 2742 lpfc_debugfs_scsistat_open(struct inode * inode,struct file * file) lpfc_debugfs_scsistat_open() argument 2771 lpfc_debugfs_scsistat_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_scsistat_write() argument 2796 lpfc_debugfs_ioktime_open(struct inode * inode,struct file * file) lpfc_debugfs_ioktime_open() argument 2825 lpfc_debugfs_ioktime_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_ioktime_write() argument 2923 lpfc_debugfs_nvmeio_trc_open(struct inode * inode,struct file * file) lpfc_debugfs_nvmeio_trc_open() argument 2952 lpfc_debugfs_nvmeio_trc_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_nvmeio_trc_write() argument 3028 lpfc_debugfs_hdwqstat_open(struct inode * inode,struct file * file) lpfc_debugfs_hdwqstat_open() argument 3057 lpfc_debugfs_hdwqstat_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_debugfs_hdwqstat_write() argument 3194 lpfc_idiag_open(struct inode * inode,struct file * file) lpfc_idiag_open() argument 3223 lpfc_idiag_release(struct inode * inode,struct file * file) lpfc_idiag_release() argument 3248 lpfc_idiag_cmd_release(struct inode * inode,struct file * file) lpfc_idiag_cmd_release() argument 3293 lpfc_idiag_pcicfg_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_pcicfg_read() argument 3414 lpfc_idiag_pcicfg_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_pcicfg_write() argument 3588 lpfc_idiag_baracc_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_baracc_read() argument 3739 lpfc_idiag_baracc_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_baracc_write() argument 4044 lpfc_idiag_queinfo_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_queinfo_read() argument 4253 lpfc_idiag_queacc_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_queacc_read() argument 4330 lpfc_idiag_queacc_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_queacc_write() argument 4627 lpfc_idiag_drbacc_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_drbacc_read() argument 4683 lpfc_idiag_drbacc_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_drbacc_write() argument 4845 lpfc_idiag_ctlacc_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_ctlacc_read() argument 4898 lpfc_idiag_ctlacc_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_ctlacc_write() argument 5039 lpfc_idiag_mbxacc_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_mbxacc_read() argument 5084 lpfc_idiag_mbxacc_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_mbxacc_write() argument 5358 lpfc_idiag_extacc_write(struct file * file,const char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_extacc_write() argument 5404 lpfc_idiag_extacc_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_idiag_extacc_read() argument 5438 lpfc_cgn_buffer_open(struct inode * inode,struct file * file) lpfc_cgn_buffer_open() argument 5462 lpfc_cgn_buffer_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_cgn_buffer_read() argument 5519 lpfc_cgn_buffer_release(struct inode * inode,struct file * file) lpfc_cgn_buffer_release() argument 5530 lpfc_rx_monitor_open(struct inode * inode,struct file * file) lpfc_rx_monitor_open() argument 5554 lpfc_rx_monitor_read(struct file * file,char __user * buf,size_t nbytes,loff_t * ppos) lpfc_rx_monitor_read() argument 5575 lpfc_rx_monitor_release(struct inode * inode,struct file * file) lpfc_rx_monitor_release() argument [all...] |
/linux/samples/hung_task/ |
H A D | hung_task_tests.c | 37 static ssize_t read_dummy_mutex(struct file *file, char __user *user_buf, in read_dummy_mutex() argument 55 static ssize_t read_dummy_semaphore(struct file *file, char __user *user_buf, in read_dummy_semaphore() argument 75 static ssize_t read_dummy_rwsem_read(struct file *file, char __user *user_buf, in read_dummy_rwsem_read() argument 95 static ssize_t read_dummy_rwsem_write(struct file *file, char __user *user_buf, in read_dummy_rwsem_write() argument 114 /* File operations for mutex */ 119 /* File operation [all...] |
/linux/fs/minix/ |
H A D | Kconfig | 3 tristate "Minix file system support" 8 The minix file system (method to organize files on a hard disk 9 partition or a floppy disk) was the original file system for Linux, 10 but has been superseded by the second extended file system ext2fs. 11 You don't want to use the minix file system on your hard disk 16 To compile this file system support as a module, choose M here: the 17 module will be called minix. Note that the file system of your root
|
/linux/drivers/net/wireless/intel/iwlwifi/mvm/ |
H A D | debugfs-vif.c | 135 static ssize_t iwl_dbgfs_tx_pwr_lmt_read(struct file *file, in iwl_dbgfs_tx_pwr_lmt_read() argument 139 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_tx_pwr_lmt_read() 150 static ssize_t iwl_dbgfs_pm_params_read(struct file *file, in iwl_dbgfs_pm_params_read() argument 154 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_pm_params_read() 166 static ssize_t iwl_dbgfs_mac_params_read(struct file *file, in iwl_dbgfs_mac_params_read() argument 170 struct ieee80211_vif *vif = file->private_data; in iwl_dbgfs_mac_params_read() 392 static ssize_t iwl_dbgfs_bf_params_read(struct file *fil argument 441 iwl_dbgfs_os_device_timediff_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_os_device_timediff_read() argument 467 iwl_dbgfs_low_latency_write_handle(struct wiphy * wiphy,struct file * file,char * buf,size_t count,void * data) iwl_dbgfs_low_latency_write_handle() argument 489 iwl_dbgfs_low_latency_write(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_low_latency_write() argument 505 iwl_dbgfs_low_latency_force_write_handle(struct wiphy * wiphy,struct file * file,char * buf,size_t count,void * data) iwl_dbgfs_low_latency_force_write_handle() argument 539 iwl_dbgfs_low_latency_force_write(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_low_latency_force_write() argument 554 iwl_dbgfs_low_latency_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_low_latency_read() argument 582 iwl_dbgfs_uapsd_misbehaving_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_uapsd_misbehaving_read() argument 661 iwl_dbgfs_rx_phyinfo_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_rx_phyinfo_read() argument 715 iwl_dbgfs_quota_min_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_quota_min_read() argument 748 iwl_dbgfs_max_tx_op_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_max_tx_op_read() argument 795 iwl_dbgfs_esr_disable_reason_read(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) iwl_dbgfs_esr_disable_reason_read() argument [all...] |
/linux/Documentation/translations/it_IT/dev-tools/ |
H A D | clang-format.rst | 21 file che mantieni, le modifiche che revisioni, le differenze, 28 Il suo file di configurazione è ``.clang-format`` e si trova nella cartella 29 principale dei sorgenti del kernel. Le regole scritte in quel file tentano 35 potete sovrascriverle scrivendole in un altro file ``.clang-format`` in 54 Revisionare lo stile di codifica per file e modifiche 58 cartella o singoli file alla ricerca di errori di stile, refusi o 69 le opzioni di stile nel file di configurazione; così come per verificare 78 Per evitare che ``clang-format`` formatti alcune parti di un file, potete 87 Nonostante si attraente l'idea di utilizzarlo per mantenere un file 88 sempre in sintonia con ``clang-format``, specialmente per file nuov [all...] |
/linux/fs/smb/client/ |
H A D | smberr.h | 14 #define ERRSRV 0x02 /* Error is generated by the file server daemon */ 28 a data file, invalid seek mode. */ 29 #define ERRbadfile 2 /* File not found. The last component 30 of a file's pathname could not be 36 no file handles available. */ 45 #define ERRbadfid 6 /* Invalid file handle. The file handle 63 #define ERRnofiles 18 /* A File Search command can find no 70 the file. */ 78 #define ERRfilexists 80 /* The file name [all...] |
/linux/drivers/net/wireless/ath/ath11k/ |
H A D | debugfs_sta.c | 136 static ssize_t ath11k_dbg_sta_dump_tx_stats(struct file *file, in ath11k_dbg_sta_dump_tx_stats() argument 140 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_dump_tx_stats() 243 static ssize_t ath11k_dbg_sta_dump_rx_stats(struct file *file, in ath11k_dbg_sta_dump_rx_stats() argument 247 struct ieee80211_sta *sta = file->private_data; in ath11k_dbg_sta_dump_rx_stats() 342 ath11k_dbg_sta_open_htt_peer_stats(struct inode *inode, struct file *file) in ath11k_dbg_sta_open_htt_peer_stats() argument 369 file->private_data = stats_req; in ath11k_dbg_sta_open_htt_peer_stats() 378 ath11k_dbg_sta_release_htt_peer_stats(struct inode *inode, struct file *fil argument 392 ath11k_dbg_sta_read_htt_peer_stats(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_read_htt_peer_stats() argument 413 ath11k_dbg_sta_write_peer_pktlog(struct file * file,const char __user * buf,size_t count,loff_t * ppos) ath11k_dbg_sta_write_peer_pktlog() argument 453 ath11k_dbg_sta_read_peer_pktlog(struct file * file,char __user * ubuf,size_t count,loff_t * ppos) ath11k_dbg_sta_read_peer_pktlog() argument 480 ath11k_dbg_sta_write_delba(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_write_delba() argument 531 ath11k_dbg_sta_write_addba_resp(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_write_addba_resp() argument 581 ath11k_dbg_sta_write_addba(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_write_addba() argument 632 ath11k_dbg_sta_read_aggr_mode(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_read_aggr_mode() argument 652 ath11k_dbg_sta_write_aggr_mode(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_write_aggr_mode() argument 697 ath11k_write_htt_peer_stats_reset(struct file * file,const char __user * user_buf,size_t count,loff_t * ppos) ath11k_write_htt_peer_stats_reset() argument 756 ath11k_dbg_sta_read_peer_ps_state(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_read_peer_ps_state() argument 782 ath11k_dbg_sta_read_current_ps_duration(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_read_current_ps_duration() argument 817 ath11k_dbg_sta_read_total_ps_duration(struct file * file,char __user * user_buf,size_t count,loff_t * ppos) ath11k_dbg_sta_read_total_ps_duration() argument [all...] |
/linux/drivers/net/ethernet/amd/xgbe/ |
H A D | xgbe-debugfs.c | 65 static ssize_t xgmac_reg_addr_read(struct file *filp, char __user *buffer, in xgmac_reg_addr_read() 73 static ssize_t xgmac_reg_addr_write(struct file *filp, in xgmac_reg_addr_write() 83 static ssize_t xgmac_reg_value_read(struct file *filp, char __user *buffer, in xgmac_reg_value_read() 94 static ssize_t xgmac_reg_value_write(struct file *filp, in xgmac_reg_value_write() 125 static ssize_t xpcs_mmd_read(struct file *filp, char __user *buffer, in xpcs_mmd_read() 133 static ssize_t xpcs_mmd_write(struct file *filp, const char __user *buffer, in xpcs_mmd_write() 142 static ssize_t xpcs_reg_addr_read(struct file *filp, char __user *buffer, in xpcs_reg_addr_read() 150 static ssize_t xpcs_reg_addr_write(struct file *filp, const char __user *buffer, in xpcs_reg_addr_write() 159 static ssize_t xpcs_reg_value_read(struct file *filp, char __user *buffer, in xpcs_reg_value_read() 171 static ssize_t xpcs_reg_value_write(struct file *fil [all...] |
/linux/drivers/cpufreq/ |
H A D | Kconfig.x86 | 30 <file:Documentation/admin-guide/pm/cpufreq_drivers.rst>. 50 <file:Documentation/admin-guide/pm/amd-pstate.rst>. 69 <file:Documentation/admin-guide/pm/amd-pstate.rst>. 99 For details, take a look at <file:Documentation/cpu-freq/>. 110 file has now been superseded by the more generic "boost" entry. 126 For details, take a look at <file:Documentation/cpu-freq/>. 136 For details, take a look at <file:Documentation/cpu-freq/>. 148 For details, take a look at <file:Documentation/cpu-freq/>. 158 For details, take a look at <file:Documentation/cpu-freq/>. 179 For details, take a look at <file [all...] |
/linux/drivers/tty/vt/ |
H A D | vc_screen.c | 20 * administrator can control access using file system permissions. 126 vcs_poll_data_get(struct file *file) in vcs_poll_data_get() argument 128 struct vcs_poll_data *poll = file->private_data, *kill = NULL; in vcs_poll_data_get() 136 poll->cons_num = console(file_inode(file)); in vcs_poll_data_get() 155 * If we have two threads using the same file descriptor, they could in vcs_poll_data_get() 161 spin_lock(&file->f_lock); in vcs_poll_data_get() 162 if (!file->private_data) { in vcs_poll_data_get() 163 file->private_data = poll; in vcs_poll_data_get() 167 poll = file in vcs_poll_data_get() 228 vcs_lseek(struct file * file,loff_t offset,int orig) vcs_lseek() argument 365 vcs_read(struct file * file,char __user * buf,size_t count,loff_t * ppos) vcs_read() argument 590 vcs_write(struct file * file,const char __user * buf,size_t count,loff_t * ppos) vcs_write() argument 712 vcs_poll(struct file * file,poll_table * wait) vcs_poll() argument 735 vcs_fasync(int fd,struct file * file,int on) vcs_fasync() argument 770 vcs_release(struct inode * inode,struct file * file) vcs_release() argument [all...] |
/linux/scripts/ |
H A D | Kbuild.include | 43 # The temporary file to save gcc -MMD generated dependencies must not 65 kbuild-file = $(or $(wildcard $(src)/Kbuild),$(src)/Makefile) 68 # Read a file, replacing newlines with spaces 70 # Make 4.2 or later can read a file by using its builtin function. 72 read-file = $(subst $(newline),$(space),$(file < $1)) 74 read-file = $(shell cat $1 2>/dev/null) 85 # filechk is used to check if the content of a generated file is updated. 92 # The rule defined shall write to stdout the content of the new file. 93 # The existing file wil [all...] |
H A D | kernel-doc.pl | 39 [-export-file FILE] ... 40 FILE ... 55 # more perldoc at the end of the file 322 } elsif ($cmd eq "export-file") { 323 my $file = shift @ARGV; 324 push(@export_file_list, $file); 356 -message => "FILE argument missing\n", 402 my $file = shift; 422 emit_warning("${file} [all...] |
/linux/fs/hfs/ |
H A D | catalog.c | 6 * This file may be distributed under the terms of the GNU General Public License. 8 * This file contains the functions related to the catalog B-tree. 50 /* init some fields for the file record */ in hfs_cat_build_record() 52 rec->file.Flags = HFS_FIL_USED | HFS_FIL_THD; in hfs_cat_build_record() 54 rec->file.Flags |= HFS_FIL_LOCK; in hfs_cat_build_record() 55 rec->file.FlNum = cpu_to_be32(cnid); in hfs_cat_build_record() 56 rec->file.CrDat = mtime; in hfs_cat_build_record() 57 rec->file.MdDat = mtime; in hfs_cat_build_record() 58 rec->file.BkDat = 0; in hfs_cat_build_record() 59 rec->file in hfs_cat_build_record() 241 struct hfs_cat_file file; hfs_cat_delete() local [all...] |
/linux/drivers/staging/media/av7110/ |
H A D | av7110_v4l.c | 293 static int vidioc_g_tuner(struct file *file, void *fh, struct v4l2_tuner *t) in vidioc_g_tuner() argument 295 struct saa7146_dev *dev = video_drvdata(file); in vidioc_g_tuner() 339 static int vidioc_s_tuner(struct file *file, void *fh, const struct v4l2_tuner *t) in vidioc_s_tuner() argument 341 struct saa7146_dev *dev = video_drvdata(file); in vidioc_s_tuner() 384 static int vidioc_g_frequency(struct file *file, void *fh, struct v4l2_frequency *f) in vidioc_g_frequency() argument 386 struct saa7146_dev *dev = video_drvdata(file); in vidioc_g_frequency() 400 static int vidioc_s_frequency(struct file *fil argument 430 vidioc_enum_input(struct file * file,void * fh,struct v4l2_input * i) vidioc_enum_input() argument 450 vidioc_g_input(struct file * file,void * fh,unsigned int * input) vidioc_g_input() argument 460 vidioc_s_input(struct file * file,void * fh,unsigned int input) vidioc_s_input() argument 477 vidioc_enum_output(struct file * file,void * fh,struct v4l2_output * o) vidioc_enum_output() argument 488 vidioc_g_output(struct file * file,void * fh,unsigned int * output) vidioc_g_output() argument 494 vidioc_s_output(struct file * file,void * fh,unsigned int output) vidioc_s_output() argument 499 vidioc_enumaudio(struct file * file,void * fh,struct v4l2_audio * a) vidioc_enumaudio() argument 508 vidioc_g_audio(struct file * file,void * fh,struct v4l2_audio * a) vidioc_g_audio() argument 522 vidioc_s_audio(struct file * file,void * fh,const struct v4l2_audio * a) vidioc_s_audio() argument 533 vidioc_g_sliced_vbi_cap(struct file * file,void * fh,struct v4l2_sliced_vbi_cap * cap) vidioc_g_sliced_vbi_cap() argument 549 vidioc_g_fmt_sliced_vbi_out(struct file * file,void * fh,struct v4l2_format * f) vidioc_g_fmt_sliced_vbi_out() argument 567 vidioc_try_fmt_sliced_vbi_out(struct file * file,void * fh,struct v4l2_format * f) vidioc_try_fmt_sliced_vbi_out() argument 588 vidioc_s_fmt_sliced_vbi_out(struct file * file,void * fh,struct v4l2_format * f) vidioc_s_fmt_sliced_vbi_out() argument 611 av7110_vbi_write(struct file * file,const char __user * data,size_t count,loff_t * ppos) av7110_vbi_write() argument [all...] |
/linux/drivers/watchdog/ |
H A D | wdt_pci.c | 344 * @file: file handle to the watchdog 353 static ssize_t wdtpci_write(struct file *file, const char __user *buf, in wdtpci_write() argument 378 * @file: file handle to the device 387 static long wdtpci_ioctl(struct file *file, unsigned int cmd, in wdtpci_ioctl() argument 440 * @file: file handl 449 wdtpci_open(struct inode * inode,struct file * file) wdtpci_open() argument 475 wdtpci_release(struct inode * inode,struct file * file) wdtpci_release() argument 499 wdtpci_temp_read(struct file * file,char __user * buf,size_t count,loff_t * ptr) wdtpci_temp_read() argument 521 wdtpci_temp_open(struct inode * inode,struct file * file) wdtpci_temp_open() argument 534 wdtpci_temp_release(struct inode * inode,struct file * file) wdtpci_temp_release() argument [all...] |