Home
last modified time | relevance | path

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

/arch/um/drivers/
Dchan.h33 extern int write_chan(struct chan *chan, const char *buf, int len,
Dline.c140 n = write_chan(line->chan_out, line->head, count, in flush_buffer()
157 n = write_chan(line->chan_out, line->head, count, in flush_buffer()
201 n = write_chan(line->chan_out, buf, len, in line_write()
Dchan_kern.c257 int write_chan(struct chan *chan, const char *buf, int len, in write_chan() function