/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | bpf_iter_test_kern2.c | 3 #define START_CHAR 'A' macro
|
H A D | bpf_iter_test_kern1.c | 3 #define START_CHAR 'a' macro
|
H A D | bpf_iter_test_kern_common.h | 16 c = START_CHAR + count; in dump_task()
|
/openbmc/u-boot/cmd/ |
H A D | load.c | 393 #define START_CHAR 0x01 macro 576 a_b[0] = START_CHAR; in send_ack() 589 a_b[0] = START_CHAR; in send_nack() 760 a_b[0] = START_CHAR; in handle_send_packet() 827 case START_CHAR: /* start packet */ in k_recv()
|
/openbmc/linux/drivers/tty/ |
H A D | tty_ioctl.c | 978 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper() 979 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
|
H A D | n_tty.c | 1225 return c == START_CHAR(tty) || c == STOP_CHAR(tty); in n_tty_is_char_flow_ctrl() 1252 if (c == START_CHAR(tty)) { in n_tty_receive_char_flow_ctrl() 1854 set_bit(START_CHAR(tty), ldata->char_map); in n_tty_set_termios()
|
H A D | pty.c | 253 START_CHAR(tty) == '\021'); in pty_set_termios()
|
H A D | mxser.c | 675 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed() 1311 info->x_char = START_CHAR(tty); in mxser_unthrottle()
|
H A D | amiserial.c | 879 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
|
/openbmc/linux/include/linux/ |
H A D | tty.h | 43 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
|
/openbmc/linux/drivers/usb/serial/ |
H A D | ssu100.c | 264 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
|
H A D | whiteheat.c | 671 port_settings.xon = START_CHAR(tty); in firm_setup_port()
|
H A D | cp210x.c | 1163 START_CHAR(tty) == old_termios->c_cc[VSTART] && in cp210x_set_flow_control() 1171 chars.bXonChar = START_CHAR(tty); in cp210x_set_flow_control()
|
H A D | quatech2.c | 300 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
|
H A D | xr_serial.c | 666 u8 start_char = START_CHAR(tty); in xr_set_flow_mode()
|
H A D | mxuport.c | 767 u8 xon = START_CHAR(tty); in mxuport_set_termios_flow()
|
H A D | io_ti.c | 2160 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() 2294 config->cXon = START_CHAR(tty); in change_port_settings()
|
H A D | pl2303.c | 783 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
|
H A D | io_edgeport.c | 1424 unsigned char start_char = START_CHAR(tty); in edge_unthrottle() 2417 unsigned char start_char = START_CHAR(tty); in change_port_settings()
|
H A D | mos7720.c | 1165 unsigned char start_char = START_CHAR(tty); in mos7720_unthrottle()
|
H A D | ti_usb_3410_5052.c | 963 config->cXon = START_CHAR(tty); in ti_set_termios()
|
/openbmc/linux/drivers/tty/serial/8250/ |
H A D | 8250_mtk.c | 294 serial_out(up, MTK_UART_XON1, START_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
|
/openbmc/linux/drivers/net/ppp/ |
H A D | ppp_async.c | 905 if (c == START_CHAR(ap->tty)) in ppp_async_input()
|
/openbmc/linux/drivers/staging/greybus/ |
H A D | uart.c | 581 start_char = START_CHAR(tty); in gb_tty_unthrottle()
|
/openbmc/linux/drivers/mmc/core/ |
H A D | sdio_uart.c | 848 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()
|