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

/drivers/tty/
H A Damiserial.c970 static void rs_send_xchar(struct tty_struct *tty, char ch) function
1020 rs_send_xchar(tty, STOP_CHAR(tty));
1048 rs_send_xchar(tty, START_CHAR(tty));
1950 .send_xchar = rs_send_xchar,
/drivers/tty/serial/
H A Dcrisv10.c3326 static void rs_send_xchar(struct tty_struct *tty, char ch) function
3344 DFLOW(DEBUG_LOG(info->line, "rs_send_xchar 0x%02X\n", ch));
3376 rs_send_xchar(tty, STOP_CHAR(tty));
3402 rs_send_xchar(tty, START_CHAR(tty));
4419 .send_xchar = rs_send_xchar,

Completed in 143 milliseconds