Searched defs:hv_ops (Results 1 - 2 of 2) sorted by relevance

/drivers/tty/hvc/
H A Dhvc_console.h57 const struct hv_ops *ops;
66 struct hv_ops { struct
85 const struct hv_ops *ops);
89 const struct hv_ops *ops, int outbuf_size);
/drivers/char/
H A Dvirtio_console.c1205 static const struct hv_ops hv_ops = { variable in typeref:struct:hv_ops
1225 return hvc_instantiate(0, 0, &hv_ops);
1244 * The third argument is a "struct hv_ops" containing the
1251 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);

Completed in 92 milliseconds