Searched refs:kfifo_to_user (Results 1 - 8 of 8) sorted by relevance

/linux-4.1.27/samples/kfifo/
H A Dinttype-example.c133 ret = kfifo_to_user(&test, buf, count, &copied); fifo_read()
H A Dbytestream-example.c140 ret = kfifo_to_user(&test, buf, count, &copied); fifo_read()
H A Drecord-example.c147 ret = kfifo_to_user(&test, buf, count, &copied); fifo_read()
/linux-4.1.27/drivers/iio/
H A Dkfifo_buf.c102 ret = kfifo_to_user(&kf->kf, buf, n, &copied); iio_read_first_n_kfifo()
H A Dindustrialio-event.c129 ret = kfifo_to_user(&ev_int->det_events, buf, count, &copied); iio_event_chrdev_read()
/linux-4.1.27/include/linux/
H A Dkfifo.h618 * 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 Dhid-sensor-custom.c670 ret = kfifo_to_user(&sensor_inst->data_fifo, buf, count, hid_sensor_custom_read()
/linux-4.1.27/drivers/media/radio/
H A Dradio-si476x.c1139 if (kfifo_to_user(&radio->core->rds_fifo, buf, si476x_radio_fops_read()

Completed in 141 milliseconds