Searched refs:rs_send_xchar (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/arch/ia64/hp/sim/ |
D | simserial.c | 255 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar() function 280 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle() 293 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle() 474 .send_xchar = rs_send_xchar,
|
/linux-4.4.14/drivers/tty/ |
D | amiserial.c | 929 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar() function 977 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle() 1003 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle() 1650 .send_xchar = rs_send_xchar,
|
/linux-4.4.14/drivers/tty/serial/ |
D | crisv10.c | 3127 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar() function 3175 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle() 3199 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle() 4128 .send_xchar = rs_send_xchar,
|