Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/
H A Damiserial.c859 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar() function
900 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
922 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
1496 .send_xchar = rs_send_xchar,