Home
last modified time | relevance | path

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

12

/OK3568_Linux_fs/kernel/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.c437 return NO_POLL_CHAR; in kgdboc_earlycon_get_char()
H A Duartlite.c405 return NO_POLL_CHAR; in ulite_get_poll_char()
H A Dvt8500_serial.c562 return NO_POLL_CHAR; in vt8500_get_poll_char()
H A Dqcom_geni_serial.c361 return NO_POLL_CHAR; in qcom_geni_serial_get_char()
1161 if (ch == NO_POLL_CHAR) in qcom_geni_serial_earlycon_read()
H A Damba-pl011.c1635 return NO_POLL_CHAR; in pl011_get_poll_char()
2442 return NO_POLL_CHAR; in pl011_getc()
2457 if (ch == NO_POLL_CHAR) in pl011_early_read()
H A Dsifive.c744 return NO_POLL_CHAR; in sifive_serial_poll_get_char()
H A Dmsm_serial.c1436 return NO_POLL_CHAR; in msm_poll_get_char_single()
1470 c = NO_POLL_CHAR; in msm_poll_get_char_dm()
H A Dmeson_uart.c456 c = NO_POLL_CHAR; in meson_uart_poll_get_char()
H A Dst-asc.c679 return NO_POLL_CHAR; in asc_get_poll_char()
H A Dmvebu-uart.c568 return NO_POLL_CHAR; in mvebu_uart_get_poll_char()
H A Dxilinx_uartps.c1072 c = NO_POLL_CHAR; in cdns_uart_poll_get_char()
H A Dfsl_lpuart.c634 return NO_POLL_CHAR; in lpuart_poll_get_char()
682 return NO_POLL_CHAR; in lpuart32_poll_get_char()
H A Dsunzilog.c1027 return NO_POLL_CHAR; in sunzilog_get_poll_char()
H A Dpmac_zilog.c1348 return NO_POLL_CHAR; in pmz_poll_get_char()
/OK3568_Linux_fs/kernel/drivers/soc/rockchip/fiq_debugger/
H A Dfiq_debugger.h23 #define FIQ_DEBUGGER_NO_CHAR NO_POLL_CHAR
H A Dfiq_debugger.c1266 int c = NO_POLL_CHAR; in fiq_tty_poll_get_char()
1280 c = NO_POLL_CHAR; in fiq_tty_poll_get_char()
/OK3568_Linux_fs/kernel/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()
/OK3568_Linux_fs/kernel/drivers/tty/
H A Dmips_ejtag_fdc.c1194 return NO_POLL_CHAR; in kgdbfdc_read_char()
1202 return NO_POLL_CHAR; in kgdbfdc_read_char()
/OK3568_Linux_fs/kernel/include/linux/
H A Dserial_core.h89 #define NO_POLL_CHAR 0x00ff0000 macro
/OK3568_Linux_fs/kernel/drivers/tty/serial/cpm_uart/
H A Dcpm_uart_core.c1054 return NO_POLL_CHAR; in poll_wait_key()
1091 if (ret == NO_POLL_CHAR) in cpm_get_poll_char()
/OK3568_Linux_fs/kernel/kernel/debug/
H A Dgdbstub.c85 while (ret == NO_POLL_CHAR) in gdbstub_read_wait()
H A Ddebug_core.c1237 if (ret == NO_POLL_CHAR) in dbg_io_get_char()
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvc_console.c871 return NO_POLL_CHAR; in hvc_poll_get_char()
/OK3568_Linux_fs/kernel/Documentation/driver-api/serial/
H A Ddriver.rst413 the function should return NO_POLL_CHAR immediately.

12