Lines Matching defs:uart_sunsu_port
84 struct uart_sunsu_port {
104 static unsigned int serial_in(struct uart_sunsu_port *up, int offset)
121 static void serial_out(struct uart_sunsu_port *up, int offset, int value)
165 static void serial_icr_write(struct uart_sunsu_port *up, int offset, int value)
172 static unsigned int serial_icr_read(struct uart_sunsu_port *up, int offset)
190 static int __enable_rsa(struct uart_sunsu_port *up)
210 static void enable_rsa(struct uart_sunsu_port *up)
229 static void disable_rsa(struct uart_sunsu_port *up)
254 static inline void __stop_tx(struct uart_sunsu_port *p)
264 struct uart_sunsu_port *up =
265 container_of(port, struct uart_sunsu_port, port);
280 struct uart_sunsu_port *up =
281 container_of(port, struct uart_sunsu_port, port);
299 struct uart_sunsu_port *up =
300 container_of(port, struct uart_sunsu_port, port);
309 struct uart_sunsu_port *up =
310 container_of(port, struct uart_sunsu_port, port);
320 receive_chars(struct uart_sunsu_port *up, unsigned char *status)
396 static void transmit_chars(struct uart_sunsu_port *up)
432 static void check_modem_status(struct uart_sunsu_port *up)
455 struct uart_sunsu_port *up = dev_id;
488 static void sunsu_change_mouse_baud(struct uart_sunsu_port *up)
501 static void receive_kbd_ms_chars(struct uart_sunsu_port *up, int is_break)
533 struct uart_sunsu_port *up = dev_id;
547 struct uart_sunsu_port *up =
548 container_of(port, struct uart_sunsu_port, port);
561 struct uart_sunsu_port *up =
562 container_of(port, struct uart_sunsu_port, port);
582 struct uart_sunsu_port *up =
583 container_of(port, struct uart_sunsu_port, port);
602 struct uart_sunsu_port *up =
603 container_of(port, struct uart_sunsu_port, port);
617 struct uart_sunsu_port *up =
618 container_of(port, struct uart_sunsu_port, port);
728 struct uart_sunsu_port *up =
729 container_of(port, struct uart_sunsu_port, port);
777 struct uart_sunsu_port *up =
778 container_of(port, struct uart_sunsu_port, port);
929 struct uart_sunsu_port *up =
930 container_of(port, struct uart_sunsu_port, port);
979 static struct uart_sunsu_port sunsu_ports[UART_NR];
988 struct uart_sunsu_port *up = serio->port_data;
1008 struct uart_sunsu_port *up = serio->port_data;
1025 struct uart_sunsu_port *up = serio->port_data;
1035 static void sunsu_autoconfig(struct uart_sunsu_port *up)
1192 static int sunsu_kbd_ms_init(struct uart_sunsu_port *up)
1262 static void wait_for_xmitr(struct uart_sunsu_port *up)
1289 struct uart_sunsu_port *up =
1290 container_of(port, struct uart_sunsu_port, port);
1303 struct uart_sunsu_port *up = &sunsu_ports[co->index];
1435 struct uart_sunsu_port *up;
1528 struct uart_sunsu_port *up = platform_get_drvdata(op);