Searched refs:get_chars (Results 1 – 13 of 13) sorted by relevance
/linux-6.1.9/arch/powerpc/include/asm/ |
D | hvsi.h | 75 int (*get_chars)(uint32_t termno, char *buf, int count); member 83 int (*get_chars)(uint32_t termno, char *buf, int count),
|
/linux-6.1.9/drivers/tty/hvc/ |
D | hvsi_lib.c | 169 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_riscv_sbi.c | 43 .get_chars = hvc_sbi_tty_get,
|
D | hvc_udbg.c | 49 .get_chars = hvc_udbg_get,
|
D | hvc_rtas.c | 62 .get_chars = hvc_rtas_read_console,
|
D | hvc_console.h | 55 int (*get_chars)(uint32_t vtermno, char *buf, int count); member
|
D | hvc_opal.c | 53 .get_chars = opal_get_chars, 143 .get_chars = hvc_opal_hvsi_get_chars,
|
D | hvc_vio.c | 129 .get_chars = hvterm_raw_get_chars, 218 .get_chars = hvterm_hvsi_get_chars,
|
D | hvc_dcc.c | 252 .get_chars = hvc_dcc0_get_chars,
|
D | hvc_xen.c | 194 .get_chars = domU_read_console, 220 .get_chars = dom0_read_console,
|
D | hvc_console.c | 685 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()
|
D | hvc_iucv.c | 1012 .get_chars = hvc_iucv_get_chars,
|
/linux-6.1.9/drivers/char/ |
D | virtio_console.c | 1148 static int get_chars(u32 vtermno, char *buf, int count) in get_chars() function 1204 .get_chars = get_chars,
|