Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dserial_core.h935 static inline int uart_prepare_sysrq_char(struct uart_port *port, u8 ch) in uart_prepare_sysrq_char() function
995 static inline int uart_prepare_sysrq_char(struct uart_port *port, u8 ch) in uart_prepare_sysrq_char() function
/Linux-v6.6/drivers/tty/serial/
Dfsl_lpuart.c905 if (uart_prepare_sysrq_char(&sport->port, rx)) in lpuart_rxint()
993 if (uart_prepare_sysrq_char(&sport->port, rx)) in lpuart32_rxint()
Dqcom_geni_serial.c553 sysrq = uart_prepare_sysrq_char(uport, buf[c]); in handle_rx_console()
Dstm32-usart.c437 if (uart_prepare_sysrq_char(port, c)) in stm32_usart_receive_chars_pio()
/Linux-v6.6/drivers/tty/serial/8250/
D8250_port.c1765 if (uart_prepare_sysrq_char(port, ch)) in serial8250_read_char()