Symbol: hv_ops
drivers/char/virtio_console.c
1186
static const struct hv_ops hv_ops = {
drivers/char/virtio_console.c
1220
port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);
drivers/tty/hvc/hvc_console.c
113
static int __hvc_flush(const struct hv_ops *ops, uint32_t vtermno, bool wait)
drivers/tty/hvc/hvc_console.c
123
static int hvc_console_flush(const struct hv_ops *ops, uint32_t vtermno)
drivers/tty/hvc/hvc_console.c
142
static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];
drivers/tty/hvc/hvc_console.c
285
int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops)
drivers/tty/hvc/hvc_console.c
912
const struct hv_ops *ops,
drivers/tty/hvc/hvc_console.h
43
const struct hv_ops *ops;
drivers/tty/hvc/hvc_console.h
74
const struct hv_ops *ops);
drivers/tty/hvc/hvc_console.h
78
const struct hv_ops *ops, int outbuf_size);
drivers/tty/hvc/hvc_dcc.c
259
static const struct hv_ops hvc_dcc_get_put_ops = {
drivers/tty/hvc/hvc_iucv.c
1011
static const struct hv_ops hvc_iucv_ops = {
drivers/tty/hvc/hvc_opal.c
143
static const struct hv_ops hvc_opal_hvsi_ops = {
drivers/tty/hvc/hvc_opal.c
156
const struct hv_ops *ops;
drivers/tty/hvc/hvc_opal.c
332
const struct hv_ops *ops;
drivers/tty/hvc/hvc_opal.c
52
static const struct hv_ops hvc_opal_raw_ops = {
drivers/tty/hvc/hvc_riscv_sbi.c
43
static const struct hv_ops hvc_sbi_v01_ops = {
drivers/tty/hvc/hvc_riscv_sbi.c
58
static const struct hv_ops hvc_sbi_dbcn_ops = {
drivers/tty/hvc/hvc_rtas.c
62
static const struct hv_ops hvc_rtas_get_put_ops = {
drivers/tty/hvc/hvc_udbg.c
49
static const struct hv_ops hvc_udbg_ops = {
drivers/tty/hvc/hvc_vio.c
129
static const struct hv_ops hvterm_raw_ops = {
drivers/tty/hvc/hvc_vio.c
219
static const struct hv_ops hvterm_hvsi_ops = {
drivers/tty/hvc/hvc_vio.c
301
const struct hv_ops *ops;
drivers/tty/hvc/hvc_vio.c
390
const struct hv_ops *ops;
drivers/tty/hvc/hvc_xen.c
221
static const struct hv_ops domU_hvc_ops = {
drivers/tty/hvc/hvc_xen.c
247
static const struct hv_ops dom0_hvc_ops = {
drivers/tty/hvc/hvc_xen.c
615
const struct hv_ops *ops;
drivers/tty/hvc/hvc_xen.c
668
const struct hv_ops *ops;