Searched refs:max3100_port (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/tty/serial/ |
D | max3100.c | 92 struct max3100_port { struct 136 static struct max3100_port *max3100s[MAX_MAX3100]; /* the chips */ argument 139 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity() 157 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity() 162 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity() 175 static void max3100_dowork(struct max3100_port *s) in max3100_dowork() 183 struct max3100_port *s = from_timer(s, t, timer); in max3100_timeout() 191 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr() 216 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx() 258 struct max3100_port *s = container_of(w, struct max3100_port, work); in max3100_work() [all …]
|