Home
last modified time | relevance | path

Searched refs:opal_get_chars (Results 1 – 3 of 3) sorted by relevance

/linux-5.19.10/drivers/tty/hvc/
Dhvc_opal.c53 .get_chars = opal_get_chars,
194 opal_get_chars, opal_put_chars_atomic, in hvc_opal_probe()
302 rc = opal_get_chars(termno, &c, 1); in udbg_opal_getc_poll()
381 opal_get_chars, opal_put_chars_atomic, in hvc_opal_init_early()
415 opal_get_chars, opal_put_chars_atomic, in udbg_init_debug_opal_hvsi()
/linux-5.19.10/arch/powerpc/include/asm/
Dopal.h319 extern int opal_get_chars(uint32_t vtermno, char *buf, int count);
/linux-5.19.10/arch/powerpc/platforms/powernv/
Dopal.c427 int opal_get_chars(uint32_t vtermno, char *buf, int count) in opal_get_chars() function