Searched refs:fill_readbuf (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/char/ |
H A D | virtio_console.c | 662 static ssize_t fill_readbuf(struct port *port, char __user *out_buf, in fill_readbuf() function 781 return fill_readbuf(port, ubuf, count, true); in port_fops_read() 1144 * We call out to fill_readbuf that gets us the required data from the 1162 return fill_readbuf(port, (__force char __user *)buf, count, false); in get_chars()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | virtio_console.c | 656 static ssize_t fill_readbuf(struct port *port, char __user *out_buf, in fill_readbuf() function 775 return fill_readbuf(port, ubuf, count, true); in port_fops_read() 1138 * We call out to fill_readbuf that gets us the required data from the 1156 return fill_readbuf(port, (__force char __user *)buf, count, false); in get_chars()
|
Completed in 10 milliseconds