Home
last modified time | relevance | path

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

/DragonOS/kernel/src/driver/tty/
H A Dkthread.rs64 pub fn send_to_tty_refresh_thread(data: &[u8]) { in send_to_tty_refresh_thread() function
/DragonOS/kernel/src/libs/
H A Dkeyboard_parser.rs1 use crate::driver::tty::kthread::send_to_tty_refresh_thread;
358 send_to_tty_refresh_thread(&[ch]); in emit()