Searched refs:ircomm_tty_send_xchar (Results 1 – 1 of 1) sorted by relevance
61 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch);129 driver.send_xchar = ircomm_tty_send_xchar; in ircomm_tty_init()893 ircomm_tty_send_xchar(tty, STOP_CHAR(tty)); in ircomm_tty_throttle()924 ircomm_tty_send_xchar(tty, START_CHAR(tty)); in ircomm_tty_unthrottle()1037 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch) in ircomm_tty_send_xchar() function