Home
last modified time | relevance | path

Searched refs:wFlags (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/drivers/usb/serial/
Dti_usb_3410_5052.c728 config->wFlags = 0; in ti_set_termios()
731 config->wFlags |= TI_UART_ENABLE_MS_INTS; in ti_set_termios()
732 config->wFlags |= TI_UART_ENABLE_AUTO_START_DMA; in ti_set_termios()
756 config->wFlags |= TI_UART_ENABLE_PARITY_CHECKING; in ti_set_termios()
759 config->wFlags |= TI_UART_ENABLE_PARITY_CHECKING; in ti_set_termios()
763 config->wFlags &= ~TI_UART_ENABLE_PARITY_CHECKING; in ti_set_termios()
775 config->wFlags |= TI_UART_ENABLE_RTS_IN; in ti_set_termios()
776 config->wFlags |= TI_UART_ENABLE_CTS_OUT; in ti_set_termios()
786 config->wFlags |= TI_UART_ENABLE_X_IN; in ti_set_termios()
791 config->wFlags |= TI_UART_ENABLE_X_OUT; in ti_set_termios()
[all …]
Dio_ti.h159 __u16 wFlags; /* Bitmap mask of flags */ member
Dio_ti.c2257 config->wFlags = 0; in change_port_settings()
2260 config->wFlags |= UMP_MASK_UART_FLAGS_RECEIVE_MS_INT; in change_port_settings()
2261 config->wFlags |= UMP_MASK_UART_FLAGS_AUTO_START_ON_ERR; in change_port_settings()
2286 config->wFlags |= UMP_MASK_UART_FLAGS_PARITY; in change_port_settings()
2290 config->wFlags |= UMP_MASK_UART_FLAGS_PARITY; in change_port_settings()
2309 config->wFlags |= UMP_MASK_UART_FLAGS_OUT_X_CTS_FLOW; in change_port_settings()
2310 config->wFlags |= UMP_MASK_UART_FLAGS_RTS_FLOW; in change_port_settings()
2326 config->wFlags |= UMP_MASK_UART_FLAGS_IN_X; in change_port_settings()
2334 config->wFlags |= UMP_MASK_UART_FLAGS_OUT_X; in change_port_settings()
2358 dev_dbg(dev, "wFlags: 0x%x\n", config->wFlags); in change_port_settings()
[all …]
Dti_usb_3410_5052.h162 __u16 wFlags; member