Searched refs:put_chars (Results 1 – 14 of 14) sorted by relevance
/linux-6.3-rc2/arch/powerpc/include/asm/ |
A D | hvsi.h | 76 int (*put_chars)(uint32_t termno, const char *buf, int count); member 84 int (*put_chars)(uint32_t termno, const char *buf,
|
/linux-6.3-rc2/drivers/tty/hvc/ |
A D | hvsi_lib.c | 15 return pv->put_chars(pv->termno, (char *)packet, packet->len); in hvsi_send_packet() 415 int (*put_chars)(uint32_t termno, const char *buf, in hvsilib_init() 421 pv->put_chars = put_chars; in hvsilib_init()
|
A D | hvc_riscv_sbi.c | 44 .put_chars = hvc_sbi_tty_put,
|
A D | hvc_udbg.c | 50 .put_chars = hvc_udbg_put,
|
A D | hvc_rtas.c | 63 .put_chars = hvc_rtas_write_console,
|
A D | hvc_console.h | 56 int (*put_chars)(uint32_t vtermno, const char *buf, int count); member
|
A D | hvc_vio.c | 130 .put_chars = hvterm_raw_put_chars, 219 .put_chars = hvterm_hvsi_put_chars,
|
A D | hvc_opal.c | 54 .put_chars = opal_put_chars, 144 .put_chars = hvc_opal_hvsi_put_chars,
|
A D | hvc_console.c | 177 r = cons_ops[index]->put_chars(vtermnos[index], c, i); in hvc_console_print() 480 n = hp->ops->put_chars(hp->vtermno, hp->outbuf, hp->n_outbuf); in hvc_push() 883 n = hp->ops->put_chars(hp->vtermno, &ch, 1); in hvc_poll_put_char()
|
A D | hvc_dcc.c | 253 .put_chars = hvc_dcc0_put_chars,
|
A D | hvc_xen.c | 195 .put_chars = domU_write_console, 221 .put_chars = dom0_write_console,
|
A D | hvc_iucv.c | 1013 .put_chars = hvc_iucv_put_chars,
|
/linux-6.3-rc2/include/linux/ |
A D | virtio_console.h | 37 int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int));
|
/linux-6.3-rc2/drivers/char/ |
A D | virtio_console.c | 1109 static int put_chars(u32 vtermno, const char *buf, int count) in put_chars() function 1197 .put_chars = put_chars, 1212 int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int)) in virtio_cons_early_init() 1214 early_put_chars = put_chars; in virtio_cons_early_init()
|
Completed in 22 milliseconds