/openbmc/linux/samples/kfifo/ |
H A D | record-example.c | 147 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
|
H A D | inttype-example.c | 133 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
|
H A D | bytestream-example.c | 140 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
|
/openbmc/linux/drivers/iio/buffer/ |
H A D | kfifo_buf.c | 112 ret = kfifo_to_user(&kf->kf, buf, n, &copied); in iio_read_kfifo()
|
/openbmc/linux/drivers/media/rc/ |
H A D | lirc_dev.c | 632 ret = kfifo_to_user(&fh->rawir, buffer, length, &copied); in lirc_read_mode2() 671 ret = kfifo_to_user(&fh->scancodes, buffer, length, &copied); in lirc_read_scancode()
|
/openbmc/linux/drivers/soc/aspeed/ |
H A D | aspeed-lpc-snoop.c | 95 ret = kfifo_to_user(&chan->fifo, buffer, count, &copied); in snoop_file_read()
|
/openbmc/linux/drivers/gnss/ |
H A D | core.c | 114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
|
/openbmc/linux/sound/soc/intel/avs/ |
H A D | debugfs.c | 228 if (kfifo_to_user(fifo, to, count, &copied)) in strace_read()
|
/openbmc/linux/drivers/iio/ |
H A D | industrialio-event.c | 151 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied); in iio_event_chrdev_read()
|
/openbmc/linux/include/linux/ |
H A D | kfifo.h | 690 #define kfifo_to_user(fifo, to, len, copied) \ macro
|
/openbmc/linux/drivers/counter/ |
H A D | counter-chrdev.c | 94 err = kfifo_to_user(&counter->events, buf, len, &copied); in counter_chrdev_read()
|
/openbmc/linux/drivers/platform/surface/ |
H A D | surface_aggregator_cdev.c | 622 status = kfifo_to_user(&client->buffer, buf, count, &copied); in ssam_cdev_read()
|
H A D | surface_dtx.c | 507 status = kfifo_to_user(&client->buffer, buf, count, &copied); in surface_dtx_read()
|
/openbmc/linux/sound/usb/line6/ |
H A D | driver.c | 595 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read()
|
/openbmc/linux/drivers/hid/ |
H A D | hid-debug.c | 1203 ret = kfifo_to_user(&list->hid_debug_fifo, buffer, count, &copied); in hid_debug_events_read()
|
H A D | hid-sensor-custom.c | 663 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count, in hid_sensor_custom_read()
|
/openbmc/linux/drivers/media/radio/ |
H A D | radio-si476x.c | 1111 if (kfifo_to_user(&radio->core->rds_fifo, buf, in si476x_radio_fops_read()
|
/openbmc/linux/drivers/rapidio/devices/ |
H A D | rio_mport_cdev.c | 2289 if (kfifo_to_user(&priv->event_fifo, buf, in mport_read()
|