Home
last modified time | relevance | path

Searched refs:STOP_CHAR (Results 1 – 25 of 30) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c865 if (STOP_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
866 retval = tty_send_xchar(tty, STOP_CHAR(tty)); in n_tty_ioctl_helper()
H A Dn_tty.c1276 if (c == STOP_CHAR(tty)) { in n_tty_receive_char_special()
1457 if (c == STOP_CHAR(tty)) in n_tty_receive_char_closing()
1840 set_bit(STOP_CHAR(tty), ldata->char_map); in n_tty_set_termios()
H A Dpty.c262 STOP_CHAR(tty) == '\023' && in pty_set_termios()
H A Dcyclades.c2102 cyy_writeb(info, CySCHR2, STOP_CHAR(tty)); in cy_set_line_char()
2814 if (ch == STOP_CHAR(tty)) in cy_send_xchar()
2843 cy_send_xchar(tty, STOP_CHAR(tty)); in cy_throttle()
H A Drocket.c787 sSetTxXOFFChar(cp, STOP_CHAR(tty)); in configure_r_port()
1353 rp_send_xchar(tty, STOP_CHAR(tty)); in rp_throttle()
H A Dmxser.c785 mxser_set_must_xoff1_value(info->ioaddr, STOP_CHAR(tty)); in mxser_change_speed()
1862 info->x_char = STOP_CHAR(tty); in mxser_stoprx()
H A Damiserial.c900 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
H A Disicom.c767 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dssu100.c278 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
H A Dxr_usb_serial_hal.c478 unsigned char stop_char = STOP_CHAR(tty); in xr_usb_serial_set_flow_mode()
H A Dwhiteheat.c695 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
H A Dquatech2.c322 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
H A Dmxuport.c775 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow()
H A Dpl2303.c654 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
H A Dio_ti.c2150 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2313 config->cXoff = STOP_CHAR(tty); in change_port_settings()
H A Dio_edgeport.c1487 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle()
2532 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
H A Dmos7840.c949 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
H A Dti_usb_3410_5052.c973 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
H A Dmos7720.c1305 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_mtk.c282 serial_out(up, MTK_UART_XOFF1, STOP_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_async.c915 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h116 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Duart.c577 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c837 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dserial_core.c728 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()

12