Home
last modified time | relevance | path

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

/linux/drivers/tty/serial/8250/
H A D8250_rsa.c110 void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops) in univ8250_rsa_support() function
117 EXPORT_SYMBOL_FOR_MODULES(univ8250_rsa_support, "8250");
H A D8250.h318 void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops);
324 static inline void univ8250_rsa_support(struct uart_ops *ops, const struct uart_ops *core_ops) { } in univ8250_rsa_support() function
H A D8250_platform.c76 univ8250_rsa_support(&univ8250_port_ops, univ8250_port_base_ops); in __serial8250_isa_init_ports()