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

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dtty_ioctl.c369 START_CHAR(tty) == '\021');
770 if (START_CHAR(tty) != __DISABLED_CHAR)
771 return send_prio_char(tty, START_CHAR(tty));
H A Dserial167.c998 if (base_addr[CySCHR1] != START_CHAR(info->tty))
999 base_addr[CySCHR1] = START_CHAR(info->tty);
1002 if (base_addr[CySCRL] != START_CHAR(info->tty))
1003 base_addr[CySCRL] = START_CHAR(info->tty);
1004 if (base_addr[CySCRH] != START_CHAR(info->tty))
1005 base_addr[CySCRH] = START_CHAR(info->tty);
1267 info->x_char = START_CHAR(tty);
H A Dn_tty.c690 if (c == START_CHAR(tty))
731 if (c == START_CHAR(tty)) {
1020 set_bit(START_CHAR(tty), tty->process_char_map);
H A Driscom8.c762 rc_out(bp, CD180_SCHR1, START_CHAR(tty));
764 rc_out(bp, CD180_SCHR3, START_CHAR(tty));
H A Dvme_scc.c936 scc_send_xchar(tty, START_CHAR(tty));
H A Dmxser.c1682 info->x_char = START_CHAR(tty);
2686 SET_MOXA_MUST_XON1_VALUE(info->base, START_CHAR(info->tty));
H A Dmxser_new.c690 SET_MOXA_MUST_XON1_VALUE(info->ioaddr, START_CHAR(info->tty));
1941 info->x_char = START_CHAR(tty);
H A Drocket.c804 sSetTxXONChar(cp, START_CHAR(info->tty));
1506 rp_send_xchar(tty, START_CHAR(tty));
H A Dspecialix.c1174 sx_out(bp, CD186x_SCHR1, START_CHAR(tty));
1176 sx_out(bp, CD186x_SCHR3, START_CHAR(tty));
H A Dsx.c778 sx_write_channel_byte(port, hi_txon, START_CHAR(port->gs.tty));
779 sx_write_channel_byte(port, hi_rxon, START_CHAR(port->gs.tty));
H A Dcyclades.c2609 START_CHAR(info->tty));
3579 else if (ch == START_CHAR(tty))
3670 cy_send_xchar(tty, START_CHAR(tty));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dtty.h107 #define START_CHAR(tty) ((tty)->termios->c_cc[VSTART]) macro
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/um/drivers/
H A Dchan_kern.c148 else if(ch == START_CHAR(tty)){
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c2121 if (START_CHAR(tty) != __DISABLED_CHAR) {
2123 CMD_XMIT_NOW(START_CHAR(tty)));
2553 start_char = START_CHAR(pCh->pTTY);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/hp/sim/
H A Dsimserial.c393 rs_send_xchar(tty, START_CHAR(tty));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/serial/
H A D68328serial.c846 info->x_char = START_CHAR(tty);
H A Dmcfserial.c867 info->x_char = START_CHAR(tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dvisor.c984 __FUNCTION__, START_CHAR(port->tty), STOP_CHAR(port->tty));
H A Dio_edgeport.c1439 unsigned char start_char = START_CHAR(tty);
2551 unsigned char start_char = START_CHAR(tty);
H A Dio_ti.c2306 unsigned char start_char = START_CHAR(tty);
2448 config->cXon = START_CHAR(tty);
H A Dmos7720.c789 unsigned char start_char = START_CHAR(tty);
H A Dwhiteheat.c1232 port_settings.xon = START_CHAR(port->tty);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/
H A Dppp_async.c916 if (c == START_CHAR(ap->tty))
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/irda/ircomm/
H A Dircomm_tty.c923 ircomm_tty_send_xchar(tty, START_CHAR(tty));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ppc/4xx_io/
H A Dserial_sicc.c1044 siccuart_send_xchar(tty, START_CHAR(tty));

Completed in 257 milliseconds

12