Home
last modified time | relevance | path

Searched refs:hv_ops (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/tty/hvc/
Dhvc_console.h58 const struct hv_ops *ops;
68 struct hv_ops { struct
84 const struct hv_ops *ops); argument
88 const struct hv_ops *ops, int outbuf_size);
Dhvc_opal.c65 static const struct hv_ops hvc_opal_raw_ops = {
154 static const struct hv_ops hvc_opal_hvsi_ops = {
166 const struct hv_ops *ops; in hvc_opal_probe()
334 const struct hv_ops *ops; in hvc_opal_init_early()
Dhvc_vio.c134 static const struct hv_ops hvterm_raw_ops = {
223 static const struct hv_ops hvterm_hvsi_ops = {
236 const struct hv_ops *ops; in hvc_vio_probe()
392 const struct hv_ops *ops; in hvc_vio_init_early()
Dhvc_tile.c47 static const struct hv_ops hvc_tile_get_put_ops = {
Dhvc_xen.c163 static struct hv_ops domU_hvc_ops = {
189 static struct hv_ops dom0_hvc_ops = {
516 const struct hv_ops *ops; in xen_hvc_init()
577 const struct hv_ops *ops; in xen_cons_init()
Dhvc_dcc.c89 static const struct hv_ops hvc_dcc_get_put_ops = {
Dhvc_udbg.c61 static const struct hv_ops hvc_udbg_ops = {
Dhvc_bfin_jtag.c88 static const struct hv_ops hvc_bfin_get_put_ops = {
Dhvc_rtas.c74 static const struct hv_ops hvc_rtas_get_put_ops = {
Dhvc_beat.c87 static const struct hv_ops hvc_beat_get_put_ops = {
Dhvc_console.c134 static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];
258 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate()
825 const struct hv_ops *ops, in hvc_alloc()
Dhvc_iucv.c928 static const struct hv_ops hvc_iucv_ops = {
/linux-3.4.99/drivers/char/
Dvirtio_console.c957 static const struct hv_ops hv_ops = { variable
977 return hvc_instantiate(0, 0, &hv_ops); in virtio_cons_early_init()
1003 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()