Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Duart.c573 unsigned char stop_char; in gb_tty_throttle() local
577 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
578 retval = gb_tty_write(tty, &stop_char, 1); in gb_tty_throttle()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dxr_usb_serial_hal.c478 unsigned char stop_char = STOP_CHAR(tty); in xr_usb_serial_set_flow_mode() local
484 xr_usb_serial_set_reg(xr_usb_serial, xr_usb_serial->reg_map.uart_xoff_char_addr, stop_char); in xr_usb_serial_set_flow_mode()
H A Dio_edgeport.c1487 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local
1488 status = edge_write(tty, port, &stop_char, 1); in edge_throttle()
2532 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings() local
2540 IOSP_CMD_SET_XOFF_CHAR, stop_char); in change_port_settings()
2547 __func__, start_char, stop_char); in change_port_settings()
2556 __func__, start_char, stop_char); in change_port_settings()
H A Dmos7840.c949 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle() local
950 status = mos7840_write(tty, port, &stop_char, 1); in mos7840_throttle()
H A Dmos7720.c1305 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle() local
1306 status = mos7720_write(tty, port, &stop_char, 1); in mos7720_throttle()
H A Dio_ti.c2150 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local
2151 status = edge_write(tty, port, &stop_char, 1); in edge_throttle()