Home
last modified time | relevance | path

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

12

/linux/tools/testing/selftests/bpf/progs/
A Dbpf_iter_test_kern1.c3 #define START_CHAR 'a' macro
A Dbpf_iter_test_kern2.c3 #define START_CHAR 'A' macro
A Dbpf_iter_test_kern_common.h16 c = START_CHAR + count; in dump_task()
/linux/drivers/tty/
A Dtty_ioctl.c889 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
890 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
A Dn_tty.c1268 if (c == START_CHAR(tty)) { in n_tty_receive_char_special()
1429 else if (c == START_CHAR(tty) || in n_tty_receive_char_closing()
1776 set_bit(START_CHAR(tty), ldata->char_map); in n_tty_set_termios()
A Dpty.c263 START_CHAR(tty) == '\021'); in pty_set_termios()
A Dmxser.c676 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed()
1375 info->x_char = START_CHAR(tty); in mxser_unthrottle()
A Damiserial.c883 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
/linux/drivers/usb/serial/
A Dssu100.c278 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
A Dcp210x.c1144 START_CHAR(tty) == old_termios->c_cc[VSTART] && in cp210x_set_flow_control()
1152 chars.bXonChar = START_CHAR(tty); in cp210x_set_flow_control()
A Dwhiteheat.c673 port_settings.xon = START_CHAR(tty); in firm_setup_port()
A Dquatech2.c322 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
A Dxr_serial.c652 u8 start_char = START_CHAR(tty); in xr_set_flow_mode()
A Dmxuport.c767 u8 xon = START_CHAR(tty); in mxuport_set_termios_flow()
A Dio_ti.c2157 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2291 config->cXon = START_CHAR(tty); in change_port_settings()
A Dpl2303.c771 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
A Dio_edgeport.c1424 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2414 unsigned char start_char = START_CHAR(tty); in change_port_settings()
A Dmos7720.c1164 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
A Dti_usb_3410_5052.c961 config->cXon = START_CHAR(tty); in ti_set_termios()
A Dmos7840.c973 unsigned char start_char = START_CHAR(tty); in mos7840_unthrottle()
/linux/include/linux/
A Dtty.h43 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
/linux/drivers/tty/serial/8250/
A D8250_mtk.c277 serial_out(up, UART_XON1, START_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/linux/drivers/net/ppp/
A Dppp_async.c912 if (c == START_CHAR(ap->tty)) in ppp_async_input()
/linux/drivers/staging/greybus/
A Duart.c582 start_char = START_CHAR(tty); in gb_tty_unthrottle()
/linux/drivers/mmc/core/
A Dsdio_uart.c862 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()

Completed in 90 milliseconds

12