Home
last modified time | relevance | path

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

12

/linux/arch/parisc/kernel/
H A Dpdc_cons.c29 return (c <= 0) ? NO_POLL_CHAR : c; in kgdb_pdc_read_char()
/linux/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 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 Dsifive.c720 return NO_POLL_CHAR; in sifive_serial_poll_get_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 Dmeson_uart.c468 c = NO_POLL_CHAR; in meson_uart_poll_get_char()
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.c2234 return NO_POLL_CHAR; in s3c24xx_serial_get_poll_char()
2772 if (ch == NO_POLL_CHAR) in samsung_early_read()
H A Dfsl_lpuart.c689 return NO_POLL_CHAR; in lpuart_poll_get_char()
736 return NO_POLL_CHAR; in lpuart32_poll_get_char()
H A Dxilinx_uartps.c1208 c = NO_POLL_CHAR; in cdns_uart_poll_get_char()
H A Dsunzilog.c1024 return NO_POLL_CHAR; in sunzilog_get_poll_char()
H A Domap-serial.c1125 status = NO_POLL_CHAR; in serial_omap_poll_get_char()
H A Dpch_uart.c1472 return NO_POLL_CHAR; in pch_uart_get_poll_char()
H A Dstm32-usart.c1459 return NO_POLL_CHAR; in stm32_usart_poll_get_char()
H A Dimx.c1997 return NO_POLL_CHAR; in imx_uart_poll_get_char()
/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()
/linux/drivers/tty/
H A Dmips_ejtag_fdc.c1193 return NO_POLL_CHAR; in kgdbfdc_read_char()
1201 return NO_POLL_CHAR; in kgdbfdc_read_char()
/linux/kernel/debug/
H A Ddebug_core.c1192 if (ret == NO_POLL_CHAR) in dbg_io_get_char()
H A Dgdbstub.c82 while (ret == NO_POLL_CHAR) in gdbstub_read_wait()
/linux/include/linux/
H A Dserial_core.h369 * function should return %NO_POLL_CHAR immediately.
409 #define NO_POLL_CHAR 0x00ff0000 macro

12