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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/irda/ircomm/
H A Dircomm_tty.c63 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch);
95 .send_xchar = ircomm_tty_send_xchar,
884 ircomm_tty_send_xchar(tty, STOP_CHAR(tty));
915 ircomm_tty_send_xchar(tty, START_CHAR(tty));
1022 * Function ircomm_tty_send_xchar (tty, ch)
1027 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch) function

Completed in 178 milliseconds