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

12

/linux-master/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;
/linux-master/drivers/usb/serial/
H A Dssu100.c264 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty)));
H A Dwhiteheat.c671 port_settings.xon = START_CHAR(tty);
H A Dcp210x.c1162 START_CHAR(tty) == old_termios->c_cc[VSTART] &&
1170 chars.bXonChar = START_CHAR(tty);
H A Dpl2303.c782 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13)
H A Dmxuport.c767 u8 xon = START_CHAR(tty);
H A Dquatech2.c300 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty)));
H A Dxr_serial.c666 u8 start_char = START_CHAR(tty);
H A Dio_ti.c2160 unsigned char start_char = START_CHAR(tty);
2294 config->cXon = START_CHAR(tty);
H A Dio_edgeport.c1424 unsigned char start_char = START_CHAR(tty);
2417 unsigned char start_char = START_CHAR(tty);
H A Dmos7720.c1165 unsigned char start_char = START_CHAR(tty);
H A Dti_usb_3410_5052.c963 config->cXon = START_CHAR(tty);
H A Dmos7840.c974 unsigned char start_char = START_CHAR(tty);
/linux-master/include/linux/
H A Dtty.h42 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
/linux-master/drivers/tty/
H A Dtty_ioctl.c972 if (START_CHAR(tty) != __DISABLED_CHAR)
973 retval = tty_send_xchar(tty, START_CHAR(tty));
H A Dn_tty.c1220 return c == START_CHAR(tty) || c == STOP_CHAR(tty);
1247 if (c == START_CHAR(tty)) {
1839 set_bit(START_CHAR(tty), ldata->char_map);
H A Dmxser.c675 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty));
1311 info->x_char = START_CHAR(tty);
H A Dpty.c253 START_CHAR(tty) == '\021');
H A Damiserial.c877 rs_send_xchar(tty, START_CHAR(tty));
/linux-master/drivers/tty/serial/8250/
H A D8250_mtk.c290 serial_out(up, MTK_UART_XON1, START_CHAR(port->state->port.tty));
/linux-master/drivers/staging/greybus/
H A Duart.c581 start_char = START_CHAR(tty);
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c844 port->x_char = START_CHAR(tty);
/linux-master/drivers/net/ppp/
H A Dppp_async.c906 if (c == START_CHAR(ap->tty))

Completed in 303 milliseconds

12