Home
last modified time | relevance | path

Searched refs:has_sysrq (Results 1 – 25 of 54) sorted by relevance

123

/kernel/linux/linux-5.10/include/linux/
Dserial_core.h247 unsigned char has_sysrq; member
538 if (!port->has_sysrq) { in uart_unlock_and_check_sysrq()
577 if (port->has_sysrq && uart_console(port)) { in uart_handle_break()
Dserial_8250.h28 unsigned char has_sysrq; /* supports magic SysRq */ member
/kernel/linux/linux-5.10/drivers/tty/serial/8250/
D8250_of.c181 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE); in of_platform_serial_setup()
D8250_aspeed_vuart.c405 port.port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE); in aspeed_vuart_probe()
D8250_core.c838 uart.port.has_sysrq = p->has_sysrq; in serial8250_probe()
/kernel/linux/linux-5.10/drivers/tty/serial/
Dmux.c482 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MUX_CONSOLE); in mux_probe()
Dsunhv.c551 port->has_sysrq = 1; in hv_probe()
Darc_uart.c624 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_ARC_CONSOLE); in arc_serial_probe()
Dip22zilog.c1115 up[(chip * 2) + 0].port.has_sysrq = sysrq_on; in ip22zilog_prepare()
1127 up[(chip * 2) + 1].port.has_sysrq = sysrq_on; in ip22zilog_prepare()
Dapbuart.c625 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_GRLIB_GAISLER_APBUART_CONSOLE); in grlib_apbuart_configure()
Dclps711x.c478 s->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_CLPS711X_CONSOLE); in uart_clps711x_probe()
Dmcf.c635 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MCF_CONSOLE); in mcf_probe()
Dvt8500_serial.c702 vt8500_port->uart.has_sysrq = IS_ENABLED(CONFIG_SERIAL_VT8500_CONSOLE); in vt8500_serial_probe()
Dmilbeaut_usio.c536 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MILBEAUT_USIO_CONSOLE); in mlb_usio_probe()
Ddz.c786 uport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_DZ_CONSOLE); in dz_init_ports()
Defm32-uart.c747 efm_port->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_EFM32_UART_CONSOLE); in efm32_uart_probe()
Dpnx8xxx_uart.c797 pnx8xxx_ports[i].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PNX8XXX_CONSOLE); in pnx8xxx_serial_probe()
Dbcm63xx_uart.c857 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_BCM63XX_CONSOLE); in bcm_uart_probe()
Dsunzilog.c1443 up[0].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNZILOG_CONSOLE); in zs_probe()
1461 up[1].port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_SUNZILOG_CONSOLE); in zs_probe()
Damba-pl010.c724 uap->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_AMBA_PL010_CONSOLE); in pl010_probe()
Dst-asc.c731 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_ST_ASC_CONSOLE); in asc_init_port()
Dfsl_linflexuart.c859 sport->has_sysrq = IS_ENABLED(CONFIG_SERIAL_FSL_LINFLEXUART_CONSOLE); in linflex_probe()
Dmeson_uart.c780 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_MESON_CONSOLE); in meson_uart_probe()
Dpxa.c878 sport->port.has_sysrq = IS_ENABLED(CONFIG_SERIAL_PXA_CONSOLE); in serial_pxa_probe()
/kernel/linux/linux-5.10/arch/powerpc/kernel/
Dlegacy_serial.c484 port->has_sysrq = IS_ENABLED(CONFIG_SERIAL_8250_CONSOLE); in fixup_port_irq()

123