Home
last modified time | relevance | path

Searched refs:hvc_get_chars (Results 1 – 5 of 5) sorted by relevance

/linux-2.6.39/arch/powerpc/platforms/pseries/
Dhvconsole.c40 int hvc_get_chars(uint32_t vtermno, char *buf, int count) in hvc_get_chars() function
50 EXPORT_SYMBOL(hvc_get_chars);
/linux-2.6.39/arch/powerpc/include/asm/
Dhvconsole.h37 extern int hvc_get_chars(uint32_t vtermno, char *buf, int count);
/linux-2.6.39/drivers/tty/hvc/
Dhvc_vio.c63 got = hvc_get_chars(vtermno, buf, count); in filtered_get_chars()
Dhvcs.c619 got = hvc_get_chars(unit_address, in hvcs_io()
Dhvsi.c295 got = hvc_get_chars(hp->vtermno, buf, count); in hvsi_read()