Searched refs:hvc_get_chars (Results 1 – 5 of 5) sorted by relevance
/linux-3.4.99/arch/powerpc/platforms/pseries/ |
D | hvconsole.c | 41 int hvc_get_chars(uint32_t vtermno, char *buf, int count) in hvc_get_chars() function 51 EXPORT_SYMBOL(hvc_get_chars);
|
/linux-3.4.99/drivers/tty/hvc/ |
D | hvc_vio.c | 97 pv->left = hvc_get_chars(pv->termno, pv->buf, count); in hvterm_raw_get_chars() 283 hvsilib_init(&pv->hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_probe() 427 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early() 475 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in udbg_init_debug_lpar_hvsi()
|
D | hvcs.c | 619 got = hvc_get_chars(unit_address, in hvcs_io()
|
D | hvsi.c | 234 got = hvc_get_chars(hp->vtermno, buf, count); in hvsi_read()
|
/linux-3.4.99/arch/powerpc/include/asm/ |
D | hvconsole.h | 37 extern int hvc_get_chars(uint32_t vtermno, char *buf, int count);
|