Home
last modified time | relevance | path

Searched refs:START_CHAR (Results 1 – 25 of 28) sorted by relevance

12

/linux/tools/testing/selftests/bpf/progs/
H A Dbpf_iter_test_kern1.c3 #define START_CHAR 'a' macro
H A Dbpf_iter_test_kern2.c3 #define START_CHAR 'A' macro
H A Dbpf_iter_test_kern_common.h16 c = START_CHAR + count; in dump_task()
/linux/drivers/tty/
H A Dtty_ioctl.c972 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
973 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
H A Dn_tty.c1220 return c == START_CHAR(tty) || c == STOP_CHAR(tty); in n_tty_is_char_flow_ctrl()
1247 if (c == START_CHAR(tty)) { in n_tty_receive_char_flow_ctrl()
1849 set_bit(START_CHAR(tty), ldata->char_map); in n_tty_set_termios()
H A Dpty.c253 START_CHAR(tty) == '\021'); in pty_set_termios()
H A Dmxser.c672 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed()
1308 info->x_char = START_CHAR(tty); in mxser_unthrottle()
H A Damiserial.c877 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
/linux/include/linux/
H A Dtty.h42 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
/linux/drivers/usb/serial/
H A Dssu100.c264 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
H A Dwhiteheat.c669 port_settings.xon = START_CHAR(tty); in firm_setup_port()
H A Dcp210x.c1161 START_CHAR(tty) == old_termios->c_cc[VSTART] && in cp210x_set_flow_control()
1169 chars.bXonChar = START_CHAR(tty); in cp210x_set_flow_control()
H A Dquatech2.c300 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
H A Dxr_serial.c666 u8 start_char = START_CHAR(tty); in xr_set_flow_mode()
H A Dmxuport.c767 u8 xon = START_CHAR(tty); in mxuport_set_termios_flow()
H A Dpl2303.c783 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
H A Dio_ti.c2160 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2294 config->cXon = START_CHAR(tty); in change_port_settings()
H A Dio_edgeport.c1424 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2417 unsigned char start_char = START_CHAR(tty); in change_port_settings()
H A Dmos7720.c1165 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
H A Dmos7840.c974 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle()
H A Dti_usb_3410_5052.c961 config->cXon = START_CHAR(tty); in ti_set_termios()
/linux/drivers/tty/serial/8250/
H A D8250_mtk.c294 serial_out(up, MTK_UART_XON1, START_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/linux/drivers/net/ppp/
H A Dppp_async.c906 if (c == START_CHAR(ap->tty)) in ppp_async_input()
/linux/drivers/staging/greybus/
H A Duart.c581 start_char = START_CHAR(tty); in gb_tty_unthrottle()
/linux/drivers/mmc/core/
H A Dsdio_uart.c844 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()

12