Home
last modified time | relevance | path

Searched defs:uart_handle_sysrq_char (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/include/linux/
Dserial_core.h473 uart_handle_sysrq_char(struct uart_port *port, unsigned int ch) in uart_handle_sysrq_char() function
486 #define uart_handle_sysrq_char(port,ch) ({ (void)port; 0; }) macro