Searched refs:stop_char (Results 1 – 3 of 3) sorted by relevance
/linux-2.4.37.9/drivers/char/ |
D | ip2main.c | 2775 char stop_char, start_char; in set_params() local 2888 stop_char = STOP_CHAR(pCh->pTTY); in set_params() 2892 if (stop_char == __DISABLED_CHAR ) in set_params() 2894 stop_char = ~__DISABLED_CHAR; in set_params() 2907 if ( o_tios->c_cc[VSTOP] != stop_char ) in set_params() 2909 i2QueueCommands(PTYPE_BYPASS, pCh, 100, 1, CMD_DEF_IXOFF(stop_char)); in set_params() 2910 i2QueueCommands(PTYPE_INLINE, pCh, 100, 1, CMD_DEF_OXOFF(stop_char)); in set_params() 2912 if (stop_char == __DISABLED_CHAR ) in set_params() 2914 stop_char = ~__DISABLED_CHAR; //TEST123 in set_params()
|
/linux-2.4.37.9/drivers/usb/serial/ |
D | io_edgeport.c | 1583 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local 1584 status = edge_write (port, 0, &stop_char, 1); in edge_throttle() 2733 unsigned char stop_char = STOP_CHAR(tty); in change_port_settings() local 2737 send_iosp_ext_cmd (edge_port, IOSP_CMD_SET_XOFF_CHAR, stop_char); in change_port_settings() 2742 …bg("%s - INBOUND XON/XOFF is enabled, XON = %2x, XOFF = %2x", __FUNCTION__, start_char, stop_char); in change_port_settings() 2750 …g("%s - OUTBOUND XON/XOFF is enabled, XON = %2x, XOFF = %2x", __FUNCTION__, start_char, stop_char); in change_port_settings()
|
D | io_ti.c | 2131 unsigned char stop_char = STOP_CHAR(tty); in edge_throttle() local 2132 status = edge_write (port, 0, &stop_char, 1); in edge_throttle()
|