Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Damiserial.c816 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar() function
857 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
879 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
1447 .send_xchar = rs_send_xchar,