Searched refs:get_chars (Results 1 – 14 of 14) sorted by relevance
/drivers/tty/hvc/ |
D | hvsi_lib.c | 168 pv->inbuf_len += pv->get_chars(pv->termno, in hvsi_get_packet() 414 int (*get_chars)(uint32_t termno, char *buf, int count), in hvsilib_init() 420 pv->get_chars = get_chars; in hvsilib_init()
|
D | hvc_dcc.c | 67 .get_chars = hvc_dcc_get_chars,
|
D | hvc_udbg.c | 62 .get_chars = hvc_udbg_get,
|
D | hvc_bfin_jtag.c | 89 .get_chars = hvc_bfin_get_chars,
|
D | hvc_rtas.c | 75 .get_chars = hvc_rtas_read_console,
|
D | hvc_console.h | 67 int (*get_chars)(uint32_t vtermno, char *buf, int count); member
|
D | hvc_opal.c | 67 .get_chars = opal_get_chars, 156 .get_chars = hvc_opal_hvsi_get_chars,
|
D | hvc_beat.c | 88 .get_chars = hvc_beat_get_chars,
|
D | hvc_vio.c | 136 .get_chars = hvterm_raw_get_chars, 225 .get_chars = hvterm_hvsi_get_chars,
|
D | hvc_tile.c | 119 .get_chars = hvc_tile_get_chars,
|
D | hvc_xen.c | 166 .get_chars = domU_read_console, 192 .get_chars = dom0_read_console,
|
D | hvc_console.c | 653 n = hp->ops->get_chars(hp->vtermno, buf, count); in hvc_poll() 814 n = hp->ops->get_chars(hp->vtermno, &ch, 1); in hvc_poll_get_char()
|
D | hvc_iucv.c | 1033 .get_chars = hvc_iucv_get_chars,
|
/drivers/char/ |
D | virtio_console.c | 1159 static int get_chars(u32 vtermno, char *buf, int count) in get_chars() function 1215 .get_chars = get_chars,
|