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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c61 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch);
94 .send_xchar = ircomm_tty_send_xchar,
892 ircomm_tty_send_xchar(tty, STOP_CHAR(tty));
923 ircomm_tty_send_xchar(tty, START_CHAR(tty));
1033 * Function ircomm_tty_send_xchar (tty, ch)
1038 static void ircomm_tty_send_xchar(struct tty_struct *tty, char ch) function

Completed in 94 milliseconds