Home
last modified time | relevance | path

Searched refs:get_chars (Results 1 – 15 of 15) sorted by relevance

/linux-3.4.99/arch/powerpc/include/asm/
Dhvsi.h74 int (*get_chars)(uint32_t termno, char *buf, int count); member
82 int (*get_chars)(uint32_t termno, char *buf, int count),
/linux-3.4.99/drivers/tty/hvc/
Dhvsi_lib.c169 pv->inbuf_len += pv->get_chars(pv->termno, in hvsi_get_packet()
416 int (*get_chars)(uint32_t termno, char *buf, int count), in hvsilib_init()
422 pv->get_chars = get_chars; in hvsilib_init()
Dhvc_tile.c48 .get_chars = hvc_tile_get_chars,
Dhvc_dcc.c90 .get_chars = hvc_dcc_get_chars,
Dhvc_udbg.c62 .get_chars = hvc_udbg_get,
Dhvc_bfin_jtag.c89 .get_chars = hvc_bfin_get_chars,
Dhvc_rtas.c75 .get_chars = hvc_rtas_read_console,
Dhvc_console.h69 int (*get_chars)(uint32_t vtermno, char *buf, int count); member
Dhvc_beat.c88 .get_chars = hvc_beat_get_chars,
Dhvc_opal.c66 .get_chars = opal_get_chars,
155 .get_chars = hvc_opal_hvsi_get_chars,
Dhvc_vio.c135 .get_chars = hvterm_raw_get_chars,
224 .get_chars = hvterm_hvsi_get_chars,
Dhvc_xen.c164 .get_chars = domU_read_console,
190 .get_chars = dom0_read_console,
Dhvc_console.c632 n = hp->ops->get_chars(hp->vtermno, buf, count); in hvc_poll()
787 n = hp->ops->get_chars(hp->vtermno, &ch, 1); in hvc_poll_get_char()
Dhvc_iucv.c929 .get_chars = hvc_iucv_get_chars,
/linux-3.4.99/drivers/char/
Dvirtio_console.c905 static int get_chars(u32 vtermno, char *buf, int count) in get_chars() function
958 .get_chars = get_chars,