/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | cc10001_adc.c | 16 #include <linux/iio/buffer.h>
|
H A D | ti-adc0832.c | 15 #include <linux/iio/buffer.h>
|
/kernel/linux/linux-6.6/drivers/iio/humidity/ |
H A D | hdc100x.c | 24 #include <linux/iio/buffer.h> 391 dev_err(&client->dev, "iio triggered buffer setup failed\n"); in hdc100x_probe()
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_mpu6050/ |
H A D | inv_mpu_iio.h | 15 #include <linux/iio/buffer.h> 182 * @data: read buffer used for bulk reads.
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | hid-sensor-als.c | 13 #include <linux/iio/buffer.h>
|
H A D | isl29125.c | 21 #include <linux/iio/buffer.h>
|
H A D | hid-sensor-prox.c | 13 #include <linux/iio/buffer.h> 156 /* Function to push data to buffer */
|
/kernel/linux/linux-6.6/drivers/iio/orientation/ |
H A D | hid-sensor-incl-3d.c | 14 #include <linux/iio/buffer.h>
|
H A D | hid-sensor-rotation.c | 14 #include <linux/iio/buffer.h>
|
/kernel/linux/linux-6.6/drivers/iio/position/ |
H A D | hid-sensor-custom-intel-hinge.c | 7 #include <linux/iio/buffer.h>
|
/kernel/linux/linux-6.6/rust/kernel/ |
H A D | str.rs | 386 /// Allows formatting of [`fmt::Arguments`] into a raw buffer. 388 /// It does not fail if callers write past the end of the buffer so that they can calculate the 403 /// Creates a new instance of [`RawFormatter`] with an empty buffer. 405 // INVARIANT: The buffer is empty, so the region that needs to be writable is empty. in new() 413 /// Creates a new instance of [`RawFormatter`] with the given buffer pointers. 428 /// Creates a new instance of [`RawFormatter`] with the given buffer. 484 /// Allows formatting of [`fmt::Arguments`] into a raw buffer. 486 /// Fails if callers attempt to write more than will fit in the buffer. 490 /// Creates a new instance of [`Formatter`] with the given buffer. 514 // Fail the request if we go past the end of the buffer in write_str() [all...] |
/kernel/linux/linux-6.6/sound/pci/trident/ |
H A D | trident.h | 55 ENDLP_IE = 0x00001000, /* interrupt enable: end of buffer */ 56 MIDLP_IE = 0x00002000, /* interrupt enable: middle buffer */ 63 MAIN_OUT_ASSIGN = 0x00100000, /* SiS: 0=PCM Out FIFO | 1=MMC Out buffer */ 254 struct snd_dma_buffer *buffer; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 190 __u64 buffer; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/dvb/ |
H A D | frontend.h | 342 } buffer; member
|
/kernel/linux/linux-6.6/sound/isa/gus/ |
H A D | gus_dma.c | 135 "addr = 0x%x, buffer = 0x%lx, count = 0x%x, cmd = 0x%x\n", in snd_gf1_dma_interrupt() 197 snd_printdd("addr = 0x%x, buffer = 0x%lx, count = 0x%x, cmd = 0x%x\n", in snd_gf1_dma_transfer_block() 198 block->addr, (long) block->buffer, block->count, in snd_gf1_dma_transfer_block()
|
/kernel/linux/linux-6.6/sound/pci/ca0106/ |
H A D | ca0106.h | 15 * Use separate card based DMA buffer for periods table list. 73 #define IPR_MIDI_RX_B 0x00020000 /* MIDI UART-B Receive buffer non-empty */ 74 #define IPR_MIDI_TX_B 0x00010000 /* MIDI UART-B Transmit buffer empty */ 87 #define IPR_MIDI_RX_A 0x00000004 /* MIDI UART-A Receive buffer non-empty */ 88 #define IPR_MIDI_TX_A 0x00000002 /* MIDI UART-A Transmit buffer empty */ 93 #define INTE_MIDI_RX_B 0x00020000 /* MIDI UART-B Receive buffer non-empty */ 94 #define INTE_MIDI_TX_B 0x00010000 /* MIDI UART-B Transmit buffer empty */ 107 #define INTE_MIDI_RX_A 0x00000004 /* MIDI UART-A Receive buffer non-empty */ 108 #define INTE_MIDI_TX_A 0x00000002 /* MIDI UART-A Transmit buffer empty */ 168 * One list entry for each period in the buffer 690 struct snd_dma_buffer *buffer; global() member [all...] |
/kernel/linux/linux-6.6/sound/pci/oxygen/ |
H A D | oxygen.h | 103 struct snd_info_buffer *buffer);
|
/kernel/linux/linux-6.6/drivers/scsi/elx/libefc/ |
H A D | efclib.h | 295 * @sparm_dma_buf: service parameters buffer 470 struct efc_dma req; /* send buffer */ 471 struct efc_dma rsp; /* receive buffer */ 604 void efc_node_fcid_display(u32 fc_id, char *buffer, u32 buf_len);
|
/kernel/linux/linux-6.6/drivers/scsi/pcmcia/ |
H A D | nsp_cs.h | 374 #define BUFFER_ADDR(SCpnt) ((char *)(sg_virt(nsp_priv(SCpnt)->buffer)))
|
/kernel/linux/linux-6.6/tools/bpf/bpftool/ |
H A D | jit_disasm.c | 273 info->buffer = image; in init_context()
|
/kernel/linux/linux-6.6/sound/usb/line6/ |
H A D | capture.c | 48 line6pcm->in.buffer + in submit_audio_in_urb() 82 Copy data into ALSA capture buffer. 99 The transferred area goes over buffer boundary, in line6_capture_copy()
|
/kernel/linux/linux-6.6/sound/soc/intel/atom/ |
H A D | sst-mfld-platform-compress.c | 148 virt_to_phys(cstream->runtime->buffer); in sst_platform_compr_set_params()
|
/kernel/linux/linux-6.6/tools/bpf/ |
H A D | bpf_jit_disasm.c | 73 info.buffer = image; in get_asm_insns() 295 fprintf(stderr, "Could not retrieve log buffer!\n"); in main()
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
H A D | vmwgfx_drm.h | 190 __u64 buffer; member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/dvb/ |
H A D | frontend.h | 342 } buffer; member
|