Home
last modified time | relevance | path

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

/linux-6.1.9/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()
/linux-6.1.9/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()
2414 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings() local
2422 IOSP_CMD_SET_XOFF_CHAR, stop_char); in change_port_settings()
2429 __func__, start_char, stop_char); in change_port_settings()
2438 __func__, start_char, stop_char); in change_port_settings()
Dxr_serial.c654 u8 stop_char = STOP_CHAR(tty); in xr_set_flow_mode() local
660 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.c2133 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local
2134 status = edge_write(tty, port, &stop_char, 1); in edge_throttle()