Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/tty/
Damiserial.c814 static void rs_send_xchar(struct tty_struct *tty, u8 ch) in rs_send_xchar() function
855 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
877 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
1445 .send_xchar = rs_send_xchar,