Home
last modified time | relevance | path

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

/openbmc/linux/arch/um/drivers/
H A Dchan.h33 extern int write_chan(struct chan *chan, const char *buf, int len,
H A Dline.c141 n = write_chan(line->chan_out, line->head, count, in flush_buffer()
158 n = write_chan(line->chan_out, line->head, count, in flush_buffer()
197 n = write_chan(line->chan_out, buf, len, in line_write()
H A Dchan_kern.c250 int write_chan(struct chan *chan, const char *buf, int len, in write_chan() function