Searched refs:cXoff (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/serial/ |
D | io_ti.h | 164 char cXoff; /* XOFF character */ member
|
D | ti_usb_3410_5052.h | 163 char cXoff; member
|
D | io_ti.c | 2351 config->cXoff = STOP_CHAR(tty); in change_port_settings() 2357 __func__, config->cXon, config->cXoff); in change_port_settings() 2365 __func__, config->cXon, config->cXoff); in change_port_settings() 2393 dbg("cXoff: %d", config->cXoff); in change_port_settings()
|
D | ti_usb_3410_5052.c | 934 config->cXoff = STOP_CHAR(tty); in ti_set_termios() 958 …fig->bDataBits, config->bParity, config->bStopBits, config->cXon, config->cXoff, config->bUartMode… in ti_set_termios()
|