Searched refs:hvc_get_chars (Results 1 – 5 of 5) sorted by relevance
/linux/arch/powerpc/platforms/pseries/ |
H A D | hvconsole.c | 28 ssize_t hvc_get_chars(uint32_t vtermno, u8 *buf, size_t count) in hvc_get_chars() function 44 EXPORT_SYMBOL(hvc_get_chars);
|
/linux/drivers/tty/hvc/ |
H A D | hvc_vio.c | 83 pv->left = hvc_get_chars(pv->termno, pv->buf, count); in hvterm_raw_get_chars() 348 hvsilib_init(&pv->hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_probe() 411 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in hvc_vio_init_early() 471 hvsilib_init(&hvterm_priv0.hvsi, hvc_get_chars, hvc_put_chars, in udbg_init_debug_lpar_hvsi()
|
H A D | hvcs.c | 580 got = hvc_get_chars(unit_address, in hvcs_io()
|
H A D | hvsi.c | 220 got = hvc_get_chars(hp->vtermno, buf, count); in hvsi_read()
|
/linux/arch/powerpc/include/asm/ |
H A D | hvconsole.h | 24 extern ssize_t hvc_get_chars(uint32_t vtermno, u8 *buf, size_t count);
|