Searched refs:cXon (Results 1 – 4 of 4) sorted by relevance
/drivers/usb/serial/ |
D | io_ti.h | 163 char cXon; /* XON character */ member
|
D | ti_usb_3410_5052.h | 162 char cXon; member
|
D | io_ti.c | 2350 config->cXon = START_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() 2392 dbg("cXon: %d", config->cXon); in change_port_settings()
|
D | ti_usb_3410_5052.c | 933 config->cXon = START_CHAR(tty); in ti_set_termios() 958 …g->wFlags, config->bDataBits, config->bParity, config->bStopBits, config->cXon, config->cXoff, con… in ti_set_termios()
|