Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/
H A Dmax3100.c79 struct max3100_port { struct
115 static inline struct max3100_port *to_max3100_port(struct uart_port *port) in to_max3100_port() argument
117 return container_of(port, struct max3100_port, port); in to_max3100_port()
120 static struct max3100_port *max3100s[MAX_MAX3100]; /* the chips */
123 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity()
141 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity()
146 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity()
157 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr()
182 static int max3100_handlerx_unlocked(struct max3100_port *s, u16 rx) in max3100_handlerx_unlocked()
223 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx()
[all …]