| /OK3568_Linux_fs/kernel/drivers/tty/ |
| H A D | tty_ioctl.c | 865 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 D | n_tty.c | 1276 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 D | pty.c | 262 STOP_CHAR(tty) == '\023' && in pty_set_termios()
|
| H A D | cyclades.c | 2102 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 D | rocket.c | 787 sSetTxXOFFChar(cp, STOP_CHAR(tty)); in configure_r_port() 1353 rp_send_xchar(tty, STOP_CHAR(tty)); in rp_throttle()
|
| H A D | mxser.c | 785 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 D | amiserial.c | 900 rs_send_xchar(tty, STOP_CHAR(tty)); in rs_throttle()
|
| H A D | isicom.c | 767 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
|
| /OK3568_Linux_fs/kernel/drivers/usb/serial/ |
| H A D | ssu100.c | 278 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
|
| H A D | xr_usb_serial_hal.c | 478 unsigned char stop_char = STOP_CHAR(tty); in xr_usb_serial_set_flow_mode()
|
| H A D | whiteheat.c | 695 port_settings.xoff = STOP_CHAR(tty); in firm_setup_port()
|
| H A D | quatech2.c | 322 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
|
| H A D | mxuport.c | 775 u8 xoff = STOP_CHAR(tty); in mxuport_set_termios_flow()
|
| H A D | pl2303.c | 654 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
|
| H A D | io_ti.c | 2150 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() 2313 config->cXoff = STOP_CHAR(tty); in change_port_settings()
|
| H A D | io_edgeport.c | 1487 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() 2532 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings()
|
| H A D | mos7840.c | 949 unsigned char stop_char = STOP_CHAR(tty); in mos7840_throttle()
|
| H A D | ti_usb_3410_5052.c | 973 config->cXoff = STOP_CHAR(tty); in ti_set_termios()
|
| H A D | mos7720.c | 1305 unsigned char stop_char = STOP_CHAR(tty); in mos7720_throttle()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/8250/ |
| H A D | 8250_mtk.c | 282 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 D | ppp_async.c | 915 else if (c == STOP_CHAR(ap->tty)) in ppp_async_input()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | tty.h | 116 #define STOP_CHAR(tty) ((tty)->termios.c_cc[VSTOP]) macro
|
| /OK3568_Linux_fs/kernel/drivers/staging/greybus/ |
| H A D | uart.c | 577 stop_char = STOP_CHAR(tty); in gb_tty_throttle()
|
| /OK3568_Linux_fs/kernel/drivers/mmc/core/ |
| H A D | sdio_uart.c | 837 port->x_char = STOP_CHAR(tty); in sdio_uart_throttle()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | serial_core.c | 728 uart_send_xchar(tty, STOP_CHAR(tty)); in uart_throttle()
|