Home
last modified time | relevance | path

Searched refs:buffer (Results 4426 - 4450 of 5070) sorted by relevance

1...<<171172173174175176177178179180>>...203

/kernel/linux/linux-6.6/drivers/iio/dummy/
H A Diio_simple_dummy.c22 #include <linux/iio/buffer.h>
128 /* The ordering of elements in the buffer via an enum */
130 .scan_type = { /* Description of storage in buffer */
169 .scan_type = { /* Description of storage in buffer */
214 .scan_type = { /* Description of storage in buffer */
223 * the buffer.
230 .scan_index = -1, /* No buffer support */
240 .scan_index = -1, /* No buffer support */
251 .scan_index = -1, /* No buffer support */
262 .scan_index = -1, /* No buffer suppor
[all...]
/kernel/linux/linux-6.6/drivers/iio/accel/
H A Dmxc4005.c15 #include <linux/iio/buffer.h>
431 "failed to setup iio triggered buffer\n"); in mxc4005_probe()
H A Dstk8312.c15 #include <linux/iio/buffer.h>
577 dev_err(&client->dev, "iio triggered buffer setup failed\n"); in stk8312_probe()
H A Dstk8ba50.c15 #include <linux/iio/buffer.h>
470 dev_err(&client->dev, "iio triggered buffer setup failed\n"); in stk8ba50_probe()
/kernel/linux/linux-6.6/drivers/iio/light/
H A Dmax44000.c19 #include <linux/iio/buffer.h>
101 * Handling this internally is also required for buffer support because the
593 dev_err(&client->dev, "iio triggered buffer setup failed\n"); in max44000_probe()
/kernel/linux/linux-6.6/drivers/iio/adc/
H A Dad7266.c20 #include <linux/iio/buffer.h>
42 * The buffer needs to be large enough to hold two samples (4 bytes) and
H A Dti-adc12138.c17 #include <linux/iio/buffer.h>
/kernel/linux/linux-6.6/drivers/iio/magnetometer/
H A Dhmc5843_core.c19 #include <linux/iio/buffer.h>
H A Dhid-sensor-magn-3d.c12 #include <linux/iio/buffer.h>
/kernel/linux/linux-6.6/drivers/macintosh/
H A Dwindfarm_smu_sensors.c84 *value = *((u16 *)cmd.buffer); in smu_read_adc()
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Davs.h364 u8 buffer[]; member
/kernel/linux/linux-6.6/tools/perf/util/
H A Ddata-convert-json.c244 output_json_key_string(out, true, 3, fields[i]->name, s.buffer); in process_sample_event()
/kernel/linux/linux-6.6/mm/kasan/
H A Dkasan.h333 void kasan_metadata_fetch_row(char *buffer, void *row);
/kernel/linux/linux-6.6/lib/zstd/common/
H A Dfse.h57 Compress content of buffer 'src', of size 'srcSize', into destination buffer 'dst'.
58 'dst' buffer must be already allocated. Compression runs faster is dstCapacity >= FSE_compressBound(srcSize).
68 Decompress FSE data from buffer 'cSrc', of size 'cSrcSize',
69 into already allocated destination buffer 'dst', of size 'dstCapacity'.
112 3. save normalized counters to memory buffer using writeNCount()
154 Compactly save 'normalizedCounter' into 'buffer'.
157 FSE_PUBLIC_API size_t FSE_writeNCount (void* buffer, size_t bufferSize,
205 'buffer' must be already allocated.
206 For guaranteed success, buffer siz
[all...]
/kernel/linux/linux-6.6/sound/soc/fsl/
H A Dmpc5200_dma.c52 * psc_dma_bcom_enqueue_next_buffer - Enqueue another audio buffer
55 * Enqueues another audio period buffer into the bestcomm queue.
58 * the queue. Otherwise the enqueue will fail and the audio ring buffer
65 /* Prepare and enqueue the next buffer descriptor */ in psc_dma_bcom_enqueue_next_buffer()
81 /* For each finished period, dequeue the completed period buffer in psc_dma_bcom_irq()
232 dev_err(substream->pcm->card->dev, "invalid buffer size\n"); in psc_dma_open()
362 fifo = res.start + offsetof(struct mpc52xx_psc, buffer.buffer_32); in mpc5200_audio_dma_create()
/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()
/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...]

Completed in 64 milliseconds

1...<<171172173174175176177178179180>>...203