Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Drocket.c1352 static void rp_send_xchar(struct tty_struct *tty, char ch) in rp_send_xchar() function
1380 rp_send_xchar(tty, STOP_CHAR(tty)); in rp_throttle()
1397 rp_send_xchar(tty, START_CHAR(tty)); in rp_unthrottle()
2363 .send_xchar = rp_send_xchar,