Searched refs:fifo_buffer (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/iio/accel/
H A Dkionix-kx022a.c289 __le16 *fifo_buffer; member in struct:kx022a_data
831 data->fifo_buffer, fifo_bytes);
836 __le16 *sam = &data->fifo_buffer[i * 3];
931 kfree(data->fifo_buffer);
955 data->fifo_buffer = kmalloc_array(data->chip_info->fifo_length,
958 if (!data->fifo_buffer)
/linux-master/drivers/net/ieee802154/
H A Dca8210.c587 char *fifo_buffer; local
597 fifo_buffer = kmemdup(buf, len, GFP_KERNEL);
598 if (!fifo_buffer)
600 kfifo_in(&test->up_fifo, &fifo_buffer, 4);
2529 unsigned char *fifo_buffer; local
2544 if (kfifo_out(&priv->test.up_fifo, &fifo_buffer, 4) != 4) {
2551 cmdlen = fifo_buffer[1];
2554 bytes_not_copied = copy_to_user(buf, fifo_buffer, bytes_not_copied);
2567 dev_dbg(&priv->spi->dev, "%#03x\n", fifo_buffer[i]);
2569 kfree(fifo_buffer);
[all...]
/linux-master/drivers/block/drbd/
H A Ddrbd_worker.c452 static void fifo_set(struct fifo_buffer *fb, int value)
460 static int fifo_push(struct fifo_buffer *fb, int value)
473 static void fifo_add_val(struct fifo_buffer *fb, int value)
481 struct fifo_buffer *fifo_alloc(unsigned int fifo_size)
483 struct fifo_buffer *fb;
507 struct fifo_buffer *plan;
1680 struct fifo_buffer *plan;
H A Ddrbd_int.h554 struct fifo_buffer { struct
560 extern struct fifo_buffer *fifo_alloc(unsigned int fifo_size);
894 struct fifo_buffer *rs_plan_s; /* correction values of resync planer (RCU, connection->conn_update) */
H A Ddrbd_nl.c1500 struct fifo_buffer *old_plan = NULL, *new_plan = NULL;
1551 drbd_err(device, "kmalloc of fifo_buffer failed");
1730 struct fifo_buffer *new_plan = NULL;
H A Ddrbd_receiver.c3849 struct fifo_buffer *old_plan = NULL, *new_plan = NULL;
3973 drbd_err(device, "kmalloc of fifo_buffer failed");

Completed in 368 milliseconds