Searched refs:stop_char (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/staging/greybus/ |
D | uart.c | 584 unsigned char stop_char; in gb_tty_throttle() local 588 stop_char = STOP_CHAR(tty); in gb_tty_throttle() 589 retval = gb_tty_write(tty, &stop_char, 1); in gb_tty_throttle()
|
/Linux-v4.19/drivers/usb/serial/ |
D | io_edgeport.c | 1487 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local 1488 status = edge_write(tty, port, &stop_char, 1); in edge_throttle() 2548 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings() local 2556 IOSP_CMD_SET_XOFF_CHAR, stop_char); in change_port_settings() 2563 __func__, start_char, stop_char); in change_port_settings() 2572 __func__, start_char, stop_char); in change_port_settings()
|
D | mos7720.c | 1299 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle() local 1300 status = mos7720_write(tty, port, &stop_char, 1); in mos7720_throttle()
|
D | mos7840.c | 1415 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle() local 1416 status = mos7840_write(tty, port, &stop_char, 1); in mos7840_throttle()
|
D | io_ti.c | 2148 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local 2149 status = edge_write(tty, port, &stop_char, 1); in edge_throttle()
|