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

123

/linux-master/include/linux/
H A Dserial_core.h577 unsigned char has_sysrq; member in struct:uart_port
1065 if (!port->has_sysrq) {
1084 if (!port->has_sysrq) {
1128 if (port->has_sysrq && uart_console(port)) {
H A Dserial_8250.h45 unsigned char has_sysrq; /* supports magic SysRq */ member in struct:plat_serial8250_port
/linux-master/drivers/tty/serial/
H A Dmux.c463 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MUX_CONSOLE);
H A Darc_uart.c619 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_ARC_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 Dsunhv.c549 port->has_sysrq = 1;
H A Dip22zilog.c1113 up[(chip * 2) + 0].port.has_sysrq = sysrq_on;
1125 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 Ddz.c788 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 Desp32_uart.c725 port->has_sysrq = 1;
H A Dmilbeaut_usio.c535 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MILBEAUT_USIO_CONSOLE);
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 Dsunzilog.c1441 up[0].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNZILOG_CONSOLE);
1459 up[1].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNZILOG_CONSOLE);
H A Dsb1250-duart.c811 uport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_SB1250_DUART_CONSOLE);
H A Dsccnxp.c988 s->port[i].has_sysrq = IS_ENABLED(CONFIG_SERIAL_SCCNXP_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);
/linux-master/drivers/tty/serial/8250/
H A D8250_of.c156 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.c856 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 260 milliseconds

123