Searched refs:kfifo_to_user (Results 1 - 18 of 18) sorted by relevance

/linux-master/samples/kfifo/
H A Dbytestream-example.c140 ret = kfifo_to_user(&test, buf, count, &copied);
H A Dinttype-example.c133 ret = kfifo_to_user(&test, buf, count, &copied);
H A Drecord-example.c147 ret = kfifo_to_user(&test, buf, count, &copied);
/linux-master/drivers/iio/buffer/
H A Dkfifo_buf.c112 ret = kfifo_to_user(&kf->kf, buf, n, &copied);
/linux-master/drivers/gnss/
H A Dcore.c114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied);
/linux-master/drivers/soc/aspeed/
H A Daspeed-lpc-snoop.c95 ret = kfifo_to_user(&chan->fifo, buffer, count, &copied);
/linux-master/sound/soc/intel/avs/
H A Ddebugfs.c228 if (kfifo_to_user(fifo, to, count, &copied))
/linux-master/drivers/media/rc/
H A Dlirc_dev.c632 ret = kfifo_to_user(&fh->rawir, buffer, length, &copied);
671 ret = kfifo_to_user(&fh->scancodes, buffer, length, &copied);
/linux-master/include/linux/
H A Dkfifo.h678 * kfifo_to_user - copies data from the fifo into user space
690 #define kfifo_to_user(fifo, to, len, copied) \ macro
/linux-master/drivers/counter/
H A Dcounter-chrdev.c94 err = kfifo_to_user(&counter->events, buf, len, &copied);
/linux-master/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c622 status = kfifo_to_user(&client->buffer, buf, count, &copied);
H A Dsurface_dtx.c507 status = kfifo_to_user(&client->buffer, buf, count, &copied);
/linux-master/drivers/iio/
H A Dindustrialio-event.c151 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied);
/linux-master/drivers/hid/
H A Dhid-sensor-custom.c663 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count,
H A Dhid-debug.c1201 ret = kfifo_to_user(&list->hid_debug_fifo, buffer, count, &copied);
/linux-master/sound/usb/line6/
H A Ddriver.c590 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count);
/linux-master/drivers/media/radio/
H A Dradio-si476x.c1109 if (kfifo_to_user(&radio->core->rds_fifo, buf,
/linux-master/drivers/rapidio/devices/
H A Drio_mport_cdev.c2291 if (kfifo_to_user(&priv->event_fifo, buf,

Completed in 215 milliseconds