Home
last modified time | relevance | path

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

/linux-4.1.27/net/irda/ircomm/
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)); in ircomm_tty_throttle()
864 ircomm_tty_send_xchar(tty, START_CHAR(tty)); in ircomm_tty_unthrottle()
976 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch) in ircomm_tty_send_xchar() function