Home
last modified time | relevance | path

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

/Linux-v5.4/samples/kfifo/
Drecord-example.c145 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
Dinttype-example.c131 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
Dbytestream-example.c138 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
/Linux-v5.4/drivers/iio/buffer/
Dkfifo_buf.c113 ret = kfifo_to_user(&kf->kf, buf, n, &copied); in iio_read_first_n_kfifo()
/Linux-v5.4/drivers/soc/aspeed/
Daspeed-lpc-snoop.c95 ret = kfifo_to_user(&chan->fifo, buffer, count, &copied); in snoop_file_read()
/Linux-v5.4/drivers/gnss/
Dcore.c114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
/Linux-v5.4/drivers/media/rc/
Dlirc_dev.c653 ret = kfifo_to_user(&fh->rawir, buffer, length, &copied); in ir_lirc_read_mode2()
692 ret = kfifo_to_user(&fh->scancodes, buffer, length, &copied); in ir_lirc_read_scancode()
/Linux-v5.4/drivers/iio/
Dindustrialio-event.c145 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied); in iio_event_chrdev_read()
/Linux-v5.4/include/linux/
Dkfifo.h617 #define kfifo_to_user(fifo, to, len, copied) \ macro
/Linux-v5.4/sound/usb/line6/
Ddriver.c596 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read()
/Linux-v5.4/drivers/hid/
Dhid-sensor-custom.c658 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count, in hid_sensor_custom_read()
Dhid-debug.c1142 ret = kfifo_to_user(&list->hid_debug_fifo, buffer, count, &copied); in hid_debug_events_read()
/Linux-v5.4/drivers/media/radio/
Dradio-si476x.c1119 if (kfifo_to_user(&radio->core->rds_fifo, buf, in si476x_radio_fops_read()
/Linux-v5.4/drivers/rapidio/devices/
Drio_mport_cdev.c2280 if (kfifo_to_user(&priv->event_fifo, buf, in mport_read()
/Linux-v5.4/drivers/gpio/
Dgpiolib.c743 ret = kfifo_to_user(&le->events, buf, count, &copied); in lineevent_read()