Searched refs:max3100_port (Results 1 – 1 of 1) sorted by relevance
78 struct max3100_port { struct114 static inline struct max3100_port *to_max3100_port(struct uart_port *port) in to_max3100_port() argument116 return container_of(port, struct max3100_port, port); in to_max3100_port()119 static struct max3100_port *max3100s[MAX_MAX3100]; /* the chips */122 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity()140 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity()145 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity()156 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr()181 static int max3100_handlerx_unlocked(struct max3100_port *s, u16 rx) in max3100_handlerx_unlocked()222 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx()[all …]