Searched refs:sbi_console_getchar (Results 1 – 2 of 2) sorted by relevance
34 c = sbi_console_getchar(); in hvc_sbi_tty_get()
577 int sbi_console_getchar(void);580 static inline int sbi_console_getchar(void) { return -ENOENT; } in sbi_console_getchar() function