Searched refs:kfifo_to_user (Results 1 - 8 of 8) sorted by relevance
/linux-4.1.27/samples/kfifo/ |
H A D | inttype-example.c | 133 ret = kfifo_to_user(&test, buf, count, &copied); fifo_read()
|
H A D | bytestream-example.c | 140 ret = kfifo_to_user(&test, buf, count, &copied); fifo_read()
|
H A D | record-example.c | 147 ret = kfifo_to_user(&test, buf, count, &copied); fifo_read()
|
/linux-4.1.27/drivers/iio/ |
H A D | kfifo_buf.c | 102 ret = kfifo_to_user(&kf->kf, buf, n, &copied); iio_read_first_n_kfifo()
|
H A D | industrialio-event.c | 129 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied); iio_event_chrdev_read()
|
/linux-4.1.27/include/linux/ |
H A D | kfifo.h | 618 * kfifo_to_user - copies data from the fifo into user space 630 #define kfifo_to_user(fifo, to, len, copied) \ macro
|
/linux-4.1.27/drivers/hid/ |
H A D | hid-sensor-custom.c | 670 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count, hid_sensor_custom_read()
|
/linux-4.1.27/drivers/media/radio/ |
H A D | radio-si476x.c | 1139 if (kfifo_to_user(&radio->core->rds_fifo, buf, si476x_radio_fops_read()
|
Completed in 141 milliseconds