Home
last modified time | relevance | path

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

/linux/drivers/char/
H A Dvirtio_console.c595 static ssize_t __send_to_port(struct port *port, struct scatterlist *sg, in __send_to_port() function
837 ret = __send_to_port(port, sg, 1, count, buf, nonblock); in port_fops_write()
949 ret = __send_to_port(port, buf->sg, sgl.n, sgl.len, buf, true); in port_fops_splice_write()
1122 ret = __send_to_port(port, sg, 1, count, data, false); in put_chars()