Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/include/asm/
H A Dhvsi.h75 int (*get_chars)(uint32_t termno, char *buf, int count); member
83 int (*get_chars)(uint32_t termno, char *buf, int count),
/OK3568_Linux_fs/kernel/drivers/tty/hvc/
H A Dhvsi_lib.c169 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()
H A Dhvc_dcc.c242 .get_chars = hvc_dcc0_get_chars,
249 .get_chars = hvc_dcc_get_chars,
H A Dhvc_riscv_sbi.c43 .get_chars = hvc_sbi_tty_get,
H A Dhvc_udbg.c49 .get_chars = hvc_udbg_get,
H A Dhvc_rtas.c62 .get_chars = hvc_rtas_read_console,
H A Dhvc_opal.c53 .get_chars = opal_get_chars,
143 .get_chars = hvc_opal_hvsi_get_chars,
H A Dhvc_vio.c129 .get_chars = hvterm_raw_get_chars,
218 .get_chars = hvterm_hvsi_get_chars,
H A Dhvc_console.h55 int (*get_chars)(uint32_t vtermno, char *buf, int count); member
H A Dhvc_xen.c189 .get_chars = domU_read_console,
215 .get_chars = dom0_read_console,
H A Dhvc_console.c685 n = hp->ops->get_chars(hp->vtermno, buf, count); in __hvc_poll()
868 n = hp->ops->get_chars(hp->vtermno, &ch, 1); in hvc_poll_get_char()
H A Dhvc_iucv.c1046 .get_chars = hvc_iucv_get_chars,
/OK3568_Linux_fs/kernel/drivers/char/
H A Dvirtio_console.c1147 static int get_chars(u32 vtermno, char *buf, int count) in get_chars() function
1203 .get_chars = get_chars,