Searched refs:fill_readbuf (Results 1 – 1 of 1) sorted by relevance
654 static ssize_t fill_readbuf(struct port *port, u8 __user *out_buf, in fill_readbuf() function 773 return fill_readbuf(port, ubuf, count, true); in port_fops_read() 1132 * We call out to fill_readbuf that gets us the required data from the1146 return fill_readbuf(port, (__force u8 __user *)buf, count, false); in get_chars()