Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/powerpc/include/asm/
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),
/linux-6.3-rc2/drivers/tty/hvc/
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()
A Dhvc_riscv_sbi.c43 .get_chars = hvc_sbi_tty_get,
A Dhvc_udbg.c49 .get_chars = hvc_udbg_get,
A Dhvc_rtas.c62 .get_chars = hvc_rtas_read_console,
A Dhvc_console.h55 int (*get_chars)(uint32_t vtermno, char *buf, int count); member
A Dhvc_vio.c129 .get_chars = hvterm_raw_get_chars,
218 .get_chars = hvterm_hvsi_get_chars,
A Dhvc_opal.c53 .get_chars = opal_get_chars,
143 .get_chars = hvc_opal_hvsi_get_chars,
A Dhvc_dcc.c252 .get_chars = hvc_dcc0_get_chars,
A Dhvc_xen.c194 .get_chars = domU_read_console,
220 .get_chars = dom0_read_console,
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()
A Dhvc_iucv.c1012 .get_chars = hvc_iucv_get_chars,
/linux-6.3-rc2/drivers/char/
A Dvirtio_console.c1140 static int get_chars(u32 vtermno, char *buf, int count) in get_chars() function
1196 .get_chars = get_chars,

Completed in 23 milliseconds