Searched refs:has_sysrq (Results 1 - 25 of 51) sorted by relevance

123

/linux-master/include/linux/
H A Dserial_8250.h45 unsigned char has_sysrq; /* supports magic SysRq */ member in struct:plat_serial8250_port
H A Dserial_core.h576 unsigned char has_sysrq; member in struct:uart_port
1078 if (!port->has_sysrq) {
1097 if (!port->has_sysrq) {
1141 if (port->has_sysrq && uart_console(port)) {
/linux-master/drivers/tty/serial/
H A Dmux.c463 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MUX_CONSOLE);
H A Dapbuart.c597 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_GRLIB_GAISLER_APBUART_CONSOLE);
H A Desp32_acm.c406 port->has_sysrq = 1;
H A Darc_uart.c617 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_ARC_CONSOLE);
H A Dsunhv.c554 port->has_sysrq = 1;
H A Dip22zilog.c1111 up[(chip * 2) + 0].port.has_sysrq = sysrq_on;
1123 up[(chip * 2) + 1].port.has_sysrq = sysrq_on;
H A Damba-pl010.c695 uap->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_AMBA_PL010_CONSOLE);
H A Dvt8500_serial.c676 vt8500_port->uart.has_sysrq = IS_ENABLED(CONFIG_SERIAL_VT8500_CONSOLE);
H A Desp32_uart.c725 port->has_sysrq = 1;
H A Dbcm63xx_uart.c851 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_BCM63XX_CONSOLE);
H A Dmcf.c593 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MCF_CONSOLE);
H A Ddz.c787 uport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_DZ_CONSOLE);
H A Dclps711x.c477 s->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_CLPS711X_CONSOLE);
H A Dmilbeaut_usio.c536 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MILBEAUT_USIO_CONSOLE);
H A Dsunzilog.c1440 up[0].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNZILOG_CONSOLE);
1458 up[1].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNZILOG_CONSOLE);
H A Dsa1100.c830 sport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SA1100_CONSOLE);
H A Dserial_txx9.c1041 port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_TXX9_CONSOLE);
H A Dpxa.c839 sport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PXA_CONSOLE);
H A Dfsl_linflexuart.c845 sport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_FSL_LINFLEXUART_CONSOLE);
/linux-master/drivers/tty/serial/8250/
H A D8250_of.c178 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
H A D8250_aspeed_vuart.c449 port.port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
H A D8250_core.c858 uart.port.has_sysrq = p->has_sysrq;
/linux-master/arch/powerpc/kernel/
H A Dlegacy_serial.c515 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);

Completed in 438 milliseconds

123