Searched refs:kfifo_from_user (Results 1 – 5 of 5) sorted by relevance
| /OK3568_Linux_fs/kernel/samples/kfifo/ |
| H A D | inttype-example.c | 115 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
| H A D | record-example.c | 129 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
| H A D | bytestream-example.c | 122 ret = kfifo_from_user(&test, buf, count, &copied); in fifo_write()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | kfifo.h | 662 #define kfifo_from_user(fifo, from, len, copied) \ macro
|
| /OK3568_Linux_fs/kernel/drivers/staging/pi433/ |
| H A D | pi433_if.c | 852 retval = kfifo_from_user(&device->tx_fifo, buf, count, &copied); in pi433_write()
|