kfifo_to_user     114 drivers/gnss/core.c 	ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied);
kfifo_to_user     751 drivers/gpio/gpiolib.c 		ret = kfifo_to_user(&le->events, buf, count, &copied);
kfifo_to_user    1142 drivers/hid/hid-debug.c 	ret = kfifo_to_user(&list->hid_debug_fifo, buffer, count, &copied);
kfifo_to_user     658 drivers/hid/hid-sensor-custom.c 		ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count,
kfifo_to_user     113 drivers/iio/buffer/kfifo_buf.c 		ret = kfifo_to_user(&kf->kf, buf, n, &copied);
kfifo_to_user     145 drivers/iio/industrialio-event.c 		ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied);
kfifo_to_user    1119 drivers/media/radio/radio-si476x.c 	if (kfifo_to_user(&radio->core->rds_fifo, buf,
kfifo_to_user     653 drivers/media/rc/lirc_dev.c 		ret = kfifo_to_user(&fh->rawir, buffer, length, &copied);
kfifo_to_user     692 drivers/media/rc/lirc_dev.c 		ret = kfifo_to_user(&fh->scancodes, buffer, length, &copied);
kfifo_to_user    2285 drivers/rapidio/devices/rio_mport_cdev.c 		if (kfifo_to_user(&priv->event_fifo, buf,
kfifo_to_user      95 drivers/soc/aspeed/aspeed-lpc-snoop.c 	ret = kfifo_to_user(&chan->fifo, buffer, count, &copied);
kfifo_to_user     138 samples/kfifo/bytestream-example.c 	ret = kfifo_to_user(&test, buf, count, &copied);
kfifo_to_user     131 samples/kfifo/inttype-example.c 	ret = kfifo_to_user(&test, buf, count, &copied);
kfifo_to_user     145 samples/kfifo/record-example.c 	ret = kfifo_to_user(&test, buf, count, &copied);
kfifo_to_user     596 sound/usb/line6/driver.c 		rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count);