Searched refs:has_sysrq (Results 1 - 25 of 51) sorted by last modified time

123

/linux-master/drivers/tty/serial/8250/
H A D8250_core.c852 uart.port.has_sysrq = p->has_sysrq;
H A D8250_port.c3234 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
H A D8250_omap.c1453 up.port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE);
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);
/linux-master/drivers/tty/serial/
H A Dstm32-usart.c1592 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_STM32_CONSOLE);
H A Dpmac_zilog.c1645 uap->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PMACZILOG_CONSOLE);
H A Dmxs-auart.c1634 s->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_MXS_AUART_CONSOLE);
H A Dxilinx_uartps.c1762 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_XILINX_PS_UART_CONSOLE);
H A Dst-asc.c700 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_ST_ASC_CONSOLE);
H A Dsh-sci.c2913 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_SH_SCI_CONSOLE);
H A Dserial_txx9.c1041 port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_TXX9_CONSOLE);
H A Dsamsung_tty.c2020 ourport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SAMSUNG_CONSOLE);
H A Dqcom_geni_serial.c1649 uport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_QCOM_GENI_CONSOLE);
H A Dpxa.c839 sport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PXA_CONSOLE);
H A Dpch_uart.c1701 priv->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PCH_UART_CONSOLE);
H A Domap-serial.c1580 up->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_OMAP_CONSOLE);
H A Dmsm_serial.c1841 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MSM_CONSOLE);
H A Dmeson_uart.c767 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MESON_CONSOLE);
H A Dmcf.c593 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MCF_CONSOLE);
H A Dbcm63xx_uart.c851 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_BCM63XX_CONSOLE);
H A Dfsl_linflexuart.c844 sport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_FSL_LINFLEXUART_CONSOLE);
H A Damba-pl011.c2731 uap->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_AMBA_PL011_CONSOLE);
/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

Completed in 565 milliseconds

123