Home
last modified time | relevance | path

Searched defs:vtermno (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/powerpc/platforms/pseries/
Dhvconsole.c41 int hvc_get_chars(uint32_t vtermno, char *buf, int count) in hvc_get_chars()
68 int hvc_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_put_chars()
/linux-4.4.14/drivers/tty/hvc/
Dhvc_udbg.c35 static int hvc_udbg_put(uint32_t vtermno, const char *buf, int count) in hvc_udbg_put()
45 static int hvc_udbg_get(uint32_t vtermno, char *buf, int count) in hvc_udbg_get()
Dhvc_xen.c54 int vtermno; member
63 static struct xencons_info *vtermno_to_xencons(int vtermno) in vtermno_to_xencons()
114 static int domU_write_console(uint32_t vtermno, const char *data, int len) in domU_write_console()
140 static int domU_read_console(uint32_t vtermno, char *buf, int len) in domU_read_console()
173 static int dom0_read_console(uint32_t vtermno, char *buf, int len) in dom0_read_console()
182 static int dom0_write_console(uint32_t vtermno, const char *str, int len) in dom0_write_console()
Dhvc_rtas.c47 static inline int hvc_rtas_write_console(uint32_t vtermno, const char *buf, in hvc_rtas_write_console()
60 static int hvc_rtas_read_console(uint32_t vtermno, char *buf, int count) in hvc_rtas_read_console()
Dhvc_vio.c84 static int hvterm_raw_get_chars(uint32_t vtermno, char *buf, int count) in hvterm_raw_get_chars()
125 static int hvterm_raw_put_chars(uint32_t vtermno, const char *buf, int count) in hvterm_raw_put_chars()
143 static int hvterm_hvsi_get_chars(uint32_t vtermno, char *buf, int count) in hvterm_hvsi_get_chars()
153 static int hvterm_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvterm_hvsi_put_chars()
Dhvc_opal.c74 static int hvc_opal_hvsi_get_chars(uint32_t vtermno, char *buf, int count) in hvc_opal_hvsi_get_chars()
84 static int hvc_opal_hvsi_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_opal_hvsi_put_chars()
Dhvc_console.h56 uint32_t vtermno; member
Dhvc_console.c272 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate()
858 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc()
Dhvc_iucv.c315 static int hvc_iucv_get_chars(uint32_t vtermno, char *buf, int count) in hvc_iucv_get_chars()
460 static int hvc_iucv_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_iucv_put_chars()
Dhvsi.c86 uint32_t vtermno; member
1185 const __be32 *vtermno, *irq; in hvsi_console_init() local
/linux-4.4.14/arch/mips/paravirt/
Dserial.c25 static int paravirt_put_chars(u32 vtermno, const char *buf, int count) in paravirt_put_chars()
/linux-4.4.14/arch/powerpc/platforms/powernv/
Dopal.c318 int opal_get_chars(uint32_t vtermno, char *buf, int count) in opal_get_chars()
335 int opal_put_chars(uint32_t vtermno, const char *data, int total_len) in opal_put_chars()
/linux-4.4.14/drivers/char/
Dvirtio_console.c102 u32 vtermno; member
250 static struct port *find_port_by_vtermno(u32 vtermno) in find_port_by_vtermno()
1129 static int put_chars(u32 vtermno, const char *buf, int count) in put_chars()
1152 static int get_chars(u32 vtermno, char *buf, int count) in get_chars()
/linux-4.4.14/drivers/s390/virtio/
Dkvm_virtio.c485 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars()
/linux-4.4.14/arch/x86/lguest/
Dboot.c1316 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars()