Home
last modified time | relevance | path

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

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