Home
last modified time | relevance | path

Searched defs:max3100_port (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/tty/serial/
H A Dmax3100.c79 struct max3100_port { struct
80 struct uart_port port;
81 struct spi_device *spi;
83 int cts; /* last CTS received for flow ctrl */
84 int tx_empty; /* last TX empty bit */
86 spinlock_t conf_lock; /* shared data */
87 int conf_commit; /* need to make changes */
88 int conf; /* configuration for the MAX31000
90 int rts_commit; /* need to change rts */
91 int rts; /* rts status */
[all …]