Home
last modified time | relevance | path

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

/drivers/usb/serial/
Dio_ti.h157 __u8 bStopBits; /* Stop bits settings */ member
Dti_usb_3410_5052.c183 u8 bStopBits; member
958 config->bStopBits = TI_UART_2_STOP_BITS; in ti_set_termios()
960 config->bStopBits = TI_UART_1_STOP_BITS; in ti_set_termios()
999 config->bDataBits, config->bParity, config->bStopBits, in ti_set_termios()
Dio_ti.c2291 config->bStopBits = UMP_UART_STOPBIT2; in change_port_settings()
2294 config->bStopBits = UMP_UART_STOPBIT1; in change_port_settings()
2355 dev_dbg(dev, "bStopBits: %d\n", config->bStopBits); in change_port_settings()