Home
last modified time | relevance | path

Searched defs:buffer (Results 251 – 275 of 1827) sorted by relevance

1...<<11121314151617181920>>...74

/Linux-v6.1/drivers/acpi/
Dacpi_processor.c220 struct acpi_buffer buffer = { sizeof(union acpi_object), &object }; in acpi_processor_get_info() local
625 struct acpi_buffer buffer = { sizeof(union acpi_object), &object }; in acpi_processor_ids_walk() local
732 struct acpi_buffer buffer = { ACPI_ALLOCATE_BUFFER, NULL }; in acpi_processor_evaluate_cst() local
/Linux-v6.1/arch/s390/mm/
Dcmm.c247 void *buffer, size_t *lenp, loff_t *ppos) in cmm_pages_handler()
266 void *buffer, size_t *lenp, in cmm_timed_pages_handler()
286 void *buffer, size_t *lenp, loff_t *ppos) in cmm_timeout_handler()
/Linux-v6.1/drivers/media/rc/
Dlirc_dev.c599 static ssize_t lirc_read_mode2(struct file *file, char __user *buffer, in lirc_read_mode2()
637 static ssize_t lirc_read_scancode(struct file *file, char __user *buffer, in lirc_read_scancode()
676 static ssize_t lirc_read(struct file *file, char __user *buffer, size_t length, in lirc_read()
/Linux-v6.1/fs/ext4/
Dxattr.c312 ext4_xattr_inode_hash(struct ext4_sb_info *sbi, const void *buffer, size_t size) in ext4_xattr_inode_hash()
456 struct ext4_xattr_entry *entry, void *buffer, in ext4_xattr_inode_verify_hashes()
484 void *buffer, size_t size) in ext4_xattr_inode_get()
530 void *buffer, size_t buffer_size) in ext4_xattr_block_get()
590 void *buffer, size_t buffer_size) in ext4_xattr_ibody_get()
655 void *buffer, size_t buffer_size) in ext4_xattr_get()
677 char *buffer, size_t buffer_size) in ext4_xattr_list_entries()
706 ext4_xattr_block_list(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_xattr_block_list()
736 ext4_xattr_ibody_list(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_xattr_ibody_list()
777 ext4_listxattr(struct dentry *dentry, char *buffer, size_t buffer_size) in ext4_listxattr()
[all …]
/Linux-v6.1/drivers/net/wireless/zydas/zd1211rw/
Dzd_usb.c214 static char *get_fw_name(struct zd_usb *usb, char *buffer, size_t size, in get_fw_name()
582 void *buffer; in zd_usb_disable_int() local
604 static void handle_rx_packet(struct zd_usb *usb, const u8 *buffer, in handle_rx_packet()
652 const u8 *buffer; in rx_urb_complete() local
716 void *buffer; in alloc_rx_urb() local
1232 static int scnprint_id(struct usb_device *udev, char *buffer, size_t size) in scnprint_id()
1241 int zd_usb_scnprint_id(struct zd_usb *usb, char *buffer, size_t size) in zd_usb_scnprint_id()
1250 char buffer[40]; in print_id() local
/Linux-v6.1/kernel/trace/
Dtrace.c517 struct trace_buffer *buffer, in call_filter_check_discard()
920 static inline void __ftrace_trace_stack(struct trace_buffer *buffer, in __ftrace_trace_stack()
926 struct trace_buffer *buffer, in ftrace_trace_stack()
944 __trace_buffer_lock_reserve(struct trace_buffer *buffer, in __trace_buffer_lock_reserve()
989 __buffer_unlock_commit(struct trace_buffer *buffer, struct ring_buffer_event *event) in __buffer_unlock_commit()
1014 struct trace_buffer *buffer; in __trace_puts() local
1065 struct trace_buffer *buffer; in __trace_bputs() local
2149 struct trace_buffer *buffer = buf->buffer; in tracing_reset_cpu() local
2165 struct trace_buffer *buffer = buf->buffer; in tracing_reset_online_cpus() local
2299 struct trace_buffer *buffer; in tracing_start() local
[all …]
/Linux-v6.1/drivers/mtd/
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-v6.1/drivers/net/wireless/marvell/libertas/
Dif_sdio.c106 u8 buffer[] __aligned(4); member
119 u8 buffer[65536] __attribute__((aligned(4))); member
203 u8 *buffer, unsigned size) in if_sdio_handle_cmd()
234 u8 *buffer, unsigned size) in if_sdio_handle_data()
265 u8 *buffer, unsigned size) in if_sdio_handle_event()
/Linux-v6.1/arch/um/os-Linux/drivers/
Dtuntap_user.c63 char *buffer, int buffer_len, int *used_out) in tuntap_open_tramp()
132 char *output, *buffer; in tuntap_open() local
/Linux-v6.1/drivers/ssb/
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-v6.1/drivers/acpi/acpica/
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-v6.1/drivers/net/wireless/marvell/mwifiex/
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-v6.1/drivers/i2c/busses/
Di2c-taos-evm.c37 unsigned char buffer[TAOS_BUFFER_SIZE]; member
183 static char *taos_adapter_name(char *buffer) in taos_adapter_name()
/Linux-v6.1/drivers/leds/
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-v6.1/drivers/scsi/
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()
Dscsi_transport_spi.c109 void *buffer, unsigned 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()
1003 u8 *buffer; in spi_dv_device() local
/Linux-v6.1/sound/core/
Dpcm_memory.c134 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_proc_read()
146 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_max_proc_read()
158 struct snd_info_buffer *buffer) in snd_pcm_lib_preallocate_proc_write()
/Linux-v6.1/drivers/gpu/drm/radeon/
Dr600_hdmi.c219 unsigned char *buffer, size_t size) in r600_set_avi_packet()
245 const void *buffer, size_t size) in r600_hdmi_update_audio_infoframe()
419 uint8_t buffer[HDMI_INFOFRAME_HEADER_SIZE + HDMI_AUDIO_INFOFRAME_SIZE]; in r600_hdmi_update_audio_settings() local
/Linux-v6.1/drivers/net/wireless/realtek/rtlwifi/
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-v6.1/fs/ntfs3/
Dxattr.c158 static ssize_t ntfs_list_ea(struct ntfs_inode *ni, char *buffer, in ntfs_list_ea()
200 void *buffer, size_t size, size_t *required) in ntfs_get_ea()
697 ssize_t ntfs_listxattr(struct dentry *dentry, char *buffer, size_t size) in ntfs_listxattr()
718 struct inode *inode, const char *name, void *buffer, in ntfs_getxattr()
/Linux-v6.1/drivers/net/ethernet/intel/i40e/
Di40e_debugfs.c69 static ssize_t i40e_dbg_command_read(struct file *filp, char __user *buffer, in i40e_dbg_command_read()
775 const char __user *buffer, in i40e_dbg_command_write()
1656 static ssize_t i40e_dbg_netdev_ops_read(struct file *filp, char __user *buffer, in i40e_dbg_netdev_ops_read()
1697 const char __user *buffer, in i40e_dbg_netdev_ops_write()
/Linux-v6.1/sound/pci/cs46xx/
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-v6.1/drivers/message/fusion/
Dmptsas.c685 pRaidVolumePage0_t buffer = NULL; in mptsas_add_device_component_starget_ir() local
1376 SasEnclosurePage0_t *buffer; in mptsas_sas_enclosure_pg0() local
2032 SasPhyPage1_t *buffer; in mptsas_get_linkerrors() local
2388 SasIOUnitPage0_t *buffer; in mptsas_sas_io_unit_pg0() local
2466 SasIOUnitPage1_t *buffer; in mptsas_sas_io_unit_pg1() local
2524 SasPhyPage0_t *buffer; in mptsas_sas_phy_pg0() local
2588 SasDevicePage0_t *buffer; in mptsas_sas_device_pg0() local
2669 SasExpanderPage0_t *buffer; in mptsas_sas_expander_pg0() local
2752 SasExpanderPage1_t *buffer; in mptsas_sas_expander_pg1() local
3544 struct mptsas_portinfo buffer; in mptsas_expander_delete() local
[all …]
/Linux-v6.1/drivers/net/ethernet/qlogic/netxen/
Dnetxen_nic_init.c1454 struct netxen_rx_buffer *buffer) in netxen_alloc_rx_skb()
1488 struct netxen_rx_buffer *buffer; in netxen_process_rxbuf() local
1520 struct netxen_rx_buffer *buffer; in netxen_process_rcv() local
1574 struct netxen_rx_buffer *buffer; in netxen_process_lro() local
1740 struct netxen_cmd_buffer *buffer; in netxen_process_cmd_ring() local
1812 struct netxen_rx_buffer *buffer; in netxen_post_rx_buffers() local
1870 struct netxen_rx_buffer *buffer; in netxen_post_rx_buffers_nodb() local
/Linux-v6.1/drivers/scsi/qedi/
Dqedi_debugfs.c94 qedi_dbg_do_not_recover_cmd_write(struct file *filp, const char __user *buffer, in qedi_dbg_do_not_recover_cmd_write()
120 qedi_dbg_do_not_recover_cmd_read(struct file *filp, char __user *buffer, in qedi_dbg_do_not_recover_cmd_read()

1...<<11121314151617181920>>...74