Home
last modified time | relevance | path

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

/Linux-v5.4/include/linux/
Dserial_core.h478 uart_prepare_sysrq_char(struct uart_port *port, unsigned int ch) in uart_prepare_sysrq_char() function
507 uart_prepare_sysrq_char(struct uart_port *port, unsigned int ch) { return 0; } in uart_prepare_sysrq_char() function
/Linux-v5.4/drivers/tty/serial/
Dqcom_geni_serial.c503 sysrq = uart_prepare_sysrq_char(uport, buf[c]); in handle_rx_console()
/Linux-v5.4/drivers/tty/serial/8250/
D8250_port.c1694 if (uart_prepare_sysrq_char(port, ch)) in serial8250_read_char()