| /kernel/linux/linux-6.6/drivers/net/wireless/marvell/mwifiex/ |
| H A D | 11ac.h | 27 u8 **buffer);
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
| H A D | si.h | 36 void si_get_csb_buffer(struct radeon_device *rdev, volatile u32 *buffer);
|
| /kernel/linux/linux-6.6/sound/firewire/ |
| H A D | lib.h | 17 u64 offset, void *buffer, size_t length,
|
| H A D | packets-buffer.h | 9 * struct iso_packets_buffer - manages a buffer for many packets 16 void *buffer; member
|
| /kernel/linux/linux-5.10/drivers/usb/misc/sisusbvga/ |
| H A D | sisusb.c | 234 /* Declare this urb/buffer in use */ in sisusb_bulkout_msg() 321 * buffer "sisusb->obuf[index]" is set up with the data to send. 338 char *buffer; in sisusb_send_bulk_msg() local 347 * allocation of a buffer/urb. If we have the data in in sisusb_send_bulk_msg() 348 * the transfer buffer[index] already, reuse the buffer/URB in sisusb_send_bulk_msg() 349 * if the length is > buffer size. (So, transmitting in sisusb_send_bulk_msg() 350 * large data amounts directly from the transfer buffer in sisusb_send_bulk_msg() 351 * treats the buffer as a ring buffer in sisusb_send_bulk_msg() 457 char *buffer; sisusb_recv_bulk_msg() local 2482 sisusb_read(struct file *file, char __user *buffer, size_t count, loff_t *ppos) sisusb_read() argument 2618 sisusb_write(struct file *file, const char __user *buffer, size_t count, loff_t *ppos) sisusb_write() argument [all...] |
| /kernel/linux/linux-5.10/arch/arm64/kernel/ |
| H A D | machine_kexec_file.c | 274 kbuf.buffer = headers; in load_other_segments() 297 kbuf.buffer = initrd; in load_other_segments() 324 kbuf.buffer = dtb; in load_other_segments()
|
| /kernel/linux/linux-5.10/arch/x86/boot/ |
| H A D | boot.h | 282 int __cmdline_find_option(unsigned long cmdline_ptr, const char *option, char *buffer, int bufsize); 284 static inline int cmdline_find_option(const char *option, char *buffer, int bufsize) in cmdline_find_option() argument 291 return __cmdline_find_option(cmd_line_ptr, option, buffer, bufsize); in cmdline_find_option()
|
| /kernel/linux/linux-5.10/drivers/block/ |
| H A D | z2ram.c | 91 void *buffer = bio_data(req->bio); in z2_queue_rq() local 97 memcpy(buffer, (char *)addr, size); in z2_queue_rq() 99 memcpy((char *)addr, buffer, size); in z2_queue_rq()
|
| /kernel/linux/linux-6.6/arch/x86/boot/compressed/ |
| H A D | sev.c | 78 char buffer[MAX_INSN_SIZE]; in vc_decode_insn() local 81 memcpy(buffer, (unsigned char *)ctxt->regs->ip, MAX_INSN_SIZE); in vc_decode_insn() 83 ret = insn_decode(&ctxt->insn, buffer, MAX_INSN_SIZE, INSN_MODE_64); in vc_decode_insn()
|
| /kernel/linux/linux-6.6/arch/x86/boot/ |
| H A D | boot.h | 249 int __cmdline_find_option(unsigned long cmdline_ptr, const char *option, char *buffer, int bufsize); 251 static inline int cmdline_find_option(const char *option, char *buffer, int bufsize) in cmdline_find_option() argument 258 return __cmdline_find_option(cmd_line_ptr, option, buffer, bufsize); in cmdline_find_option()
|
| /kernel/linux/linux-5.10/drivers/hv/ |
| H A D | connection.c | 368 int vmbus_post_msg(void *buffer, size_t buflen, bool can_sleep) in vmbus_post_msg() argument 385 ret = hv_post_message(conn_id, 1, buffer, buflen); in vmbus_post_msg() 398 hdr = buffer; in vmbus_post_msg()
|
| /kernel/linux/linux-5.10/drivers/net/fjes/ |
| H A D | fjes_hw.h | 120 __le64 buffer[]; member 130 __le64 buffer[]; member 192 /* EP buffer information */ 245 /* buffer pair for Extended Partition */ 248 void *buffer; member 290 struct mutex lock; /* buffer lock*/
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
| H A D | ce.h | 162 * Queue a source buffer to be sent to an anonymous destination buffer. 164 * buffer - address of buffer 172 * Implementation note: pushes 1 buffer to Source ring 176 dma_addr_t buffer, 184 dma_addr_t buffer, 206 * Pops buffer from Dest ring. 213 * Pops 1 completed send buffer from Source ring. 294 * This is also the minimum size of a destination buffer [all...] |
| /kernel/linux/linux-5.10/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_proc.c | 188 ahc_proc_write_seeprom(struct Scsi_Host *shost, char *buffer, int length) in ahc_proc_write_seeprom() argument 205 printk("ahc_proc_write_seeprom: incorrect buffer size\n"); in ahc_proc_write_seeprom() 209 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer); in ahc_proc_write_seeprom() 261 "eeprom buffer. Write failing\n"); in ahc_proc_write_seeprom() 267 ahc_write_seeprom(&sd, (u_int16_t *)buffer, start_addr, in ahc_proc_write_seeprom()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| H A D | rtc-pcf8523.c | 65 u8 buffer[2] = { reg, value }; in pcf8523_write() local 71 msg.len = sizeof(buffer); in pcf8523_write() 72 msg.buf = buffer; in pcf8523_write()
|
| /kernel/linux/linux-5.10/drivers/usb/misc/ |
| H A D | idmouse.c | 70 unsigned char *bulk_in_buffer; /* the buffer to receive data */ 82 static ssize_t idmouse_read(struct file *file, char __user *buffer, 293 static ssize_t idmouse_read(struct file *file, char __user *buffer, size_t count, in idmouse_read() argument 308 result = simple_read_from_buffer(buffer, count, ppos, in idmouse_read()
|
| /kernel/linux/linux-5.10/sound/pcmcia/pdaudiocf/ |
| H A D | pdaudiocf_core.c | 125 struct snd_info_buffer *buffer) in pdacf_proc_read() 130 snd_iprintf(buffer, "PDAudioCF\n\n"); in pdacf_proc_read() 132 snd_iprintf(buffer, "FPGA revision : 0x%x\n", PDAUDIOCF_FPGAREV(tmp)); in pdacf_proc_read() 124 pdacf_proc_read(struct snd_info_entry * entry, struct snd_info_buffer *buffer) pdacf_proc_read() argument
|
| /kernel/linux/linux-5.10/fs/ |
| H A D | file_table.c | 83 void *buffer, size_t *lenp, loff_t *ppos) in proc_nr_files() 86 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_files() 90 void *buffer, size_t *lenp, loff_t *ppos) in proc_nr_files() 82 proc_nr_files(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) proc_nr_files() argument 89 proc_nr_files(struct ctl_table *table, int write, void *buffer, size_t *lenp, loff_t *ppos) proc_nr_files() argument
|
| /kernel/linux/linux-5.10/net/atm/ |
| H A D | ioctl.c | 176 if (get_user(cbuf, &ciobuf->buffer)) in do_vcc_ioctl() 183 if (get_user(buf, &iobuf->buffer)) in do_vcc_ioctl() 283 if (get_user(data, &iobuf32->buffer)) in do_atm_iobuf()
|
| /kernel/linux/linux-6.6/drivers/scsi/aic7xxx/ |
| H A D | aic7xxx_proc.c | 188 ahc_proc_write_seeprom(struct Scsi_Host *shost, char *buffer, int length) in ahc_proc_write_seeprom() argument 205 printk("ahc_proc_write_seeprom: incorrect buffer size\n"); in ahc_proc_write_seeprom() 209 have_seeprom = ahc_verify_cksum((struct seeprom_config*)buffer); in ahc_proc_write_seeprom() 262 "eeprom buffer. Write failing\n"); in ahc_proc_write_seeprom() 268 ahc_write_seeprom(&sd, (u_int16_t *)buffer, start_addr, in ahc_proc_write_seeprom()
|
| /kernel/linux/linux-6.6/drivers/platform/chrome/ |
| H A D | chromeos_acpi.c | 99 for (i = 0; i < element->buffer.length && room_left; i += byte_per_line) { in chromeos_acpi_handle_package() 100 r = hex_dump_to_buffer(element->buffer.pointer + i, in chromeos_acpi_handle_package() 101 element->buffer.length - i, in chromeos_acpi_handle_package()
|
| /kernel/linux/linux-6.6/drivers/platform/x86/hp/hp-bioscfg/ |
| H A D | order-list-attributes.c | 24 static int replace_char_str(u8 *buffer, char *repl_char, char *repl_with) in replace_char_str() argument 26 char *src = buffer; in replace_char_str() 27 int buflen = strlen(buffer); in replace_char_str()
|
| /kernel/linux/linux-6.6/drivers/usb/misc/ |
| H A D | idmouse.c | 70 unsigned char *bulk_in_buffer; /* the buffer to receive data */ 82 static ssize_t idmouse_read(struct file *file, char __user *buffer, 293 static ssize_t idmouse_read(struct file *file, char __user *buffer, size_t count, in idmouse_read() argument 308 result = simple_read_from_buffer(buffer, count, ppos, in idmouse_read()
|
| /kernel/linux/linux-6.6/drivers/block/ |
| H A D | z2ram.c | 90 void *buffer = bio_data(req->bio); in z2_queue_rq() local 96 memcpy(buffer, (char *)addr, size); in z2_queue_rq() 98 memcpy((char *)addr, buffer, size); in z2_queue_rq()
|
| /kernel/linux/linux-6.6/drivers/net/fjes/ |
| H A D | fjes_hw.h | 120 __le64 buffer[]; member 130 __le64 buffer[]; member 192 /* EP buffer information */ 245 /* buffer pair for Extended Partition */ 248 void *buffer; member 290 struct mutex lock; /* buffer lock*/
|