Searched refs:fill_readbuf (Results 1 – 1 of 1) sorted by relevance
653 static ssize_t fill_readbuf(struct port *port, u8 __user *out_buf, in fill_readbuf() function772 return fill_readbuf(port, ubuf, count, true); in port_fops_read()1145 return fill_readbuf(port, (__force u8 __user *)buf, count, false); in get_chars()