/linux-3.3/arch/powerpc/platforms/pseries/ |
D | hvconsole.c | 41 int hvc_get_chars(uint32_t vtermno, char *buf, int count) in hvc_get_chars() 62 int hvc_put_chars(uint32_t vtermno, const char *buf, int count) in hvc_put_chars()
|
/linux-3.3/drivers/tty/hvc/ |
D | hvc_xen.c | 82 static int domU_write_console(uint32_t vtermno, const char *data, int len) in domU_write_console() 105 static int domU_read_console(uint32_t vtermno, char *buf, int len) in domU_read_console() 134 static int dom0_read_console(uint32_t vtermno, char *buf, int len) in dom0_read_console() 143 static int dom0_write_console(uint32_t vtermno, const char *str, int len) in dom0_write_console()
|
D | hvc_udbg.c | 35 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()
|
D | hvc_rtas.c | 47 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()
|
D | hvc_beat.c | 42 static int hvc_beat_get_chars(uint32_t vtermno, char *buf, int cnt) in hvc_beat_get_chars() 73 static int hvc_beat_put_chars(uint32_t vtermno, const char *buf, int cnt) in hvc_beat_put_chars()
|
D | hvc_vio.c | 84 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()
|
D | hvc_iseries.c | 111 static int get_chars(uint32_t vtermno, char *buf, int count) in get_chars() 142 static int put_chars(uint32_t vtermno, const char *buf, int count) in put_chars() 573 const uint32_t *vtermno; in hvc_find_vtys() local
|
D | hvc_opal.c | 73 static int hvc_opal_hvsi_get_chars(uint32_t vtermno, char *buf, int count) in hvc_opal_hvsi_get_chars() 83 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 | 57 uint32_t vtermno; member
|
D | hvc_console.c | 254 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate() 820 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc()
|
D | hvc_iucv.c | 313 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 | 87 uint32_t vtermno; member 1217 const uint32_t *vtermno, *irq; in hvsi_console_init() local
|
/linux-3.3/arch/powerpc/platforms/powernv/ |
D | opal.c | 80 int opal_get_chars(uint32_t vtermno, char *buf, int count) in opal_get_chars() 97 int opal_put_chars(uint32_t vtermno, const char *data, int total_len) in opal_put_chars()
|
/linux-3.3/drivers/char/ |
D | virtio_console.c | 99 u32 vtermno; member 233 static struct port *find_port_by_vtermno(u32 vtermno) in find_port_by_vtermno() 873 static int put_chars(u32 vtermno, const char *buf, int count) in put_chars() 894 static int get_chars(u32 vtermno, char *buf, int count) in get_chars()
|
/linux-3.3/drivers/s390/kvm/ |
D | kvm_virtio.c | 458 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars()
|
/linux-3.3/arch/x86/lguest/ |
D | boot.c | 1183 static __init int early_put_chars(u32 vtermno, const char *buf, int count) in early_put_chars()
|