Searched refs:kfifo_to_user (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/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-4.4.14/drivers/iio/buffer/ |
D | kfifo_buf.c | 102 ret = kfifo_to_user(&kf->kf, buf, n, &copied); in iio_read_first_n_kfifo()
|
/linux-4.4.14/drivers/iio/ |
D | industrialio-event.c | 135 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied); in iio_event_chrdev_read()
|
/linux-4.4.14/include/linux/ |
D | kfifo.h | 630 #define kfifo_to_user(fifo, to, len, copied) \ macro
|
/linux-4.4.14/drivers/hid/ |
D | hid-sensor-custom.c | 670 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count, in hid_sensor_custom_read()
|
/linux-4.4.14/drivers/media/radio/ |
D | radio-si476x.c | 1139 if (kfifo_to_user(&radio->core->rds_fifo, buf, in si476x_radio_fops_read()
|