Lines Matching defs:max3100_port
78 struct max3100_port { struct
79 struct uart_port port;
80 struct spi_device *spi;
82 int cts; /* last CTS received for flow ctrl */
83 int tx_empty; /* last TX empty bit */
85 spinlock_t conf_lock; /* shared data */
86 int conf_commit; /* need to make changes */
87 int conf; /* configuration for the MAX31000
89 int rts_commit; /* need to change rts */
90 int rts; /* rts status */
114 static inline struct max3100_port *to_max3100_port(struct uart_port *port) in to_max3100_port() argument