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

/drivers/tty/hvc/
H A Dhvc_console.h58 const struct hv_ops *ops;
68 struct hv_ops { struct
84 const struct hv_ops *ops);
88 const struct hv_ops *ops, int outbuf_size);
/drivers/char/
H A Dvirtio_console.c946 static const struct hv_ops hv_ops = { variable in typeref:struct:hv_ops
966 return hvc_instantiate(0, 0, &hv_ops);
985 * The third argument is a "struct hv_ops" containing the
992 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);

Completed in 423 milliseconds