Searched refs:opal_get_chars (Results 1 - 3 of 3) sorted by relevance
/linux-4.1.27/drivers/tty/hvc/ |
H A D | hvc_opal.c | 67 .get_chars = opal_get_chars, 214 hvsilib_init(&pv->hvsi, opal_get_chars, opal_put_chars, hvc_opal_probe() 307 rc = opal_get_chars(termno, &c, 1); udbg_opal_getc_poll() 392 hvsilib_init(&hvc_opal_boot_priv.hvsi, opal_get_chars, 425 hvsilib_init(&hvc_opal_boot_priv.hvsi, opal_get_chars, opal_put_chars, udbg_init_debug_opal_hvsi()
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | opal.h | 210 extern int opal_get_chars(uint32_t vtermno, char *buf, int count);
|
/linux-4.1.27/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 398 int opal_get_chars(uint32_t vtermno, char *buf, int count) opal_get_chars() function
|
Completed in 38 milliseconds