Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/serial/
Dmax3100.c97 struct max3100_port { struct
141 static struct max3100_port *max3100s[MAX_MAX3100]; /* the chips */ argument
144 static int max3100_do_parity(struct max3100_port *s, u16 c) in max3100_do_parity()
162 static int max3100_check_parity(struct max3100_port *s, u16 c) in max3100_check_parity()
167 static void max3100_calc_parity(struct max3100_port *s, u16 *c) in max3100_calc_parity()
180 static void max3100_dowork(struct max3100_port *s) in max3100_dowork()
188 struct max3100_port *s = (struct max3100_port *)data; in max3100_timeout()
196 static int max3100_sr(struct max3100_port *s, u16 tx, u16 *rx) in max3100_sr()
221 static int max3100_handlerx(struct max3100_port *s, u16 rx) in max3100_handlerx()
263 struct max3100_port *s = container_of(w, struct max3100_port, work); in max3100_work()
[all …]