Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/u-boot/cmd/
H A Dload.c396 #define START_CHAR 0x01 macro
585 a_b[0] = START_CHAR; in send_ack()
598 a_b[0] = START_CHAR; in send_nack()
769 a_b[0] = START_CHAR; in handle_send_packet()
836 case START_CHAR: /* start packet */ in k_recv()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dtty_ioctl.c869 if (START_CHAR(tty) != __DISABLED_CHAR) in n_tty_ioctl_helper()
870 retval = tty_send_xchar(tty, START_CHAR(tty)); in n_tty_ioctl_helper()
H A Dn_tty.c1271 if (c == START_CHAR(tty)) { in n_tty_receive_char_special()
1459 else if (c == START_CHAR(tty) || in n_tty_receive_char_closing()
1839 set_bit(START_CHAR(tty), ldata->char_map); in n_tty_set_termios()
H A Dpty.c263 START_CHAR(tty) == '\021'); in pty_set_termios()
H A Dcyclades.c2101 cyy_writeb(info, CySCHR1, START_CHAR(tty)); in cy_set_line_char()
2816 else if (ch == START_CHAR(tty)) in cy_send_xchar()
2882 cy_send_xchar(tty, START_CHAR(tty)); in cy_unthrottle()
H A Drocket.c786 sSetTxXONChar(cp, START_CHAR(tty)); in configure_r_port()
1369 rp_send_xchar(tty, START_CHAR(tty)); in rp_unthrottle()
H A Dmxser.c784 mxser_set_must_xon1_value(info->ioaddr, START_CHAR(tty)); in mxser_change_speed()
1898 info->x_char = START_CHAR(tty); in mxser_unthrottle()
H A Damiserial.c922 rs_send_xchar(tty, START_CHAR(tty)); in rs_unthrottle()
H A Disicom.c767 outw((STOP_CHAR(tty)) << 8 | (START_CHAR(tty)), base); in isicom_config_port()
/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Dssu100.c278 u16 x = ((u16)(START_CHAR(tty) << 8) | (u16)(STOP_CHAR(tty))); in ssu100_set_termios()
H A Dxr_usb_serial_hal.c477 unsigned char start_char = START_CHAR(tty); in xr_usb_serial_set_flow_mode()
H A Dwhiteheat.c694 port_settings.xon = START_CHAR(tty); in firm_setup_port()
H A Dquatech2.c322 u16 x = ((u16) (START_CHAR(tty) << 8) | (u16) (STOP_CHAR(tty))); in qt2_set_termios()
H A Dmxuport.c774 u8 xon = START_CHAR(tty); in mxuport_set_termios_flow()
H A Dpl2303.c654 if (START_CHAR(tty) != 0x11 || STOP_CHAR(tty) != 0x13) in pl2303_enable_xonxoff()
H A Dio_ti.c2177 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2312 config->cXon = START_CHAR(tty); in change_port_settings()
H A Dio_edgeport.c1525 unsigned char start_char = START_CHAR(tty); in edge_unthrottle()
2533 unsigned char start_char = START_CHAR(tty); in change_port_settings()
/OK3568_Linux_fs/kernel/drivers/tty/serial/8250/
H A D8250_mtk.c281 serial_out(up, MTK_UART_XON1, START_CHAR(port->state->port.tty)); in mtk8250_set_flow_ctrl()
/OK3568_Linux_fs/kernel/drivers/net/ppp/
H A Dppp_async.c913 if (c == START_CHAR(ap->tty)) in ppp_async_input()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtty.h115 #define START_CHAR(tty) ((tty)->termios.c_cc[VSTART]) macro
/OK3568_Linux_fs/kernel/drivers/staging/greybus/
H A Duart.c596 start_char = START_CHAR(tty); in gb_tty_unthrottle()
/OK3568_Linux_fs/kernel/drivers/mmc/core/
H A Dsdio_uart.c862 port->x_char = START_CHAR(tty); in sdio_uart_unthrottle()

12