Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dehv_bytechan.c464 * all the data. The purpose of ehv_bc_tty_write_room() is to tell the tty
466 * ehv_bc_tty_write_room() will never lie, so the tty layer will never send us
539 static int ehv_bc_tty_write_room(struct tty_struct *ttys) in ehv_bc_tty_write_room() function
607 .write_room = ehv_bc_tty_write_room,
/kernel/linux/linux-6.6/drivers/tty/
H A Dehv_bytechan.c464 * all the data. The purpose of ehv_bc_tty_write_room() is to tell the tty
466 * ehv_bc_tty_write_room() will never lie, so the tty layer will never send us
539 static unsigned int ehv_bc_tty_write_room(struct tty_struct *ttys) in ehv_bc_tty_write_room() function
607 .write_room = ehv_bc_tty_write_room,

Completed in 3 milliseconds