Searched refs:get_chars (Results 1 – 13 of 13) sorted by relevance
/linux-6.12.1/drivers/tty/hvc/ |
D | hvc_riscv_sbi.c | 44 .get_chars = hvc_sbi_tty_get, 60 .get_chars = hvc_sbi_dbcn_tty_get,
|
D | hvsi_lib.c | 169 pv->inbuf_len += pv->get_chars(pv->termno, in hvsi_get_packet() 416 ssize_t (*get_chars)(uint32_t termno, u8 *buf, size_t count), in hvsilib_init() 422 pv->get_chars = get_chars; in hvsilib_init()
|
D | hvc_udbg.c | 50 .get_chars = hvc_udbg_get,
|
D | hvc_rtas.c | 63 .get_chars = hvc_rtas_read_console,
|
D | hvc_console.h | 55 ssize_t (*get_chars)(uint32_t vtermno, u8 *buf, size_t count); member
|
D | hvc_opal.c | 53 .get_chars = opal_get_chars, 144 .get_chars = hvc_opal_hvsi_get_chars,
|
D | hvc_vio.c | 130 .get_chars = hvterm_raw_get_chars, 220 .get_chars = hvterm_hvsi_get_chars,
|
D | hvc_dcc.c | 260 .get_chars = hvc_dcc0_get_chars,
|
D | hvc_xen.c | 206 .get_chars = domU_read_console, 232 .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.12.1/arch/powerpc/include/asm/ |
D | hvsi.h | 75 ssize_t (*get_chars)(uint32_t termno, u8 *buf, size_t count); member 83 ssize_t (*get_chars)(uint32_t termno, u8 *buf,
|
/linux-6.12.1/drivers/char/ |
D | virtio_console.c | 1134 static ssize_t get_chars(u32 vtermno, u8 *buf, size_t count) in get_chars() function 1186 .get_chars = get_chars,
|