Searched refs:buffer (Results 11676 - 11700 of 15275) sorted by relevance
1...<<461462463464465466467468469470>>...611
/kernel/linux/linux-6.6/drivers/iio/accel/ |
H A D | bma220_spi.c | 14 #include <linux/iio/buffer.h> 285 dev_err(&spi->dev, "iio triggered buffer setup failed\n"); in bma220_probe()
|
/kernel/linux/linux-6.6/drivers/iio/adc/ |
H A D | ad7298.c | 23 #include <linux/iio/buffer.h> 101 * ad7298_update_scan_mode() setup the spi transfer buffer for the new scan mask
|
H A D | ad7766.c | 19 #include <linux/iio/buffer.h> 50 * Make the buffer large enough for one 24 bit sample and one 64 bit
|
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/chemical/ |
H A D | pms7003.c | 12 #include <linux/iio/buffer.h> 76 /* Used to construct scan to push to the IIO buffer */
|
/kernel/linux/linux-6.6/drivers/iio/gyro/ |
H A D | hid-sensor-gyro-3d.c | 13 #include <linux/iio/buffer.h>
|
H A D | itg3200_core.c | 27 #include <linux/iio/buffer.h>
|
/kernel/linux/linux-6.6/drivers/iio/imu/inv_icm42600/ |
H A D | inv_icm42600.h | 129 * @buffer: data transfer buffer aligned for DMA. 145 uint8_t buffer[2] __aligned(IIO_DMA_MINALIGN);
|
/kernel/linux/linux-6.6/drivers/iio/light/ |
H A D | st_uvis25_core.c | 21 #include <linux/iio/buffer.h>
|
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/common/cros_ec_sensors/ |
H A D | cros_ec_sensors.c | 12 #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/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...] |
Completed in 24 milliseconds
1...<<461462463464465466467468469470>>...611