Searched defs:vtermno (Results 1 – 10 of 10) sorted by relevance
/linux/drivers/tty/hvc/ |
H A D | hvc_riscv_sbi.c | 18 static ssize_t hvc_sbi_tty_put(uint32_t vtermno, const u8 *buf, size_t count) in hvc_sbi_tty_put() 28 static ssize_t hvc_sbi_tty_get(uint32_t vtermno, u8 *buf, size_t count) in hvc_sbi_tty_get() 48 static ssize_t hvc_sbi_dbcn_tty_put(uint32_t vtermno, const u8 *buf, size_t count) in hvc_sbi_dbcn_tty_put() 53 static ssize_t hvc_sbi_dbcn_tty_get(uint32_t vtermno, u8 *buf, size_t count) in hvc_sbi_dbcn_tty_get()
|
H A D | hvc_vio.c | 69 static ssize_t hvterm_raw_get_chars(uint32_t vtermno, u8 *buf, size_t count) in hvterm_raw_get_chars() 118 static ssize_t hvterm_raw_put_chars(uint32_t vtermno, const u8 *buf, in hvterm_raw_put_chars() 137 static ssize_t hvterm_hvsi_get_chars(uint32_t vtermno, u8 *buf, size_t count) in hvterm_hvsi_get_chars() 147 static ssize_t hvterm_hvsi_put_chars(uint32_t vtermno, const u8 *buf, in hvterm_hvsi_put_chars()
|
H A D | hvc_udbg.c | 22 static ssize_t hvc_udbg_put(uint32_t vtermno, const u8 *buf, size_t count) in hvc_udbg_put() 32 static ssize_t hvc_udbg_get(uint32_t vtermno, u8 *buf, size_t count) in hvc_udbg_get()
|
H A D | hvc_rtas.c | 34 static ssize_t hvc_rtas_write_console(uint32_t vtermno, const u8 *buf, in hvc_rtas_write_console() 47 static ssize_t hvc_rtas_read_console(uint32_t vtermno, u8 *buf, size_t count) in hvc_rtas_read_console()
|
H A 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()
|
H A D | hvc_opal.c | 61 static ssize_t hvc_opal_hvsi_get_chars(uint32_t vtermno, u8 *buf, size_t count) in hvc_opal_hvsi_get_chars() 71 static ssize_t hvc_opal_hvsi_put_chars(uint32_t vtermno, const u8 *buf, in hvc_opal_hvsi_put_chars()
|
H A D | hvc_console.h | 42 uint32_t vtermno; member
|
H A D | hvsi.c | 73 uint32_t vtermno; member 1186 const __be32 *vtermno, *irq; in hvsi_console_init() local
|
/linux/arch/powerpc/platforms/pseries/ |
H A D | hvconsole.c | 28 ssize_t hvc_get_chars(uint32_t vtermno, u8 *buf, size_t count) in hvc_get_chars() 55 ssize_t hvc_put_chars(uint32_t vtermno, const u8 *buf, size_t count) in hvc_put_chars()
|
/linux/drivers/char/ |
H A D | virtio_console.c | 81 u32 vtermno; member 234 static struct port *find_port_by_vtermno(u32 vtermno) in find_port_by_vtermno() 1107 static ssize_t put_chars(u32 vtermno, const u8 *buf, size_t count) in put_chars() 1135 static ssize_t get_chars(u32 vtermno, u8 *buf, size_t count) in get_chars()
|