Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A Dhvsi.c893 static unsigned int hvsi_write_room(struct tty_struct *tty) in hvsi_write_room() function
930 while ((count > 0) && (hvsi_write_room(tty) > 0)) { in hvsi_write()
931 size_t chunksize = min_t(size_t, count, hvsi_write_room(tty)); in hvsi_write()
1030 .write_room = hvsi_write_room,