Searched refs:ircomm_tty_send_xchar (Results 1 - 1 of 1) sorted by relevance

/linux-4.1.27/net/irda/ircomm/
H A Dircomm_tty.c64 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch);
97 .send_xchar = ircomm_tty_send_xchar,
835 ircomm_tty_send_xchar(tty, STOP_CHAR(tty)); ircomm_tty_throttle()
864 ircomm_tty_send_xchar(tty, START_CHAR(tty)); ircomm_tty_unthrottle()
971 * Function ircomm_tty_send_xchar (tty, ch)
976 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch) ircomm_tty_send_xchar() function

Completed in 30 milliseconds