Searched refs:kfifo_from_user (Results 1 - 6 of 6) sorted by relevance

/linux-master/samples/kfifo/
H A Dbytestream-example.c122 ret = kfifo_from_user(&test, buf, count, &copied);
H A Dinttype-example.c115 ret = kfifo_from_user(&test, buf, count, &copied);
H A Drecord-example.c129 ret = kfifo_from_user(&test, buf, count, &copied);
/linux-master/drivers/iio/buffer/
H A Dkfifo_buf.c180 ret = kfifo_from_user(&kf->kf, buf, n, &copied);
/linux-master/include/linux/
H A Dkfifo.h650 * kfifo_from_user - puts some data from user space into the fifo
662 #define kfifo_from_user(fifo, from, len, copied) \ macro
/linux-master/drivers/staging/pi433/
H A Dpi433_if.c868 retval = kfifo_from_user(&device->tx_fifo, buf, count, &copied);

Completed in 191 milliseconds