Searched refs:bStopBits (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/usb/serial/ |
H A D | io_ti.h | 157 u8 bStopBits; /* Stop bits settings */ member
|
H A D | ti_usb_3410_5052.c | 184 u8 bStopBits; member 942 config->bStopBits = TI_UART_2_STOP_BITS; in ti_set_termios() 944 config->bStopBits = TI_UART_1_STOP_BITS; in ti_set_termios() 981 "%s - BaudRate=%d, wBaudRate=%d, wFlags=0x%04X, bDataBits=%d, bParity=%d, bStopBits=%d, cXon=%d, cXoff=%d, bUartMode=%d\n", in ti_set_termios() 983 config->bDataBits, config->bParity, config->bStopBits, in ti_set_termios()
|
H A D | io_ti.c | 2273 config->bStopBits = UMP_UART_STOPBIT2; in change_port_settings() 2276 config->bStopBits = UMP_UART_STOPBIT1; in change_port_settings() 2337 dev_dbg(dev, "bStopBits: %d\n", config->bStopBits); in change_port_settings()
|