Searched refs:stop_char (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/drivers/staging/greybus/ |
H A D | uart.c | 558 unsigned char stop_char; in gb_tty_throttle() local 562 stop_char = STOP_CHAR(tty); in gb_tty_throttle() 563 retval = gb_tty_write(tty, &stop_char, 1); in gb_tty_throttle()
|
/openbmc/linux/drivers/usb/serial/ |
H A D | io_edgeport.c | 1386 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local 1387 status = edge_write(tty, port, &stop_char, 1); in edge_throttle() 2416 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings() local 2424 IOSP_CMD_SET_XOFF_CHAR, stop_char); in change_port_settings() 2431 __func__, start_char, stop_char); in change_port_settings() 2440 __func__, start_char, stop_char); in change_port_settings()
|
H A D | xr_serial.c | 667 u8 stop_char = STOP_CHAR(tty); in xr_set_flow_mode() local 673 xr_set_reg_uart(port, type->xoff_char, stop_char); in xr_set_flow_mode()
|
H A D | mos7720.c | 1135 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle() local 1136 status = mos7720_write(tty, port, &stop_char, 1); in mos7720_throttle()
|
H A D | mos7840.c | 945 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle() local 946 status = mos7840_write(tty, port, &stop_char, 1); in mos7840_throttle()
|
H A D | io_ti.c | 2133 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local 2134 status = edge_write(tty, port, &stop_char, 1); in edge_throttle()
|