Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/hvc/
H A 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()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal.c427 int opal_get_chars(uint32_t vtermno, char *buf, int count) in opal_get_chars() function
/openbmc/linux/arch/powerpc/include/asm/
H A Dopal.h316 extern int opal_get_chars(uint32_t vtermno, char *buf, int count);