Home
last modified time | relevance | path

Searched refs:cons_ops (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/tty/hvc/
H A Dhvc_console.c142 static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES]; variable
177 r = cons_ops[index]->put_chars(vtermnos[index], c, i); in hvc_console_print()
184 hvc_console_flush(cons_ops[index], in hvc_console_print()
194 hvc_console_flush(cons_ops[index], vtermnos[index]); in hvc_console_print()
303 cons_ops[index] = ops; in hvc_instantiate()
949 cons_ops[i] == hp->ops) in hvc_alloc()
965 cons_ops[i] = ops; in hvc_alloc()
990 cons_ops[hp->index] = NULL; in hvc_remove()
/openbmc/linux/drivers/tty/serial/
H A Dqcom_geni_serial.c1470 static struct console cons_ops = { variable
1485 .cons = &cons_ops,