Home
last modified time | relevance | path

Searched refs:kfifo_to_user (Results 1 – 15 of 15) sorted by relevance

/linux/samples/kfifo/
H A Dinttype-example.c133 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
H A Dbytestream-example.c140 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
/linux/drivers/iio/buffer/
H A Dkfifo_buf.c112 ret = kfifo_to_user(&kf->kf, buf, n, &copied); in iio_read_kfifo()
/linux/drivers/soc/aspeed/
H A Daspeed-lpc-snoop.c128 ret = kfifo_to_user(&chan->fifo, buffer, count, &copied); in snoop_file_read()
/linux/drivers/gnss/
H A Dcore.c114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
/linux/sound/soc/intel/avs/
H A Ddebugfs.c226 if (kfifo_to_user(fifo, to, count, &copied)) in strace_read()
/linux/drivers/iio/
H A Dindustrialio-event.c151 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied); in iio_event_chrdev_read()
/linux/drivers/counter/
H A Dcounter-chrdev.c94 err = kfifo_to_user(&counter->events, buf, len, &copied); in counter_chrdev_read()
/linux/drivers/platform/surface/
H A Dsurface_aggregator_cdev.c622 status = kfifo_to_user(&client->buffer, buf, count, &copied); in ssam_cdev_read()
H A Dsurface_dtx.c507 status = kfifo_to_user(&client->buffer, buf, count, &copied); in surface_dtx_read()
/linux/include/linux/
H A Dkfifo.h689 * kfifo_to_user - copies data from the fifo into user space
701 #define kfifo_to_user(fifo, to, len, copied) \ macro
/linux/sound/usb/line6/
H A Ddriver.c595 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read()
/linux/drivers/hid/
H A Dhid-sensor-custom.c662 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count, in hid_sensor_custom_read()
H A Dhid-debug.c3757 ret = kfifo_to_user(&list->hid_debug_fifo, buffer, count, &copied); in hid_debug_events_read()
/linux/drivers/media/radio/
H A Dradio-si476x.c1109 if (kfifo_to_user(&radio->core->rds_fifo, buf, in si476x_radio_fops_read()