| /Linux-v6.6/drivers/net/ethernet/sfc/ |
| D | tx.c | 35 struct efx_tx_buffer *buffer) in efx_tx_get_copy_buffer() 53 struct efx_tx_buffer *buffer, size_t len) in efx_tx_get_copy_buffer_limited() 103 struct efx_tx_buffer *buffer; in efx_enqueue_skb_copy() local 223 struct efx_tx_buffer *buffer = in efx_enqueue_skb_pio() local 564 struct efx_tx_buffer *buffer = &tx_queue->buffer[read_ptr]; in efx_xmit_done_single() local
|
| /Linux-v6.6/block/partitions/ |
| D | ldm.c | 621 static int ldm_relative(const u8 *buffer, int buflen, int base, int offset) in ldm_relative() 692 static int ldm_get_vstr (const u8 *block, u8 *buffer, int buflen) in ldm_get_vstr() 720 static bool ldm_parse_cmp3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_cmp3() 770 static int ldm_parse_dgr3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr3() 811 static bool ldm_parse_dgr4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dgr4() 849 static bool ldm_parse_dsk3 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk3() 888 static bool ldm_parse_dsk4 (const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_dsk4() 921 static bool ldm_parse_prt3(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_prt3() 995 static bool ldm_parse_vol5(const u8 *buffer, int buflen, struct vblk *vb) in ldm_parse_vol5()
|
| /Linux-v6.6/arch/sparc/boot/ |
| D | piggyback.c | 104 char buffer[1024]; in get_start_end() local 137 char buffer[BUFSIZE]; in get_hdrs_offset() local 180 char buffer[1024]; in main() local
|
| /Linux-v6.6/lib/ |
| D | crc-ccitt.c | 99 u16 crc_ccitt(u16 crc, u8 const *buffer, size_t len) in crc_ccitt() 114 u16 crc_ccitt_false(u16 crc, u8 const *buffer, size_t len) in crc_ccitt_false()
|
| /Linux-v6.6/crypto/ |
| D | wp512.c | 40 u8 buffer[WP512_BLOCK_SIZE]; member 788 const __be64 *buffer = (const __be64 *)wctx->buffer; in wp512_process_buffer() local 1013 u8 *buffer = wctx->buffer; in wp512_update() local 1069 u8 *buffer = wctx->buffer; in wp512_final() local
|
| /Linux-v6.6/drivers/hwmon/ |
| D | applesmc.c | 248 static int read_smc(u8 cmd, const char *key, u8 *buffer, u8 len) in read_smc() 292 static int write_smc(u8 cmd, const char *key, const u8 *buffer, u8 len) in write_smc() 464 static int applesmc_read_key(const char *key, u8 *buffer, u8 len) in applesmc_read_key() 475 static int applesmc_write_key(const char *key, const u8 *buffer, u8 len) in applesmc_write_key() 503 u8 buffer[2]; in applesmc_read_s16() local 520 u8 buffer[2]; in applesmc_device_init() local 777 u8 buffer[10]; in applesmc_light_show() local 844 u8 buffer[2]; in applesmc_show_fan_speed() local 864 u8 buffer[2]; in applesmc_store_fan_speed() local 887 u8 buffer[2]; in applesmc_show_fan_manual() local [all …]
|
| /Linux-v6.6/drivers/parport/ |
| D | procfs.c | 47 char buffer[256]; in do_active_device() local 85 char buffer[256]; in do_autoprobe() local 127 char buffer[20]; in do_hardware_base_addr() local 154 char buffer[20]; in do_hardware_irq() local 181 char buffer[20]; in do_hardware_dma() local 208 char buffer[40]; in do_hardware_modes() local
|
| /Linux-v6.6/arch/hexagon/include/asm/ |
| D | io.h | 251 static inline void insb(unsigned long port, void *buffer, int count) in insb() 262 static inline void insw(unsigned long port, void *buffer, int count) in insw() 273 static inline void insl(unsigned long port, void *buffer, int count) in insl() 284 static inline void outsb(unsigned long port, const void *buffer, int count) in outsb() 294 static inline void outsw(unsigned long port, const void *buffer, int count) in outsw() 304 static inline void outsl(unsigned long port, const void *buffer, int count) in outsl()
|
| /Linux-v6.6/sound/firewire/digi00x/ |
| D | amdtp-dot.c | 101 static void dot_encode_step(struct dot_state *state, __be32 *const buffer) in dot_encode_step() 146 __be32 *buffer, unsigned int frames, in write_pcm_s32() 178 __be32 *buffer, unsigned int frames, in read_pcm_s32() 208 static void write_pcm_silence(struct amdtp_stream *s, __be32 *buffer, in write_pcm_silence() 248 static void write_midi_messages(struct amdtp_stream *s, __be32 *buffer, in write_midi_messages() 292 static void read_midi_messages(struct amdtp_stream *s, __be32 *buffer, in read_midi_messages()
|
| /Linux-v6.6/drivers/acpi/acpica/ |
| D | exstorob.c | 34 u8 *buffer; in acpi_ex_store_buffer_to_buffer() local 131 u8 *buffer; in acpi_ex_store_string_to_string() local
|
| /Linux-v6.6/drivers/input/misc/ |
| D | uinput.c | 511 const char __user *buffer, size_t count) in uinput_setup_device_legacy() 602 const char __user *buffer, size_t count) in uinput_inject_events() 633 static ssize_t uinput_write(struct file *file, const char __user *buffer, in uinput_write() 674 char __user *buffer, size_t count) in uinput_events_to_user() 691 static ssize_t uinput_read(struct file *file, char __user *buffer, in uinput_read() 758 static int uinput_ff_upload_to_user(char __user *buffer, in uinput_ff_upload_to_user() 789 static int uinput_ff_upload_from_user(const char __user *buffer, in uinput_ff_upload_from_user() 817 static int uinput_ff_upload_to_user(char __user *buffer, in uinput_ff_upload_to_user() 826 static int uinput_ff_upload_from_user(const char __user *buffer, in uinput_ff_upload_from_user()
|
| /Linux-v6.6/samples/vfs/ |
| D | test-statx.c | 43 unsigned int mask, struct statx *buffer) in statx() 52 char buffer[100]; in print_time() local 79 char buffer[256], ft = '?'; in dump_statx() local
|
| /Linux-v6.6/drivers/iio/buffer/ |
| D | industrialio-hw-consumer.c | 30 struct iio_buffer buffer; member 35 struct iio_buffer *buffer) in iio_buffer_to_hw_consumer_buffer() 40 static void iio_hw_buf_release(struct iio_buffer *buffer) in iio_hw_buf_release()
|
| /Linux-v6.6/sound/soc/sof/ |
| D | sof-client-ipc-msg-injector.c | 52 static ssize_t sof_msg_inject_dfs_read(struct file *file, char __user *buffer, in sof_msg_inject_dfs_read() 73 char __user *buffer, in sof_msg_inject_ipc4_dfs_read() 148 static ssize_t sof_msg_inject_dfs_write(struct file *file, const char __user *buffer, in sof_msg_inject_dfs_write() 178 const char __user *buffer, in sof_msg_inject_ipc4_dfs_write()
|
| /Linux-v6.6/net/rds/ |
| D | ib.c | 295 void *buffer) in rds_ib_conn_info_visitor() 334 void *buffer) in rds6_ib_conn_info_visitor() 373 u64 buffer[(sizeof(struct rds_info_rdma_connection) + 7) / 8]; in rds_ib_ic_info() local 387 u64 buffer[(sizeof(struct rds6_info_rdma_connection) + 7) / 8]; in rds6_ib_ic_info() local
|
| /Linux-v6.6/sound/core/ |
| D | info.c | 146 static ssize_t snd_info_entry_read(struct file *file, char __user *buffer, in snd_info_entry_read() 168 static ssize_t snd_info_entry_write(struct file *file, const char __user *buffer, in snd_info_entry_write() 300 const char __user *buffer, in snd_info_text_entry_write() 490 struct snd_info_buffer *buffer) in snd_card_id_read() 604 int snd_info_get_line(struct snd_info_buffer *buffer, char *line, int len) in snd_info_get_line() 879 struct snd_info_buffer *buffer)) in snd_card_rw_proc_new() 899 static void snd_info_version_read(struct snd_info_entry *entry, struct snd_info_buffer *buffer) in snd_info_version_read()
|
| /Linux-v6.6/tools/testing/selftests/iommu/ |
| D | iommufd_utils.h | 19 static void *buffer; variable 220 static int _test_ioctl_ioas_map(int fd, unsigned int ioas_id, void *buffer, in _test_ioctl_ioas_map() 239 #define test_ioctl_ioas_map(buffer, length, iova_p) \ argument 245 #define test_err_ioctl_ioas_map(_errno, buffer, length, iova_p) \ argument 252 #define test_ioctl_ioas_map_id(ioas_id, buffer, length, iova_p) \ argument 258 #define test_ioctl_ioas_map_fixed(buffer, length, iova) \ argument 269 #define test_err_ioctl_ioas_map_fixed(_errno, buffer, length, iova) \ argument
|
| /Linux-v6.6/drivers/firewire/ |
| D | nosy.c | 50 } buffer[13]; member 107 struct packet_buffer buffer; member 115 packet_buffer_init(struct packet_buffer *buffer, size_t capacity) in packet_buffer_init() 131 packet_buffer_destroy(struct packet_buffer *buffer) in packet_buffer_destroy() 139 struct packet_buffer *buffer = &client->buffer; in packet_buffer_get() local 181 packet_buffer_put(struct packet_buffer *buffer, void *data, size_t length) in packet_buffer_put() 336 nosy_read(struct file *file, char __user *buffer, size_t count, loff_t *offset) in nosy_read()
|
| /Linux-v6.6/drivers/net/ethernet/qlogic/qlcnic/ |
| D | qlcnic_minidump.c | 385 struct qlcnic_dump_entry *entry, __le32 *buffer) in qlcnic_dump_crb() 403 struct qlcnic_dump_entry *entry, __le32 *buffer) in qlcnic_dump_ctrl() 501 struct qlcnic_dump_entry *entry, __le32 *buffer) in qlcnic_dump_mux() 519 struct qlcnic_dump_entry *entry, __le32 *buffer) in qlcnic_dump_que() 542 struct qlcnic_dump_entry *entry, __le32 *buffer) in qlcnic_dump_ocm() 559 struct qlcnic_dump_entry *entry, __le32 *buffer) in qlcnic_read_rom() 589 struct qlcnic_dump_entry *entry, __le32 *buffer) in qlcnic_dump_l1_cache() 614 struct qlcnic_dump_entry *entry, __le32 *buffer) in qlcnic_dump_l2_cache() 661 struct __mem *mem, __le32 *buffer, in qlcnic_read_memory_test_agent() 769 __le32 *buffer, int *ret) in qlcnic_read_memory_pexdma() [all …]
|
| /Linux-v6.6/security/apparmor/ |
| D | file.c | 145 const struct path *path, int flags, char *buffer, in path_name() 231 const struct path *path, char *buffer, u32 request, in profile_path_perm() 267 char *buffer = NULL; in aa_path_perm() local 305 const struct path *link, char *buffer, in profile_path_link() 415 char *buffer = NULL, *buffer2 = NULL; in aa_path_link() local 468 char *buffer; in __file_path_perm() local
|
| /Linux-v6.6/drivers/net/wireless/purelifi/plfxlc/ |
| D | usb.c | 63 static void handle_rx_packet(struct plfxlc_usb *usb, const u8 *buffer, in handle_rx_packet() 74 const u8 *buffer; in rx_urb_complete() local 170 void *buffer; in alloc_rx_urb() local 444 static void get_usb_req(struct usb_device *udev, void *buffer, in get_usb_req() 490 int plfxlc_usb_wreq_async(struct plfxlc_usb *usb, const u8 *buffer, in plfxlc_usb_wreq_async() 509 int plfxlc_usb_wreq(struct usb_interface *ez_usb, void *buffer, int buffer_len, in plfxlc_usb_wreq()
|
| /Linux-v6.6/sound/usb/line6/ |
| D | driver.c | 47 const char *buffer; member 100 int line6_send_raw_message(struct usb_line6 *line6, const char *buffer, in line6_send_raw_message() 198 int line6_send_raw_message_async(struct usb_line6 *line6, const char *buffer, in line6_send_raw_message_async() 233 char *buffer; in line6_version_request_async() local 251 int line6_send_sysex_message(struct usb_line6 *line6, const char *buffer, in line6_send_sysex_message() 268 char *buffer = kmalloc(size + SYSEX_EXTRA_SIZE, GFP_ATOMIC); in line6_alloc_sysex_buffer() local
|
| /Linux-v6.6/drivers/edac/ |
| D | edac_pci_sysfs.c | 98 struct attribute *attr, char *buffer) in edac_pci_instance_show() 111 const char *buffer, size_t count) in edac_pci_instance_store() 215 static ssize_t edac_pci_int_show(void *ptr, char *buffer) in edac_pci_int_show() 221 static ssize_t edac_pci_int_store(void *ptr, const char *buffer, size_t count) in edac_pci_int_store() 240 char *buffer) in edac_pci_dev_show() 251 struct attribute *attr, const char *buffer, in edac_pci_dev_store()
|
| /Linux-v6.6/drivers/media/common/siano/ |
| D | smsendian.c | 17 void smsendian_handle_tx_message(void *buffer) in smsendian_handle_tx_message() 44 void smsendian_handle_rx_message(void *buffer) in smsendian_handle_rx_message()
|
| /Linux-v6.6/fs/orangefs/ |
| D | xattr.c | 94 void *buffer, size_t size) in orangefs_inode_getxattr() 406 ssize_t orangefs_listxattr(struct dentry *dentry, char *buffer, size_t size) in orangefs_listxattr() 533 const void *buffer, in orangefs_xattr_set_default() 544 void *buffer, in orangefs_xattr_get_default()
|