Home
last modified time | relevance | path

Searched defs:buffer (Results 226 – 250 of 1573) sorted by relevance

12345678910>>...63

/linux/arch/s390/hypfs/
H A Dhypfs_diag_fs.c206 char buffer[TMP_SIZE]; in hypfs_create_cpu_files() local
266 char buffer[TMP_SIZE]; in hypfs_create_phys_cpu_files() local
308 void *buffer, *ptr; in hypfs_diag_create_files() local
/linux/drivers/net/wireless/marvell/libertas/
H A Dif_sdio.c106 u8 buffer[] __aligned(4); member
119 u8 buffer[65536] __attribute__((aligned(4))); member
204 u8 *buffer, unsigned size) in if_sdio_handle_cmd()
235 u8 *buffer, unsigned size) in if_sdio_handle_data()
266 u8 *buffer, unsigned size) in if_sdio_handle_event()
/linux/drivers/mtd/
H A Dsm_ftl.c217 static int sm_correct_sector(uint8_t *buffer, struct sm_oob *oob) in sm_correct_sector()
239 uint8_t *buffer, struct sm_oob *oob) in sm_read_sector()
324 uint8_t *buffer, struct sm_oob *oob) in sm_write_sector()
911 static void sm_cache_put(struct sm_ftl *ftl, char *buffer, int boffset) in sm_cache_put()
919 static int sm_cache_get(struct sm_ftl *ftl, char *buffer, int boffset) in sm_cache_get()
/linux/drivers/staging/gpib/hp_82341/
H A Dhp_82341.c32 static int hp_82341_accel_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in hp_82341_accel_read()
173 static int hp_82341_accel_write(struct gpib_board *board, u8 *buffer, size_t length, in hp_82341_accel_write()
253 static int hp_82341_read(struct gpib_board *board, u8 *buffer, size_t length, int *end, in hp_82341_read()
261 static int hp_82341_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in hp_82341_write()
269 static int hp_82341_command(struct gpib_board *board, u8 *buffer, size_t length, in hp_82341_command()
/linux/drivers/md/dm-vdo/indexer/
H A Dindex-page-map.c116 u8 *buffer; in uds_write_index_page_map() local
143 u8 *buffer; in uds_read_index_page_map() local
H A Dindex-layout.c253 static void create_unique_nonce_data(u8 *buffer) in create_unique_nonce_data()
353 u8 buffer[sizeof(struct sub_index_nonce_data)] = { 0 }; in define_sub_index_nonce() local
495 static void encode_region_table(u8 *buffer, size_t *offset, struct region_table *table) in encode_region_table()
520 u8 *buffer; in write_index_save_header() local
690 u8 *buffer; in write_layout_header() local
807 u8 buffer[sizeof(nonce_data)]; in generate_index_save_nonce() local
1118 u8 buffer[sizeof(struct region_header)]; in load_region_table() local
1177 u8 *buffer; in read_super_block_data() local
1395 u8 buffer[sizeof(struct index_save_data) + sizeof(struct index_state_data301)]; in read_index_save_data() local
/linux/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_debugfs.c549 char __user *buffer, in rvu_dbg_lmtst_map_table_display()
713 char __user *buffer, in rvu_dbg_rsrc_attach_status()
1032 const char __user *buffer, size_t count, in rvu_dbg_qsize_write()
1084 const char __user *buffer, in rvu_dbg_npa_qsize_write()
1331 const char __user *buffer, int *npalf, in parse_cmd_buffer_ctx()
1369 const char __user *buffer, in rvu_dbg_npa_ctx_write()
1401 const char __user *buffer, in rvu_dbg_npa_aura_ctx_write()
1416 const char __user *buffer, in rvu_dbg_npa_pool_ctx_write()
1718 const char __user *buffer, in rvu_dbg_nix_tm_tree_write()
1975 const char __user *buffer, in rvu_dbg_nix_tm_topo_write()
[all …]
/linux/drivers/staging/gpib/ines/
H A Dines_gpib.c100 static ssize_t pio_read(struct gpib_board *board, struct ines_priv *ines_priv, u8 *buffer, in pio_read()
138 static int ines_accel_read(struct gpib_board *board, u8 *buffer, in ines_accel_read()
218 static int ines_accel_write(struct gpib_board *board, u8 *buffer, size_t length, in ines_accel_write()
398 static int ines_read(struct gpib_board *board, u8 *buffer, size_t length, in ines_read()
417 static int ines_write(struct gpib_board *board, u8 *buffer, size_t length, int send_eoi, in ines_write()
425 static int ines_command(struct gpib_board *board, u8 *buffer, size_t length, size_t *bytes_written) in ines_command()
/linux/kernel/
H A Dwatchdog.c1033 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_common()
1061 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog()
1072 void *buffer, size_t *lenp, loff_t *ppos) in proc_nmi_watchdog()
1085 void *buffer, size_t *lenp, loff_t *ppos) in proc_soft_watchdog()
1096 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_thresh()
1121 void *buffer, size_t *lenp, loff_t *ppos) in proc_watchdog_cpumask()
/linux/sound/pci/cs46xx/
H A Ddsp_spos.c494 struct snd_info_buffer *buffer) in cs46xx_dsp_proc_symbol_table_read()
522 struct snd_info_buffer *buffer) in cs46xx_dsp_proc_modules_read()
545 struct snd_info_buffer *buffer) in cs46xx_dsp_proc_task_tree_read()
573 struct snd_info_buffer *buffer) in cs46xx_dsp_proc_scb_read()
606 struct snd_info_buffer *buffer) in cs46xx_dsp_proc_parameter_dump_read()
635 struct snd_info_buffer *buffer) in cs46xx_dsp_proc_sample_dump_read()
/linux/drivers/leds/
H A Duleds.c73 static ssize_t uleds_write(struct file *file, const char __user *buffer, in uleds_write()
131 static ssize_t uleds_read(struct file *file, char __user *buffer, size_t count, in uleds_read()
/linux/drivers/net/wireless/realtek/rtlwifi/
H A Ddebug.c266 const char __user *buffer, in rtl_debugfs_set_write_reg()
315 const char __user *buffer, in rtl_debugfs_set_write_h2c()
361 const char __user *buffer, in rtl_debugfs_set_write_rfreg()
407 const char __user *buffer, in rtl_debugfs_common_write()
/linux/fs/ntfs3/
H A Dxattr.c193 static ssize_t ntfs_list_ea(struct ntfs_inode *ni, char *buffer, in ntfs_list_ea()
252 void *buffer, size_t size, size_t *required) in ntfs_get_ea()
735 ssize_t ntfs_listxattr(struct dentry *dentry, char *buffer, size_t size) in ntfs_listxattr()
760 struct inode *inode, const char *name, void *buffer, in ntfs_getxattr()
/linux/drivers/net/ethernet/qlogic/netxen/
H A Dnetxen_nic_init.c1452 struct netxen_rx_buffer *buffer) in netxen_alloc_rx_skb()
1486 struct netxen_rx_buffer *buffer; in netxen_process_rxbuf() local
1518 struct netxen_rx_buffer *buffer; in netxen_process_rcv() local
1572 struct netxen_rx_buffer *buffer; in netxen_process_lro() local
1738 struct netxen_cmd_buffer *buffer; in netxen_process_cmd_ring() local
1810 struct netxen_rx_buffer *buffer; in netxen_post_rx_buffers() local
1868 struct netxen_rx_buffer *buffer; in netxen_post_rx_buffers_nodb() local
/linux/drivers/scsi/
H A Dscsi_transport_spi.c108 enum req_op op, void *buffer, unsigned int bufflen, in spi_execute()
627 spi_dv_device_echo_buffer(struct scsi_device *sdev, u8 *buffer, in spi_dv_device_echo_buffer()
713 spi_dv_device_compare_inquiry(struct scsi_device *sdev, u8 *buffer, in spi_dv_device_compare_inquiry()
749 spi_dv_retrain(struct scsi_device *sdev, u8 *buffer, u8 *ptr, in spi_dv_retrain() argument
807 spi_dv_device_get_echo_buffer(struct scsi_device *sdev, u8 *buffer) in spi_dv_device_get_echo_buffer()
854 spi_dv_device_internal(struct scsi_device *sdev, u8 *buffer) in spi_dv_device_internal()
1004 u8 *buffer; in spi_dv_device() local
H A Dscsi_logging.c108 static size_t scsi_format_opcode_name(char *buffer, size_t buf_len, in scsi_format_opcode_name()
240 scsi_format_extd_sense(char *buffer, size_t buf_len, in scsi_format_extd_sense()
269 scsi_format_sense_hdr(char *buffer, size_t buf_len, in scsi_format_sense_hdr()
/linux/tools/testing/selftests/net/
H A Dtcp_mmap.c136 void *buffer; in mmap_large_buffer() local
174 unsigned char *buffer = NULL; in child_thread() local
449 unsigned char *buffer; in main() local
/linux/sound/core/
H A Dpcm_memory.c157 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_proc_read()
169 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_max_proc_read()
181 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_proc_write()
/linux/tools/testing/selftests/net/af_unix/
H A Dscm_pidfd.c60 static int char_left_gc(const char *buffer, size_t len) in char_left_gc()
74 static int char_right_gc(const char *buffer, size_t len) in char_right_gc()
89 static char *trim_whitespace_in_place(char *buffer) in trim_whitespace_in_place()
/linux/drivers/net/wireless/marvell/mwifiex/
H A D11h.c26 mwifiex_11h_process_infra_join(struct mwifiex_private *priv, u8 **buffer, in mwifiex_11h_process_infra_join()
88 void mwifiex_11h_process_join(struct mwifiex_private *priv, u8 **buffer, in mwifiex_11h_process_join()
/linux/drivers/ssb/
H A Dhost_soc.c41 static void ssb_host_soc_block_read(struct ssb_device *dev, void *buffer, in ssb_host_soc_block_read()
114 static void ssb_host_soc_block_write(struct ssb_device *dev, const void *buffer, in ssb_host_soc_block_write()
/linux/drivers/i2c/busses/
H A Di2c-taos-evm.c37 unsigned char buffer[TAOS_BUFFER_SIZE]; member
183 static char *taos_adapter_name(char *buffer) in taos_adapter_name()
/linux/drivers/acpi/acpica/
H A Dnsnames.c84 acpi_ns_handle_to_name(acpi_handle target_handle, struct acpi_buffer *buffer) in acpi_ns_handle_to_name()
132 struct acpi_buffer *buffer, u8 no_trailing) in acpi_ns_handle_to_pathname()
/linux/kernel/trace/
H A Dtrace.c1050 struct trace_buffer *buffer, in __ftrace_trace_stack()
1056 struct trace_buffer *buffer, in ftrace_trace_stack()
1074 __trace_buffer_lock_reserve(struct trace_buffer *buffer, in __trace_buffer_lock_reserve()
1117 __buffer_unlock_commit(struct trace_buffer *buffer, struct ring_buffer_event *event) in __buffer_unlock_commit()
1137 struct trace_buffer *buffer; in __trace_array_puts() local
1200 struct trace_buffer *buffer; in __trace_bputs() local
2407 struct trace_buffer *buffer = buf->buffer; in tracing_reset_cpu() local
2423 struct trace_buffer *buffer = buf->buffer; in tracing_reset_online_cpus() local
2442 struct trace_buffer *buffer = buf->buffer; in tracing_reset_all_cpus() local
2490 struct trace_buffer *buffer; in tracing_start_tr() local
[all …]
/linux/drivers/net/wireless/ath/ath10k/
H A Dhw.c938 const void *buffer, in ath10k_hw_diag_segment_msb_download()
993 const void *buffer, in ath10k_hw_diag_segment_download()
1007 const void *buffer, in ath10k_hw_diag_fast_download()

12345678910>>...63