Searched refs:kfifo_from_user (Results 1 – 6 of 6) sorted by relevance
/linux-6.6.21/samples/kfifo/ |
D | inttype-example.c | 115 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
D | record-example.c | 129 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
D | bytestream-example.c | 122 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
/linux-6.6.21/drivers/iio/buffer/ |
D | kfifo_buf.c | 180 ret = kfifo_from_user(&kf->kf, buf, n, &copied); in iio_kfifo_write()
|
/linux-6.6.21/include/linux/ |
D | kfifo.h | 662 #define kfifo_from_user(fifo, from, len, copied) \ macro
|
/linux-6.6.21/drivers/staging/pi433/ |
D | pi433_if.c | 864 retval = kfifo_from_user(&device->tx_fifo, buf, count, &copied); in pi433_write()
|