Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/char/
Dvirtio_console.c605 static ssize_t __send_to_port(struct port *port, struct scatterlist *sg, in __send_to_port() function
847 ret = __send_to_port(port, sg, 1, count, buf, nonblock); in port_fops_write()
959 ret = __send_to_port(port, buf->sg, sgl.n, sgl.len, buf, true); in port_fops_splice_write()
1136 ret = __send_to_port(port, sg, 1, count, data, false); in put_chars()