Searched refs:do_con_write (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/tty/vt/
H A Dvt.c3042 static int do_con_write(struct tty_struct *tty, const u8 *buf, int count) function
3434 retval = do_con_write(tty, buf, count);
3442 return do_con_write(tty, &ch, 1);

Completed in 105 milliseconds