Home
last modified time | relevance | path

Searched refs:buffer (Results 5626 - 5650 of 7484) sorted by relevance

1...<<221222223224225226227228229230>>...300

/kernel/linux/linux-6.6/drivers/net/ethernet/netronome/nfp/nfpcore/
H A Dnfp_cpp.h221 void *buffer, size_t length);
223 const void *buffer, size_t length);
/kernel/linux/linux-6.6/drivers/acpi/
H A Dacpi_dbg.c94 * 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 Ddsopcode.c64 * 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 Dexoparg1.c439 * 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 Dfile_table.c107 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 Dorangefs-kernel.h124 * 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 Ddlmfs.c80 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 Dnfs4namespace.c112 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 Dvmstat.h21 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 Ddrm_dp_mst_helper.h861 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 Dlpfc_debugfs.h31 /* 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 Dfuse-tegra.c102 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 Dsurface3_power.c177 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 Dep0.c64 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 Dlvstest.c28 /* 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 Dusb-skeleton.c53 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 Dsun4i-ss-hash.c112 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 Defi.h258 #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 Dixgbe_common.h89 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 Dsungem.h274 * 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 Dmcdi.h61 * @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 Dintel_lspcon.c405 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 Dhid-hyperv.c94 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 Dring_buffer.c28 * 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 Dvmwgfx_ldu.c140 * 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()

Completed in 26 milliseconds

1...<<221222223224225226227228229230>>...300