Searched defs:stop_char (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/serial/
H A Dio_edgeport.c1396 unsigned char stop_char = STOP_CHAR(tty); local
1397 status = edge_write(tty, port, &stop_char, 1);
2465 unsigned char stop_char = STOP_CHAR(tty); local
2474 IOSP_CMD_SET_XOFF_CHAR, stop_char);
2481 __func__, start_char, stop_char);
2490 __func__, start_char, stop_char);
H A Dio_ti.c2025 unsigned char stop_char = STOP_CHAR(tty); local
2026 status = edge_write(tty, port, &stop_char, 1);
H A Dmos7720.c1291 unsigned char stop_char = STOP_CHAR(tty); local
1292 status = mos7720_write(tty, port, &stop_char, 1);
H A Dmos7840.c1451 unsigned char stop_char = STOP_CHAR(tty); local
1452 status = mos7840_write(tty, port, &stop_char, 1);

Completed in 85 milliseconds