Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/um/drivers/
H A Dline.h73 extern int line_write_room(struct tty_struct *tty);
H A Dstdio_console.c105 .write_room = line_write_room,
H A Dssl.c98 .write_room = line_write_room,
H A Dline.c50 int line_write_room(struct tty_struct *tty) in line_write_room() function