Searched refs:hvc_get_chars (Results 1 - 5 of 5) sorted by relevance
/linux-4.1.27/arch/powerpc/platforms/pseries/ |
H A D | hvconsole.c | 34 * hvc_get_chars - retrieve characters from firmware for denoted vterm adatper 41 int hvc_get_chars(uint32_t vtermno, char *buf, int count) hvc_get_chars() function 57 EXPORT_SYMBOL(hvc_get_chars); variable
|
/linux-4.1.27/arch/powerpc/include/asm/ |
H A D | hvconsole.h | 37 extern int hvc_get_chars(uint32_t vtermno, char *buf, int count);
|
/linux-4.1.27/drivers/tty/hvc/ |
H A D | hvc_vio.c | 98 pv->left = hvc_get_chars(pv->termno, pv->buf, count); hvterm_raw_get_chars() 347 hvsilib_init(&pv->hvsi, hvc_get_chars, hvc_put_chars, hvc_vio_probe() 438 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, hvc_vio_init_early() 486 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, udbg_init_debug_lpar_hvsi()
|
H A D | hvsi.c | 233 got = hvc_get_chars(hp->vtermno, buf, count); hvsi_read()
|
H A D | hvcs.c | 613 got = hvc_get_chars(unit_address, hvcs_io()
|
Completed in 356 milliseconds