Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/serial/
H A Dmax3100.c95 struct max3100_port { struct
139 static struct max3100_port *max3100s[MAX_MAX3100]; /* the chips */ argument
142 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity()
160 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity()
165 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity()
178 static void max3100_dowork(struct max3100_port *s) in max3100_dowork()
186 struct max3100_port *s = from_timer(s, t, timer); in max3100_timeout()
194 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr()
219 static int max3100_handlerx_unlocked(struct max3100_port *s, u16 rx) in max3100_handlerx_unlocked()
260 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx()
[all …]