Lines Matching refs:uart_8250_port

121 		struct uart_8250_port *up;
124 up = list_entry(l, struct uart_8250_port, list);
153 static void serial_do_unlink(struct irq_info *i, struct uart_8250_port *up)
173 static int serial_link_irq_chain(struct uart_8250_port *up)
219 static void serial_unlink_irq_chain(struct uart_8250_port *up)
250 struct uart_8250_port *up = from_timer(up, t, timer);
258 struct uart_8250_port *up = from_timer(up, t, timer);
302 static void univ8250_setup_timer(struct uart_8250_port *up)
327 static int univ8250_setup_irq(struct uart_8250_port *up)
337 static void univ8250_release_irq(struct uart_8250_port *up)
348 static int serial8250_request_rsa_resource(struct uart_8250_port *up)
369 static void serial8250_release_rsa_resource(struct uart_8250_port *up)
393 static struct uart_8250_port serial8250_ports[UART_NR];
396 * serial8250_get_port - retrieve struct uart_8250_port
399 * This function retrieves struct uart_8250_port for the specific line.
407 struct uart_8250_port *serial8250_get_port(int line)
427 struct uart_8250_port *up = up_to_u8250p(port);
453 struct uart_8250_port *up = up_to_u8250p(port);
468 struct uart_8250_port *up = up_to_u8250p(port);
486 static inline void serial8250_apply_quirks(struct uart_8250_port *up)
491 static struct uart_8250_port *serial8250_setup_port(int index)
493 struct uart_8250_port *up;
518 struct uart_8250_port *up;
571 struct uart_8250_port *up = &serial8250_ports[i];
594 struct uart_8250_port *up = &serial8250_ports[co->index];
601 struct uart_8250_port *up;
782 struct uart_8250_port *up = &serial8250_ports[line];
806 struct uart_8250_port *up = &serial8250_ports[line];
832 struct uart_8250_port uart;
887 struct uart_8250_port *up = &serial8250_ports[i];
899 struct uart_8250_port *up = &serial8250_ports[i];
913 struct uart_8250_port *up = &serial8250_ports[i];
945 static struct uart_8250_port *serial8250_find_match_or_unused(const struct uart_port *port)
984 struct uart_8250_port *up =
985 container_of(to_delayed_work(work), struct uart_8250_port,
1010 int serial8250_register_8250_port(const struct uart_8250_port *up)
1012 struct uart_8250_port *uart;
1185 struct uart_8250_port *uart = &serial8250_ports[line];