/Linux-v6.1/drivers/tty/hvc/ |
D | hvc_xen.c | 44 int vtermno; member 53 static struct xencons_info *vtermno_to_xencons(int vtermno) in vtermno_to_xencons() 108 static int domU_write_console(uint32_t vtermno, const char *data, int len) in domU_write_console() 137 static int domU_read_console(uint32_t vtermno, char *buf, int len) in domU_read_console() 196 static int dom0_read_console(uint32_t vtermno, char *buf, int len) in dom0_read_console() 205 static int dom0_write_console(uint32_t vtermno, const char *str, int len) in dom0_write_console() 271 static int xencons_info_pv_init(struct xencons_info *info, int vtermno) in xencons_info_pv_init() 632 static void xen_hvm_early_write(uint32_t vtermno, const char *str, int len) in xen_hvm_early_write() 638 static void xen_hvm_early_write(uint32_t vtermno, const char *str, int len) { } in xen_hvm_early_write()
|
D | hvc_riscv_sbi.c | 18 static int hvc_sbi_tty_put(uint32_t vtermno, const char *buf, int count) in hvc_sbi_tty_put() 28 static int hvc_sbi_tty_get(uint32_t vtermno, char *buf, int count) in hvc_sbi_tty_get()
|
D | hvc_udbg.c | 22 static int hvc_udbg_put(uint32_t vtermno, const char *buf, int count) in hvc_udbg_put() 32 static int hvc_udbg_get(uint32_t vtermno, char *buf, int count) in hvc_udbg_get()
|
D | hvc_vio.c | 69 static int hvterm_raw_get_chars(uint32_t vtermno, char *buf, int count) in hvterm_raw_get_chars() 118 static int hvterm_raw_put_chars(uint32_t vtermno, const char *buf, int count) in hvterm_raw_put_chars() 136 static int hvterm_hvsi_get_chars(uint32_t vtermno, char *buf, int count) in hvterm_hvsi_get_chars() 146 static int hvterm_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvterm_hvsi_put_chars()
|
D | hvc_rtas.c | 34 static inline int hvc_rtas_write_console(uint32_t vtermno, const char *buf, in hvc_rtas_write_console() 47 static int hvc_rtas_read_console(uint32_t vtermno, char *buf, int count) in hvc_rtas_read_console()
|
D | hvc_console.c | 113 static int __hvc_flush(const struct hv_ops *ops, uint32_t vtermno, bool wait) in __hvc_flush() 123 static int hvc_console_flush(const struct hv_ops *ops, uint32_t vtermno) in hvc_console_flush() 285 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate() 911 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc()
|
D | hvc_opal.c | 61 static int hvc_opal_hvsi_get_chars(uint32_t vtermno, char *buf, int count) in hvc_opal_hvsi_get_chars() 71 static int hvc_opal_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_opal_hvsi_put_chars()
|
D | hvc_console.h | 43 uint32_t vtermno; member
|
D | hvc_iucv.c | 315 static int hvc_iucv_get_chars(uint32_t vtermno, char *buf, int count) in hvc_iucv_get_chars() 458 static int hvc_iucv_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_iucv_put_chars()
|
D | hvsi.c | 73 uint32_t vtermno; member 1187 const __be32 *vtermno, *irq; in hvsi_console_init() local
|
/Linux-v6.1/arch/powerpc/platforms/pseries/ |
D | hvconsole.c | 28 int hvc_get_chars(uint32_t vtermno, char *buf, int count) in hvc_get_chars() 55 int hvc_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_put_chars()
|
/Linux-v6.1/arch/powerpc/platforms/powernv/ |
D | opal.c | 427 int opal_get_chars(uint32_t vtermno, char *buf, int count) in opal_get_chars() 444 static int __opal_put_chars(uint32_t vtermno, const char *data, int total_len, bool atomic) in __opal_put_chars() 500 int opal_put_chars(uint32_t vtermno, const char *data, int total_len) in opal_put_chars() 511 int opal_put_chars_atomic(uint32_t vtermno, const char *data, int total_len) in opal_put_chars_atomic() 516 static s64 __opal_flush_console(uint32_t vtermno) in __opal_flush_console() 549 int opal_flush_console(uint32_t vtermno) in opal_flush_console() 568 int opal_flush_chars(uint32_t vtermno, bool wait) in opal_flush_chars()
|
/Linux-v6.1/drivers/char/ |
D | virtio_console.c | 89 u32 vtermno; member 243 static struct port *find_port_by_vtermno(u32 vtermno) in find_port_by_vtermno() 1117 static int put_chars(u32 vtermno, const char *buf, int count) in put_chars() 1148 static int get_chars(u32 vtermno, char *buf, int count) in get_chars()
|