Searched refs:fifo_buf (Results 1 – 8 of 8) sorted by relevance
/linux-6.1.9/drivers/iio/accel/ |
D | adxl367_i2c.c | 25 static int adxl367_i2c_read_fifo(void *context, __be16 *fifo_buf, in adxl367_i2c_read_fifo() argument 30 return regmap_noinc_read(st->regmap, ADXL367_I2C_FIFO_DATA, fifo_buf, in adxl367_i2c_read_fifo() 31 fifo_entries * sizeof(*fifo_buf)); in adxl367_i2c_read_fifo()
|
D | adxl367_spi.c | 41 static int adxl367_read_fifo(void *context, __be16 *fifo_buf, in adxl367_read_fifo() argument 46 st->fifo_xfer[1].rx_buf = fifo_buf; in adxl367_read_fifo() 47 st->fifo_xfer[1].len = fifo_entries * sizeof(*fifo_buf); in adxl367_read_fifo()
|
D | adxl367.h | 16 int (*read_fifo)(void *context, __be16 *fifo_buf,
|
D | adxl372.c | 300 __be16 fifo_buf[ADXL372_FIFO_SIZE]; member 661 st->fifo_buf, in adxl372_trigger_handler() 670 adxl372_arrange_axis_data(st, &st->fifo_buf[i]); in adxl372_trigger_handler() 671 iio_push_to_buffers(indio_dev, &st->fifo_buf[i]); in adxl372_trigger_handler()
|
D | adxl367.c | 182 __be16 fifo_buf[ADXL367_FIFO_SIZE] __aligned(IIO_DMA_MINALIGN); 836 ret = st->ops->read_fifo(st->context, st->fifo_buf, fifo_entries); in adxl367_push_fifo_data() 843 iio_push_to_buffers(indio_dev, &st->fifo_buf[i]); in adxl367_push_fifo_data()
|
/linux-6.1.9/drivers/comedi/drivers/ |
D | das1800.c | 315 unsigned short *fifo_buf; member 343 insw(dev->iobase + DAS1800_FIFO, devpriv->fifo_buf, nsamples); in das1800_handle_fifo_half_full() 344 comedi_buf_write_samples(s, devpriv->fifo_buf, nsamples); in das1800_handle_fifo_half_full() 1230 devpriv->fifo_buf = kmalloc_array(FIFO_SIZE, in das1800_attach() 1231 sizeof(*devpriv->fifo_buf), in das1800_attach() 1233 if (!devpriv->fifo_buf) in das1800_attach() 1342 kfree(devpriv->fifo_buf); in das1800_detach()
|
/linux-6.1.9/drivers/usb/gadget/udc/ |
D | s3c2410_udc.h | 80 u8 fifo_buf[EP_FIFO_SIZE]; member
|
D | dummy_hcd.c | 272 u8 fifo_buf[FIFO_SIZE]; member 727 req->req.buf = dum->fifo_buf; in dummy_queue() 728 memcpy(dum->fifo_buf, _req->buf, _req->length); in dummy_queue()
|