Searched refs:uart_prepare_sysrq_char (Results 1 – 9 of 9) sorted by relevance
/linux/include/linux/ |
H A D | serial_core.h | 1185 static inline int uart_prepare_sysrq_char(struct uart_port *port, u8 ch) in uart_prepare_sysrq_char() function 1245 static inline int uart_prepare_sysrq_char(struct uart_port *port, u8 ch) in uart_prepare_sysrq_char() function
|
/linux/drivers/tty/serial/ |
H A D | lpc32xx_hs.c | 265 if (!uart_prepare_sysrq_char(port, tmp & 0xff)) in __serial_lpc32xx_rx()
|
H A D | owl-uart.c | 221 sysrq = uart_prepare_sysrq_char(port, val); in owl_uart_receive_chars()
|
H A D | bcm63xx_uart.c | 288 if (uart_prepare_sysrq_char(port, c)) in bcm_uart_do_rx()
|
H A D | pxa.c | 154 if (uart_prepare_sysrq_char(&up->port, ch)) in receive_chars()
|
H A D | fsl_lpuart.c | 900 if (uart_prepare_sysrq_char(&sport->port, rx)) in lpuart_rxint() 988 if (uart_prepare_sysrq_char(&sport->port, rx)) in lpuart32_rxint()
|
H A D | qcom_geni_serial.c | 567 sysrq = uart_prepare_sysrq_char(uport, buf[c]); in handle_rx_console()
|
H A D | amba-pl011.c | 351 sysrq = uart_prepare_sysrq_char(&uap->port, ch & 255); in pl011_fifo_to_tty()
|
/linux/drivers/tty/serial/8250/ |
H A D | 8250_port.c | 1740 if (uart_prepare_sysrq_char(port, ch)) in serial8250_read_char()
|