Searched refs:write_room (Results 1 – 4 of 4) sorted by relevance
425 fn write_room(&self, tty: &TtyCoreData) -> usize { in write_room() method426 return self.core().tty_driver.driver_funcs().write_room(tty); in write_room()
363 fn write_room(&self, _tty: &TtyCoreData) -> usize { in write_room() method
204 fn write_room(&self, _tty: &TtyCoreData) -> usize { in write_room() method
1174 let space = tty.write_room(tty.core()); in process_output_block()1256 let mut space = tty.write_room(tty.core()); in echoes()1417 let space = tty.write_room(tty.core()); in process_output()2055 && core.driver().driver_funcs().write_room(core) > 0 in poll()