Searched refs:max3107_port (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/serial/
H A Dmax3107.c74 static u32 get_new_brg(int baud, struct max3107_port *s)
88 int max3107_rw(struct max3107_port *s, u8 *tx, u8 *rx, int len)
136 static void put_data_to_circ_buf(struct max3107_port *s, unsigned char *data,
156 static void max3107_handlerx(struct max3107_port *s, u16 rxlvl)
237 static void max3107_handletx(struct max3107_port *s)
331 static u16 handle_interrupt(struct max3107_port *s)
393 static void max3107_dowork(struct max3107_port *s)
404 struct max3107_port *s = container_of(w, struct max3107_port, work);
480 static void max3107_set_sleep(struct max3107_port *
[all...]
H A Dmax3107.h364 struct max3107_port { struct
423 void (*init)(struct max3107_port *s);
425 int (*configure)(struct max3107_port *s);
427 void (*hw_suspend) (struct max3107_port *s, int suspend);
434 extern int max3107_rw(struct max3107_port *s, u8 *tx, u8 *rx, int len);
435 extern void max3107_hw_susp(struct max3107_port *s, int suspend);

Completed in 1515 milliseconds