Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/hvc/
H A Dhvcs.c112 * hvcs_write_room() and hvcs_chars_in_buffer() because they aren't needed.
265 * This buffer is required so that when hvcs_write_room() reports that
299 static int hvcs_write_room(struct tty_struct *tty);
1408 static int hvcs_write_room(struct tty_struct *tty) in hvcs_write_room() function
1432 .write_room = hvcs_write_room,
/kernel/linux/linux-6.6/drivers/tty/hvc/
H A Dhvcs.c114 * hvcs_write_room() and hvcs_chars_in_buffer() because they aren't needed.
267 * This buffer is required so that when hvcs_write_room() reports that
1365 static unsigned int hvcs_write_room(struct tty_struct *tty) in hvcs_write_room() function
1389 .write_room = hvcs_write_room,

Completed in 4 milliseconds