Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dserial_core.h1019 bool uart_try_toggle_sysrq(struct uart_port *port, u8 ch);
1032 if (uart_try_toggle_sysrq(port, ch)) in uart_handle_sysrq_char()
1051 if (uart_try_toggle_sysrq(port, ch)) in uart_prepare_sysrq_char()
/openbmc/linux/Documentation/driver-api/serial/
H A Ddriver.rst79 uart_try_toggle_sysrq uart_get_console
/openbmc/linux/drivers/tty/serial/
H A Dserial_core.c3587 bool uart_try_toggle_sysrq(struct uart_port *port, u8 ch) in uart_try_toggle_sysrq() function
3610 EXPORT_SYMBOL_GPL(uart_try_toggle_sysrq);