Home
last modified time | relevance | path

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

12

/linux-6.15/arch/parisc/kernel/
H A Dpdc_cons.c29 return (c <= 0) ? NO_POLL_CHAR : c; in kgdb_pdc_read_char()
/linux-6.15/drivers/tty/serial/
H A Desp32_acm.c260 return NO_POLL_CHAR; in esp32s3_acm_poll_get_char()
335 if (c == NO_POLL_CHAR) in esp32s3_acm_earlycon_read()
H A Desp32_uart.c496 return NO_POLL_CHAR; in esp32_uart_poll_get_char()
625 if (c == NO_POLL_CHAR) in esp32_uart_earlycon_read()
H A Dkgdboc.c469 return NO_POLL_CHAR; in kgdboc_earlycon_get_char()
H A Dcpm_uart.c1094 return NO_POLL_CHAR; in poll_wait_key()
1131 if (ret == NO_POLL_CHAR) in cpm_get_poll_char()
1165 return c == NO_POLL_CHAR ? -1 : c; in udbg_cpm_getc_poll()
H A Dtegra-utc.c320 return NO_POLL_CHAR; in tegra_utc_get_poll_char()
H A Dvt8500_serial.c539 return NO_POLL_CHAR; in vt8500_get_poll_char()
H A Dsunplus-uart.c473 return NO_POLL_CHAR; in sunplus_poll_get_char()
H A Dst-asc.c648 return NO_POLL_CHAR; in asc_get_poll_char()
H A Dowl-uart.c449 return NO_POLL_CHAR; in owl_uart_poll_get_char()
H A Dbcm63xx_uart.c620 return NO_POLL_CHAR; in bcm_uart_poll_get_char()
H A Dsifive.c718 return NO_POLL_CHAR; in sifive_serial_poll_get_char()
H A Duartlite.c434 return NO_POLL_CHAR; in ulite_get_poll_char()
H A Dmeson_uart.c468 c = NO_POLL_CHAR; in meson_uart_poll_get_char()
H A Dqcom_geni_serial.c361 return NO_POLL_CHAR; in qcom_geni_serial_get_char()
1453 if (ch == NO_POLL_CHAR) in qcom_geni_serial_earlycon_read()
H A Damba-pl011.c1750 return NO_POLL_CHAR; in pl011_get_poll_char()
2662 return NO_POLL_CHAR; in pl011_getc()
2677 if (ch == NO_POLL_CHAR) in pl011_early_read()
H A Dmsm_serial.c1452 return NO_POLL_CHAR; in msm_poll_get_char_single()
1485 c = NO_POLL_CHAR; in msm_poll_get_char_dm()
H A Dsamsung_tty.c2232 return NO_POLL_CHAR; in s3c24xx_serial_get_poll_char()
2768 if (ch == NO_POLL_CHAR) in samsung_early_read()
H A Dmvebu-uart.c614 return NO_POLL_CHAR; in mvebu_uart_get_poll_char()
/linux-6.15/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()
/linux-6.15/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()
/linux-6.15/include/linux/
H A Dserial_core.h409 #define NO_POLL_CHAR 0x00ff0000 macro
/linux-6.15/drivers/tty/hvc/
H A Dhvc_console.c871 return NO_POLL_CHAR; in hvc_poll_get_char()
/linux-6.15/kernel/debug/
H A Dgdbstub.c82 while (ret == NO_POLL_CHAR) in gdbstub_read_wait()
H A Ddebug_core.c1192 if (ret == NO_POLL_CHAR) in dbg_io_get_char()

12