Home
last modified time | relevance | path

Searched refs:bStopBits (Results 1 – 3 of 3) sorted by relevance

/drivers/usb/serial/
Dio_ti.h162 __u8 bStopBits; /* Stop bits settings */ member
Dti_usb_3410_5052.c186 u8 bStopBits; member
987 config->bStopBits = TI_UART_2_STOP_BITS; in ti_set_termios()
989 config->bStopBits = TI_UART_1_STOP_BITS; in ti_set_termios()
1028 config->bDataBits, config->bParity, config->bStopBits, in ti_set_termios()
Dio_ti.c2305 config->bStopBits = UMP_UART_STOPBIT2; in change_port_settings()
2308 config->bStopBits = UMP_UART_STOPBIT1; in change_port_settings()
2369 dev_dbg(dev, "bStopBits: %d\n", config->bStopBits); in change_port_settings()