Searched refs:stop_char (Results 1 - 5 of 5) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c2439 char stop_char, start_char; local
2552 stop_char = STOP_CHAR(pCh->pTTY);
2556 if (stop_char == __DISABLED_CHAR )
2558 stop_char = ~__DISABLED_CHAR;
2571 if ( o_tios->c_cc[VSTOP] != stop_char )
2573 i2QueueCommands(PTYPE_BYPASS, pCh, 100, 1, CMD_DEF_IXOFF(stop_char));
2574 i2QueueCommands(PTYPE_INLINE, pCh, 100, 1, CMD_DEF_OXOFF(stop_char));
2576 if (stop_char == __DISABLED_CHAR )
2578 stop_char = ~__DISABLED_CHAR; //TEST123
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c1390 unsigned char stop_char = STOP_CHAR(tty); local
1391 status = edge_write (port, &stop_char, 1);
2550 unsigned char stop_char = STOP_CHAR(tty); local
2557 send_iosp_ext_cmd(edge_port, IOSP_CMD_SET_XOFF_CHAR, stop_char);
2563 dbg("%s - INBOUND XON/XOFF is enabled, XON = %2x, XOFF = %2x", __FUNCTION__, start_char, stop_char);
2571 dbg("%s - OUTBOUND XON/XOFF is enabled, XON = %2x, XOFF = %2x", __FUNCTION__, start_char, stop_char);
H A Dmos7720.c748 unsigned char stop_char = STOP_CHAR(tty); local
749 status = mos7720_write(port, &stop_char, 1);
H A Dio_ti.c2273 unsigned char stop_char = STOP_CHAR(tty); local
2274 status = edge_write (port, &stop_char, 1);
H A Dmos7840.c1605 unsigned char stop_char = STOP_CHAR(tty); local
1606 status = mos7840_write(port, &stop_char, 1);

Completed in 69 milliseconds