Home
last modified time | relevance | path

Searched refs:NO_POLL_CHAR (Results 1 – 25 of 33) sorted by relevance

12

/openbmc/linux/arch/parisc/kernel/
H A Dpdc_cons.c29 return (c <= 0) ? NO_POLL_CHAR : c; in kgdb_pdc_read_char()
/openbmc/linux/drivers/tty/serial/
H A Dkgdb_nmi.c124 if (c == NO_POLL_CHAR) in kgdb_nmi_poll_one_knock()
179 if (ret == NO_POLL_CHAR) in kgdb_nmi_poll_knock()
H A Dkgdboc.c477 return NO_POLL_CHAR; in kgdboc_earlycon_get_char()
H A Dcpm_uart.c1100 return NO_POLL_CHAR; in poll_wait_key()
1137 if (ret == NO_POLL_CHAR) in cpm_get_poll_char()
1171 return c == NO_POLL_CHAR ? -1 : c; in udbg_cpm_getc_poll()
H A Dvt8500_serial.c539 return NO_POLL_CHAR; in vt8500_get_poll_char()
H A Dsunplus-uart.c471 return NO_POLL_CHAR; in sunplus_poll_get_char()
H A Duartlite.c426 return NO_POLL_CHAR; in ulite_get_poll_char()
H A Dst-asc.c640 return NO_POLL_CHAR; in asc_get_poll_char()
H A Dsifive.c711 return NO_POLL_CHAR; in sifive_serial_poll_get_char()
H A Dbcm63xx_uart.c621 return NO_POLL_CHAR; in bcm_uart_poll_get_char()
H A Dowl-uart.c447 return NO_POLL_CHAR; in owl_uart_poll_get_char()
H A Damba-pl011.c1705 return NO_POLL_CHAR; in pl011_get_poll_char()
2573 return NO_POLL_CHAR; in pl011_getc()
2588 if (ch == NO_POLL_CHAR) in pl011_early_read()
H A Dqcom_geni_serial.c354 return NO_POLL_CHAR; in qcom_geni_serial_get_char()
1416 if (ch == NO_POLL_CHAR) in qcom_geni_serial_earlycon_read()
H A Dmsm_serial.c1441 return NO_POLL_CHAR; in msm_poll_get_char_single()
1474 c = NO_POLL_CHAR; in msm_poll_get_char_dm()
H A Dmeson_uart.c470 c = NO_POLL_CHAR; in meson_uart_poll_get_char()
H A Dsamsung_tty.c2331 return NO_POLL_CHAR; in s3c24xx_serial_get_poll_char()
2816 if (ch == NO_POLL_CHAR) in samsung_early_read()
H A Dxilinx_uartps.c1057 c = NO_POLL_CHAR; in cdns_uart_poll_get_char()
H A Dmvebu-uart.c616 return NO_POLL_CHAR; in mvebu_uart_get_poll_char()
H A Dfsl_lpuart.c693 return NO_POLL_CHAR; in lpuart_poll_get_char()
741 return NO_POLL_CHAR; in lpuart32_poll_get_char()
/openbmc/linux/drivers/usb/early/
H A Dehci-dbgp.c1023 return NO_POLL_CHAR; in kgdbdbgp_read_char()
1071 if (ret != NO_POLL_CHAR) { in kgdbdbgp_reader_thread()
/openbmc/linux/drivers/tty/
H A Dmips_ejtag_fdc.c1192 return NO_POLL_CHAR; in kgdbfdc_read_char()
1200 return NO_POLL_CHAR; in kgdbfdc_read_char()
/openbmc/linux/include/linux/
H A Dserial_core.h408 #define NO_POLL_CHAR 0x00ff0000 macro
/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.c871 return NO_POLL_CHAR; in hvc_poll_get_char()
/openbmc/linux/kernel/debug/
H A Dgdbstub.c82 while (ret == NO_POLL_CHAR) in gdbstub_read_wait()
H A Ddebug_core.c1200 if (ret == NO_POLL_CHAR) in dbg_io_get_char()

12