/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/ |
H A D | nfp_cpp.h | 221 void *buffer, size_t length); 223 const void *buffer, size_t length);
|
/kernel/linux/linux-6.6/drivers/acpi/ |
H A D | acpi_dbg.c | 94 * Another read is not in progress and there is data in buffer in __acpi_aml_readable() 105 * Another write is not in progress and there is buffer space in __acpi_aml_writable() 298 * buffer. Return the size of stored logs or errno. 338 * debugger interface buffer. Return the size of stored commands or errno. 442 char *buffer, size_t length) in acpi_aml_wait_command_ready() 451 status = acpi_os_get_line(buffer, length, NULL); in acpi_aml_wait_command_ready() 441 acpi_aml_wait_command_ready(bool single_step, char *buffer, size_t length) acpi_aml_wait_command_ready() argument
|
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | dsopcode.c | 64 * offset_desc - Offset into buffer 70 * DESCRIPTION: Perform actual initialization of a buffer field 194 /* Entire field must fit within the current length of the buffer */ in acpi_ds_init_buffer_field() 196 if ((bit_offset + bit_count) > (8 * (u32)buffer_desc->buffer.length)) { in acpi_ds_init_buffer_field() 203 8 * (u32)buffer_desc->buffer.length)); in acpi_ds_init_buffer_field()
|
H A D | exoparg1.c | 439 * A store operand is typically a number, string, buffer or lvalue in acpi_ex_opcode_1A_1T_1R() 718 * The type of the base object must be integer, buffer, string, or in acpi_ex_opcode_1A_0T_1R() 742 value = temp_desc->buffer.length; in acpi_ex_opcode_1A_0T_1R() 950 * buffer -- the element pointed to by the index. in acpi_ex_opcode_1A_0T_1R() 952 * NOTE: index into a buffer is NOT a pointer to a in acpi_ex_opcode_1A_0T_1R() 953 * sub-buffer of the main buffer, it is only a pointer to a in acpi_ex_opcode_1A_0T_1R() 954 * single element (byte) of the buffer! in acpi_ex_opcode_1A_0T_1R() 956 * Since we are returning the value of the buffer at the in acpi_ex_opcode_1A_0T_1R() 958 * reference to the buffer itsel in acpi_ex_opcode_1A_0T_1R() [all...] |
/kernel/linux/linux-6.6/fs/ |
H A D | file_table.c | 107 static int proc_nr_files(struct ctl_table *table, int write, void *buffer, in proc_nr_files() argument 111 return proc_doulongvec_minmax(table, write, buffer, lenp, ppos); in proc_nr_files()
|
/kernel/linux/linux-6.6/fs/orangefs/ |
H A D | orangefs-kernel.h | 124 * get a new shared memory buffer and re-populate it. 378 ssize_t orangefs_listxattr(struct dentry *dentry, char *buffer, size_t size); 413 void *buffer,
|
/kernel/linux/linux-6.6/fs/ocfs2/dlmfs/ |
H A D | dlmfs.c | 80 static int param_get_dlmfs_capabilities(char *buffer, in param_get_dlmfs_capabilities() argument 83 return strlcpy(buffer, DLMFS_CAPABILITIES, in param_get_dlmfs_capabilities()
|
/kernel/linux/linux-6.6/fs/nfs/ |
H A D | nfs4namespace.c | 112 static char *nfs4_path(struct dentry *dentry, char *buffer, ssize_t buflen) in nfs4_path() argument 115 char *path = nfs_path(&limit, dentry, buffer, buflen, in nfs4_path() 296 /* Allocate a buffer big enough to hold any of the hostnames plus a in try_location() 297 * terminating char and also a buffer big enough to hold the hostname in try_location()
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | vmstat.h | 21 void *buffer, size_t *length, loff_t *ppos); 304 int vmstat_refresh(struct ctl_table *, int write, void *buffer, size_t *lenp,
|
/kernel/linux/linux-6.6/include/drm/display/ |
H A D | drm_dp_mst_helper.h | 861 unsigned int offset, void *buffer, size_t size); 863 unsigned int offset, void *buffer, size_t size);
|
/kernel/linux/linux-6.6/drivers/scsi/lpfc/ |
H A D | lpfc_debugfs.h | 31 /* nodelist output buffer size */ 35 /* dumpHBASlim output buffer size */ 38 /* dumpHostSlim output buffer size */ 41 /* dumpSLIqinfo output buffer size */ 44 /* hbqinfo output buffer size */ 47 /* nvmestat output buffer size */ 52 /* scsistat output buffer size */ 218 char *buffer; member 288 char *buffer; member 298 /* multixripool output buffer siz [all...] |
/kernel/linux/linux-6.6/drivers/soc/tegra/fuse/ |
H A D | fuse-tegra.c | 102 u32 *buffer = value; in tegra_fuse_read() local 105 buffer[i] = fuse->read(fuse, offset + i * 4); in tegra_fuse_read()
|
/kernel/linux/linux-6.6/drivers/platform/surface/ |
H A D | surface3_power.c | 177 for (i = 0; i < obj->buffer.length; i++) in mshw0011_notify() 178 *ret_value |= obj->buffer.pointer[i] << (i * 8); in mshw0011_notify()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/aspeed-vhub/ |
H A D | ep0.c | 64 u8 *buffer = ep->buf; in __ast_vhub_simple_reply() local 70 /* Copy data directly into EP buffer */ in __ast_vhub_simple_reply() 72 buffer[i] = va_arg(args, int); in __ast_vhub_simple_reply() 213 * in the EP buffer) in ast_vhub_ep0_do_send() 386 /* Data, no buffer and not internal ? */ in ast_vhub_ep0_queue() 388 dev_warn(dev, "Request with no buffer !\n"); in ast_vhub_ep0_queue()
|
/kernel/linux/linux-6.6/drivers/usb/misc/ |
H A D | lvstest.c | 28 /* urb buffer */ 29 u8 buffer[8]; member 441 usb_fill_int_urb(lvs->urb, hdev, pipe, &lvs->buffer[0], maxp, in lvs_rh_probe()
|
/kernel/linux/linux-6.6/drivers/usb/ |
H A D | usb-skeleton.c | 53 unsigned char *bulk_in_buffer; /* the buffer to receive data */ 54 size_t bulk_in_size; /* the size of the receive buffer */ 55 size_t bulk_in_filled; /* number of bytes in the buffer */ 224 static ssize_t skel_read(struct file *file, char *buffer, size_t count, in skel_read() argument 279 * if the buffer is filled we may satisfy the read in skel_read() 304 if (copy_to_user(buffer, in skel_read() 320 /* no data in the buffer */ in skel_read() 353 /* free up our allocated buffer */ in skel_write_bulk_callback() 402 /* create a urb, and a buffer for it, and copy the data to the urb */ in skel_write()
|
/kernel/linux/linux-6.6/drivers/crypto/allwinner/sun4i-ss/ |
H A D | sun4i-ss-hash.c | 112 memcpy(octx->buffer, op->buf, op->len); in sun4i_hash_export_sha1() 139 memcpy(op->buf, ictx->buffer, op->len); in sun4i_hash_import_sha1() 161 * The extra bytes will go to a temporary buffer op->buf storing op->len bytes 165 * => all data will be written to wait buffer (op->buf) and end=0 280 * - the buffer is already used in sun4i_hash() 286 * - the buffer is full in sun4i_hash() 408 /* write the remaining words of the wait buffer */ in sun4i_hash() 425 /* write the remaining bytes of the nbw buffer */ in sun4i_hash()
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | efi.h | 258 #define __efi64_argmap_allocate_pool(type, size, buffer) \ 259 ((type), (size), efi64_zero_upper(buffer))
|
/kernel/linux/linux-6.6/drivers/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_common.h | 89 u8 ixgbe_calculate_checksum(u8 *buffer, u32 length); 92 s32 ixgbe_hic_unlocked(struct ixgbe_hw *hw, u32 *buffer, u32 len, u32 timeout);
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sun/ |
H A D | sungem.h | 274 * the RX descriptor's buffer, but before the RX_DONE bit is set in the 828 * use the buffer DMA address as a place to keep track of allocated 833 __le64 buffer; member 851 * the beginning of the buffer and right after the end in order to DMA 862 * buffer DMA address field will stay the same when it performs these 868 __le64 buffer; member
|
/kernel/linux/linux-6.6/drivers/net/ethernet/sfc/siena/ |
H A D | mcdi.h | 61 * @logging_buffer: buffer that may be used to build MCDI tracing messages 378 size_t *retlen, u8 *buffer); 381 size_t *retlen, const u8 *buffer);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/ |
H A D | intel_lspcon.c | 405 const u8 *buffer, ssize_t len) in _lspcon_write_avi_infoframe_mca() 411 const u8 *data = buffer; in _lspcon_write_avi_infoframe_mca() 404 _lspcon_write_avi_infoframe_mca(struct drm_dp_aux *aux, const u8 *buffer, ssize_t len) _lspcon_write_avi_infoframe_mca() argument
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | hid-hyperv.c | 94 char buffer[]; member 293 memcpy(input_dev->input_buf, input_report->buffer, len); in mousevsc_on_receive()
|
/kernel/linux/linux-6.6/drivers/hv/ |
H A D | ring_buffer.c | 28 * When we write to the ring buffer, check if the host needs to 32 * ring buffer, it will set the interrupt_mask to 37 * the ring buffer before exiting the read loop. Further, 38 * once the ring buffer is empty, it will clear the 72 /* Get the next write location for the specified ring buffer. */ 81 /* Set the next write location for the specified ring buffer. */ 89 /* Get the size of the ring buffer. */ 96 /* Get the read and write indices as u64 of the specified ring buffer. */ 104 * Helper routine to copy from source to ring buffer. 130 * for the specified ring buffer 388 hv_ringbuffer_read(struct vmbus_channel *channel, void *buffer, u32 buflen, u32 *buffer_actual_len, u64 *requestid, bool raw) hv_ringbuffer_read() argument [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_ldu.c | 140 * Pin the buffer in a location suitable for access by the 149 buf = vfb->bo ? vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_ldu_fb_pin() 171 buf = vfb->bo ? vmw_framebuffer_to_vfbd(&vfb->base)->buffer : in vmw_ldu_fb_unpin()
|