Home
last modified time | relevance | path

Searched refs:sbi_console_getchar (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/tty/hvc/
H A Dhvc_riscv_sbi.c34 c = sbi_console_getchar(); in hvc_sbi_tty_get()
/linux/arch/riscv/include/asm/
H A Dsbi.h577 int sbi_console_getchar(void);
580 static inline int sbi_console_getchar(void) { return -ENOENT; } in sbi_console_getchar() function