Searched refs:bStopBits (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/serial/ |
H A D | io_ti.h | 157 __u8 bStopBits; /* Stop bits settings */ member
|
H A D | ti_usb_3410_5052.c | 183 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() 997 "%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() 999 config->bDataBits, config->bParity, config->bStopBits, in ti_set_termios()
|
H A D | io_ti.c | 2291 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()
|
/kernel/linux/linux-6.6/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 949 config->bStopBits = TI_UART_2_STOP_BITS; in ti_set_termios() 951 config->bStopBits = TI_UART_1_STOP_BITS; in ti_set_termios() 988 "%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() 990 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()
|
Completed in 14 milliseconds