Searched refs:kfifo_to_user (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/samples/kfifo/ |
D | record-example.c | 147 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
|
D | inttype-example.c | 133 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
|
D | bytestream-example.c | 140 ret = kfifo_to_user(&test, buf, count, &copied); in fifo_read()
|
/Linux-v4.19/drivers/iio/buffer/ |
D | kfifo_buf.c | 112 ret = kfifo_to_user(&kf->kf, buf, n, &copied); in iio_read_first_n_kfifo()
|
/Linux-v4.19/drivers/misc/ |
D | aspeed-lpc-snoop.c | 99 ret = kfifo_to_user(&chan->fifo, buffer, count, &copied); in snoop_file_read()
|
/Linux-v4.19/drivers/gnss/ |
D | core.c | 114 ret = kfifo_to_user(&gdev->read_fifo, buf, count, &copied); in gnss_read()
|
/Linux-v4.19/drivers/media/rc/ |
D | lirc_dev.c | 663 ret = kfifo_to_user(&fh->rawir, buffer, length, &copied); in ir_lirc_read_mode2() 702 ret = kfifo_to_user(&fh->scancodes, buffer, length, &copied); in ir_lirc_read_scancode()
|
/Linux-v4.19/drivers/iio/ |
D | industrialio-event.c | 148 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied); in iio_event_chrdev_read()
|
/Linux-v4.19/include/linux/ |
D | kfifo.h | 631 #define kfifo_to_user(fifo, to, len, copied) \ macro
|
/Linux-v4.19/sound/usb/line6/ |
D | driver.c | 601 rv = kfifo_to_user(&line6->messages.fifo, buf, count, &out_count); in line6_hwdep_read()
|
/Linux-v4.19/drivers/hid/ |
D | hid-sensor-custom.c | 670 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count, in hid_sensor_custom_read()
|
/Linux-v4.19/drivers/media/radio/ |
D | radio-si476x.c | 1141 if (kfifo_to_user(&radio->core->rds_fifo, buf, in si476x_radio_fops_read()
|
/Linux-v4.19/drivers/rapidio/devices/ |
D | rio_mport_cdev.c | 2279 if (kfifo_to_user(&priv->event_fifo, buf, in mport_read()
|
/Linux-v4.19/drivers/gpio/ |
D | gpiolib.c | 729 ret = kfifo_to_user(&le->events, buf, count, &copied); in lineevent_read()
|