Home
last modified time | relevance | path

Searched refs:__send_to_port (Results 1 – 1 of 1) sorted by relevance

/linux-4.1.27/drivers/char/
Dvirtio_console.c615 static ssize_t __send_to_port(struct port *port, struct scatterlist *sg, in __send_to_port() function
857 ret = __send_to_port(port, sg, 1, count, buf, nonblock); in port_fops_write()
971 ret = __send_to_port(port, buf->sg, sgl.n, sgl.len, buf, true); in port_fops_splice_write()
1142 return __send_to_port(port, sg, 1, count, (void *)buf, false); in put_chars()