Home
last modified time | relevance | path

Searched refs:buffer (Results 4701 - 4725 of 6494) sorted by relevance

1...<<181182183184185186187188189190>>...260

/kernel/linux/linux-6.6/tools/iio/
H A Diio_generic_buffer.c2 /* Industrialio buffer test code.
7 * Reads the current buffer setup from sysfs and starts a short capture
34 #include <linux/iio/buffer.h>
52 * in processing the buffer output.
256 "Capture, convert and output data from IIO device buffer\n" in print_usage()
259 " -b <n> The buffer which to open (by index), default 0\n" in print_usage()
263 " -l <n> Set buffer length to n samples\n" in print_usage()
294 /* Disable buffer */ in cleanup()
298 fprintf(stderr, "Failed to disable buffer: %s\n", in cleanup()
604 * Construct the directory name for the associated buffer in main()
[all...]
/kernel/linux/linux-6.6/sound/usb/line6/
H A Dplayback.c106 Add signal to buffer for software monitoring.
198 line6pcm->out.buffer + in submit_audio_out_urb()
210 The transferred area goes over buffer boundary, in submit_audio_out_urb()
211 copy the data to the temp buffer. in submit_audio_out_urb()
/test/testfwk/xdevice/plugins/devicetest/core/suite/
H A Dtest_suite.py393 self._case_log_buffer_hdl.buffer.clear()
/test/xts/hats/hdf/camera/cameraMg/v1_3/include/
H A Dhdi_common_v1_3.h101 int32_t DumpImageFile(int streamId, std::string suffix, const void* buffer, int32_t size);
/kernel/linux/linux-5.10/arch/x86/crypto/
H A Daesni-intel_asm.S1129 movdqu \XMM1, (%arg3,%r11,1) # Write to the ciphertext buffer
1130 movdqu \XMM2, 16(%arg3,%r11,1) # Write to the ciphertext buffer
1131 movdqu \XMM3, 32(%arg3,%r11,1) # Write to the ciphertext buffer
1132 movdqu \XMM4, 48(%arg3,%r11,1) # Write to the ciphertext buffer
1331 movdqu \XMM1, (%arg3,%r11,1) # Write to plaintext buffer
1335 movdqu \XMM2, 16(%arg3,%r11,1) # Write to plaintext buffer
1339 movdqu \XMM3, 32(%arg3,%r11,1) # Write to plaintext buffer
1343 movdqu \XMM4, 48(%arg3,%r11,1) # Write to plaintext buffer
/kernel/linux/linux-5.10/drivers/net/ethernet/intel/igc/
H A Digc_main.c929 * are dma'ed to packet buffer. in igc_tx_launchtime()
947 struct igc_tx_buffer *buffer, in igc_init_empty_frame()
961 buffer->skb = skb; in igc_init_empty_frame()
962 buffer->protocol = 0; in igc_init_empty_frame()
963 buffer->bytecount = skb->len; in igc_init_empty_frame()
964 buffer->gso_segs = 1; in igc_init_empty_frame()
965 buffer->time_stamp = jiffies; in igc_init_empty_frame()
966 dma_unmap_len_set(buffer, len, skb->len); in igc_init_empty_frame()
967 dma_unmap_addr_set(buffer, dma, dma); in igc_init_empty_frame()
1637 /* we are reusing so sync this buffer fo in igc_get_rx_buffer()
946 igc_init_empty_frame(struct igc_ring *ring, struct igc_tx_buffer *buffer, struct sk_buff *skb) igc_init_empty_frame() argument
[all...]
/kernel/linux/linux-6.6/arch/x86/crypto/
H A Daesni-intel_asm.S1125 movdqu \XMM1, (%arg3,%r11,1) # Write to the ciphertext buffer
1126 movdqu \XMM2, 16(%arg3,%r11,1) # Write to the ciphertext buffer
1127 movdqu \XMM3, 32(%arg3,%r11,1) # Write to the ciphertext buffer
1128 movdqu \XMM4, 48(%arg3,%r11,1) # Write to the ciphertext buffer
1327 movdqu \XMM1, (%arg3,%r11,1) # Write to plaintext buffer
1331 movdqu \XMM2, 16(%arg3,%r11,1) # Write to plaintext buffer
1335 movdqu \XMM3, 32(%arg3,%r11,1) # Write to plaintext buffer
1339 movdqu \XMM4, 48(%arg3,%r11,1) # Write to plaintext buffer
/kernel/linux/linux-5.10/drivers/usb/core/
H A Dhub.c754 bits |= ((unsigned long) ((*hub->buffer)[i])) in hub_irq()
1399 hub->buffer = kmalloc(sizeof(*hub->buffer), GFP_KERNEL); in hub_configure()
1400 if (!hub->buffer) { in hub_configure()
1651 if (maxp > sizeof(*hub->buffer)) in hub_configure()
1652 maxp = sizeof(*hub->buffer); in hub_configure()
1660 usb_fill_int_urb(hub->urb, hdev, pipe, *hub->buffer, maxp, hub_irq, in hub_configure()
1759 kfree(hub->buffer); in hub_disconnect()
4718 * size will be 64 (and buf will point to a sufficiently large buffer),
/kernel/linux/linux-5.10/sound/soc/codecs/
H A Dwm_adsp.c411 __be32 host_buf_ptr; /* Host buffer pointer */
413 __be32 name[4]; /* The buffer name */
417 __be32 buf1_base; /* Base addr of first buffer area */
419 __be32 buf2_base; /* Base addr of 2nd buffer area */
3480 /* Wake the poll so it can see buffer is no longer attached */ in wm_adsp_compr_detach()
3571 if (params->buffer.fragment_size < WM_ADSP_MIN_FRAGMENT_SIZE || in wm_adsp_compr_check_params()
3572 params->buffer.fragment_size > WM_ADSP_MAX_FRAGMENT_SIZE || in wm_adsp_compr_check_params()
3573 params->buffer.fragments < WM_ADSP_MIN_FRAGMENTS || in wm_adsp_compr_check_params()
3574 params->buffer.fragments > WM_ADSP_MAX_FRAGMENTS || in wm_adsp_compr_check_params()
3575 params->buffer in wm_adsp_compr_check_params()
[all...]
/kernel/linux/linux-5.10/fs/cifs/
H A Dsmb2ops.c480 /* Azure rounds the buffer size up 8, to a 16 byte boundary */ in parse_server_interfaces()
1049 /* stop before overrun buffer */ in move_smb2_ea_to_cifs()
1059 /* stop before overrun buffer */ in move_smb2_ea_to_cifs()
1526 void *buffer = NULL; in smb2_ioctl_query_info() local
1562 buffer = memdup_user(arg + sizeof(struct smb_query_info), qi.output_buffer_length); in smb2_ioctl_query_info()
1563 if (IS_ERR(buffer)) { in smb2_ioctl_query_info()
1564 rc = PTR_ERR(buffer); in smb2_ioctl_query_info()
1618 qi.info_type, buffer, qi.output_buffer_length, in smb2_ioctl_query_info()
1637 data[0] = buffer; in smb2_ioctl_query_info()
1652 qi.output_buffer_length, buffer); in smb2_ioctl_query_info()
[all...]
/kernel/linux/linux-5.10/fs/xfs/
H A Dxfs_trace.h55 __field(void *, buffer)
68 __entry->buffer = ctx->buffer;
75 "buffer %p size %u count %u firstu %u filter %s",
82 __entry->buffer,
179 __field(void *, buffer)
194 __entry->buffer = ctx->buffer;
203 "buffer %p size %u count %u firstu %u filter %s "
211 __entry->buffer,
[all...]
/kernel/linux/linux-5.10/drivers/media/usb/gspca/
H A Dsonixj.c1149 gspca_err(gspca_dev, "reg_r: buffer overflow\n"); in reg_r()
1166 * Make sure the buffer is zeroed to avoid uninitialized in reg_r()
1198 const u8 *buffer, in reg_w()
1206 value, buffer[0], buffer[1]); in reg_w()
1209 gspca_err(gspca_dev, "reg_w: buffer overflow\n"); in reg_w()
1213 memcpy(gspca_dev->usb_buf, buffer, len); in reg_w()
1270 const u8 *buffer) in i2c_w8()
1277 buffer[2], buffer[ in i2c_w8()
1196 reg_w(struct gspca_dev *gspca_dev, u16 value, const u8 *buffer, int len) reg_w() argument
1269 i2c_w8(struct gspca_dev *gspca_dev, const u8 *buffer) i2c_w8() argument
[all...]
/kernel/linux/linux-5.10/drivers/scsi/arcmsr/
H A Darcmsr_hba.c658 /* host buffer low address, bit0:1 all buffer active */ in arcmsr_hbaF_assign_regAddr()
660 /* host buffer high address */ in arcmsr_hbaF_assign_regAddr()
662 /* set host buffer physical address */ in arcmsr_hbaF_assign_regAddr()
2921 char *buffer; in arcmsr_iop_message_xfer() local
2934 buffer = kmap_atomic(sg_page(sg)) + sg->offset; in arcmsr_iop_message_xfer()
2945 pcmdmessagefld = (struct CMD_MESSAGE_FIELD *)buffer; in arcmsr_iop_message_xfer()
3167 kunmap_atomic(buffer - sg->offset); in arcmsr_iop_message_xfer()
3195 char *buffer; in arcmsr_handle_virtual_command() local
3218 buffer in arcmsr_handle_virtual_command()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/gspca/
H A Dsonixj.c1149 gspca_err(gspca_dev, "reg_r: buffer overflow\n"); in reg_r()
1166 * Make sure the buffer is zeroed to avoid uninitialized in reg_r()
1198 const u8 *buffer, in reg_w()
1206 value, buffer[0], buffer[1]); in reg_w()
1209 gspca_err(gspca_dev, "reg_w: buffer overflow\n"); in reg_w()
1213 memcpy(gspca_dev->usb_buf, buffer, len); in reg_w()
1270 const u8 *buffer) in i2c_w8()
1277 buffer[2], buffer[ in i2c_w8()
1196 reg_w(struct gspca_dev *gspca_dev, u16 value, const u8 *buffer, int len) reg_w() argument
1269 i2c_w8(struct gspca_dev *gspca_dev, const u8 *buffer) i2c_w8() argument
[all...]
/kernel/linux/linux-6.6/drivers/usb/core/
H A Dhub.c761 bits |= ((unsigned long) ((*hub->buffer)[i])) in hub_irq()
1406 hub->buffer = kmalloc(sizeof(*hub->buffer), GFP_KERNEL); in hub_configure()
1407 if (!hub->buffer) { in hub_configure()
1658 if (maxp > sizeof(*hub->buffer)) in hub_configure()
1659 maxp = sizeof(*hub->buffer); in hub_configure()
1667 usb_fill_int_urb(hub->urb, hdev, pipe, *hub->buffer, maxp, hub_irq, in hub_configure()
1766 kfree(hub->buffer); in hub_disconnect()
4734 * size will be 64 (and buf will point to a sufficiently large buffer),
/kernel/linux/linux-6.6/drivers/scsi/arcmsr/
H A Darcmsr_hba.c665 /* host buffer low address, bit0:1 all buffer active */ in arcmsr_hbaF_assign_regAddr()
667 /* host buffer high address */ in arcmsr_hbaF_assign_regAddr()
669 /* set host buffer physical address */ in arcmsr_hbaF_assign_regAddr()
2916 char *buffer; in arcmsr_iop_message_xfer() local
2929 buffer = kmap_atomic(sg_page(sg)) + sg->offset; in arcmsr_iop_message_xfer()
2940 pcmdmessagefld = (struct CMD_MESSAGE_FIELD *)buffer; in arcmsr_iop_message_xfer()
3162 kunmap_atomic(buffer - sg->offset); in arcmsr_iop_message_xfer()
3192 char *buffer; in arcmsr_handle_virtual_command() local
3215 buffer in arcmsr_handle_virtual_command()
[all...]
/kernel/linux/linux-6.6/mm/
H A Dshmem.c1555 char buffer[64]; in shmem_show_mpol() local
1560 mpol_to_str(buffer, sizeof(buffer), mpol); in shmem_show_mpol()
1562 seq_printf(seq, ",mpol=%s", buffer); in shmem_show_mpol()
3665 const char *name, void *buffer, size_t size) in shmem_xattr_handler_get()
3670 return simple_xattr_get(&info->xattrs, name, buffer, size); in shmem_xattr_handler_get()
3741 static ssize_t shmem_listxattr(struct dentry *dentry, char *buffer, size_t size) in shmem_listxattr() argument
3744 return simple_xattr_list(d_inode(dentry), &info->xattrs, buffer, size); in shmem_listxattr()
3663 shmem_xattr_handler_get(const struct xattr_handler *handler, struct dentry *unused, struct inode *inode, const char *name, void *buffer, size_t size) shmem_xattr_handler_get() argument
/kernel/linux/linux-5.10/drivers/net/ethernet/amd/xgbe/
H A Dxgbe-drv.c1286 /* Calculate the Rx buffer size before allocating rings */ in xgbe_alloc_memory()
2372 /* Pull in the header buffer which may contain just the header in xgbe_create_skb()
2399 * so the full buffer was used in xgbe_rx_buf1_len()
2405 * calculate how much of the buffer was used in xgbe_rx_buf1_len()
2414 /* Always the full buffer if not the last descriptor */ in xgbe_rx_buf2_len()
2418 /* Last descriptor so calculate how much of the buffer was used in xgbe_rx_buf2_len()
2801 unsigned char buffer[128]; in xgbe_print_pkt() local
2817 buffer, sizeof(buffer), false); in xgbe_print_pkt()
2818 netdev_dbg(netdev, " %#06x: %s\n", i, buffer); in xgbe_print_pkt()
[all...]
/kernel/linux/linux-5.10/drivers/lightnvm/
H A Dpblk-core.c639 * failed write buffer entries in pblk_alloc_page()
2117 void *buffer; in pblk_get_meta_for_writes() local
2120 /* Just use OOB metadata buffer as always */ in pblk_get_meta_for_writes()
2121 buffer = rqd->meta_list; in pblk_get_meta_for_writes()
2126 buffer = page_to_virt( in pblk_get_meta_for_writes()
2130 return buffer; in pblk_get_meta_for_writes()
2143 /* We need to fill oob meta buffer with data from packed metadata */ in pblk_get_packed_meta()
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/
H A Dhfcpci.c390 * read a complete B-frame out of the buffer
405 new_z2 -= B_FIFO_SIZE; /* buffer wrap */ in hfcpci_empty_bfifo()
416 bz->f2 = new_f2; /* next buffer */ in hfcpci_empty_bfifo()
439 ptr1 = bdata; /* start of buffer */ in hfcpci_empty_bfifo()
443 bz->f2 = new_f2; /* next buffer */ in hfcpci_empty_bfifo()
489 (MAX_D_FRAMES + 1); /* next buffer */ in receive_dmsg()
517 ptr1 = df->data; /* start of buffer */ in receive_dmsg()
521 (MAX_D_FRAMES + 1); /* next buffer */ in receive_dmsg()
554 new_z2 -= B_FIFO_SIZE; /* buffer wrap */ in hfcpci_empty_fifo_trans()
586 ptr1 = bdata; /* start of buffer */ in hfcpci_empty_fifo_trans()
1994 void *buffer; setup_hw() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/cortina/
H A Dgemini.c87 * struct gmac_queue_page - page buffer per-page info
744 /* Look up a ring buffer page from virtual mapping */ in gmac_get_queue_page()
827 /* The assign the page mapping (physical address) to the buffer address in geth_freeq_alloc_map_page()
890 /* Loop over the freeq ring buffer entries */ in geth_fill_freeq()
1148 void *buffer; in gmac_map_tx_bufs() local
1167 * checksum buffer is only 1518 bytes, so when the frames get in gmac_map_tx_bufs()
1202 buffer = skb->data; in gmac_map_tx_bufs()
1206 buffer = skb_frag_address(skb_frag); in gmac_map_tx_bufs()
1215 mapping = dma_map_single(geth->dev, buffer, buflen, in gmac_map_tx_bufs()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/mwifiex/
H A Dsta_cmd.c526 * WEP keys in a single buffer.
1107 /* This function prepares command buffer to get/set memory location value.
1227 * host buffer configuration
1231 * - Setting host buffer configuration
1382 u8 **buffer) in mwifiex_cmd_append_rpn_expression()
1386 u8 *stack_ptr = *buffer; in mwifiex_cmd_append_rpn_expression()
1417 if (stack_ptr - *buffer > STACK_NBYTES) in mwifiex_cmd_append_rpn_expression()
1421 *buffer = stack_ptr; in mwifiex_cmd_append_rpn_expression()
1494 /* property header is 6 bytes, data must fit in cmd buffer */ in mwifiex_dnld_dt_cfgdata()
2246 * - Set PCI-Express host buffer configuratio
1380 mwifiex_cmd_append_rpn_expression(struct mwifiex_private *priv, struct mwifiex_mef_entry *mef_entry, u8 **buffer) mwifiex_cmd_append_rpn_expression() argument
[all...]
/kernel/linux/linux-5.10/drivers/net/wireless/
H A Dray_cs.c394 /*** Set up 16k window for shared memory (receive buffer) ***************/ in ray_config()
507 /* Initialize CCS's to buffer free state */ in ray_init()
880 struct tx_msg __iomem *ptx; /* Address of xmit buffer in PC space */ in ray_hw_xmit()
881 short int addr; /* Address of xmit buffer in card space */ in ray_hw_xmit()
938 /* TBD very inefficient to copy packet to buffer, and then not in ray_hw_xmit()
955 /* Copy LLC header to card buffer */ in translate_frame()
2051 /* Calculate address of packet within Rx buffer */ in ray_rx()
2361 /* Copy data from circular receive buffer to PC memory.
2363 * pkt_addr = source address in receive buffer
2372 } else { /* Packet wrapped in circular buffer */ in copy_from_rx_buff()
2713 ray_cs_essid_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) ray_cs_essid_proc_write() argument
2733 int_proc_write(struct file *file, const char __user *buffer, size_t count, loff_t *pos) int_proc_write() argument
[all...]
/kernel/linux/linux-5.10/drivers/target/
H A Dtarget_core_user.c50 * moving buffer allocations, or even page flipping or other
245 static int tcmu_get_global_max_data_area(char *buffer, in tcmu_get_global_max_data_area() argument
248 return sprintf(buffer, "%d\n", TCMU_BLOCKS_TO_MBS(tcmu_global_max_blocks)); in tcmu_get_global_max_data_area()
262 static int tcmu_get_block_netlink(char *buffer, in tcmu_get_block_netlink() argument
265 return sprintf(buffer, "%s\n", tcmu_netlink_blocked ? in tcmu_get_block_netlink()
757 * buffer blocks, and before gathering the Data-In buffer in gather_data_area()
758 * the Data-Out buffer blocks should be skipped. in gather_data_area()
997 /* size of data buffer needed */ in queue_cmd_ring()
1337 /* Get Data-In buffer befor in tcmu_handle_completion()
[all...]
/kernel/linux/linux-5.10/tools/perf/util/
H A Dparse-events.c2098 YY_BUFFER_STATE buffer; in parse_events__scanner() local
2106 buffer = parse_events__scan_string(str, scanner); in parse_events__scanner()
2114 parse_events__flush_buffer(buffer, scanner); in parse_events__scanner()
2115 parse_events__delete_buffer(buffer, scanner); in parse_events__scanner()

Completed in 83 milliseconds

1...<<181182183184185186187188189190>>...260