Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dserial_core.h502 uart_handle_sysrq_char(struct uart_port *port, unsigned int ch) in uart_handle_sysrq_char() function
515 #define uart_handle_sysrq_char(port,ch) ({ (void)port; 0; }) macro