Home
last modified time | relevance | path

Searched refs:stop_char (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/greybus/
Duart.c559 unsigned char stop_char; in gb_tty_throttle() local
563 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
564 retval = gb_tty_write(tty, &stop_char, 1); in gb_tty_throttle()
/drivers/usb/serial/
Dio_edgeport.c1386 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local
1387 status = edge_write(tty, port, &stop_char, 1); in edge_throttle()
2413 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings() local
2421 IOSP_CMD_SET_XOFF_CHAR, stop_char); in change_port_settings()
2428 __func__, start_char, stop_char); in change_port_settings()
2437 __func__, start_char, stop_char); in change_port_settings()
Dxr_serial.c653 u8 stop_char = STOP_CHAR(tty); in xr_set_flow_mode() local
659 xr_set_reg_uart(port, type->xoff_char, stop_char); in xr_set_flow_mode()
Dmos7720.c1134 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle() local
1135 status = mos7720_write(tty, port, &stop_char, 1); in mos7720_throttle()
Dmos7840.c944 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle() local
945 status = mos7840_write(tty, port, &stop_char, 1); in mos7840_throttle()
Dio_ti.c2132 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local
2133 status = edge_write(tty, port, &stop_char, 1); in edge_throttle()