Searched refs:fill_readbuf (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/char/
H A Dvirtio_console.c653 static ssize_t fill_readbuf(struct port *port, u8 __user *out_buf, function
772 return fill_readbuf(port, ubuf, count, true);
1132 * We call out to fill_readbuf that gets us the required data from the
1146 return fill_readbuf(port, (__force u8 __user *)buf, count, false);

Completed in 220 milliseconds