Searched refs:rs_send_xchar (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/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.1.27/drivers/tty/ |
D | amiserial.c | 929 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar() function 979 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle() 1007 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle() 1654 .send_xchar = rs_send_xchar,
|
/linux-4.1.27/drivers/tty/serial/ |
D | crisv10.c | 3182 static void rs_send_xchar(struct tty_struct *tty, char ch) in rs_send_xchar() function 3232 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle() 3258 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle() 4229 .send_xchar = rs_send_xchar,
|