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

/linux-master/drivers/tty/hvc/
H A Dhvc_console.c142 static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES]; variable in typeref:struct:hv_ops
177 r = cons_ops[index]->put_chars(vtermnos[index], c, i);
184 hvc_console_flush(cons_ops[index],
194 hvc_console_flush(cons_ops[index], vtermnos[index]);
303 cons_ops[index] = ops;
947 cons_ops[i] == hp->ops)
963 cons_ops[i] = ops;
988 cons_ops[hp->index] = NULL;
/linux-master/drivers/tty/serial/
H A Dqcom_geni_serial.c1469 static struct console cons_ops = { variable in typeref:struct:console
1484 .cons = &cons_ops,

Completed in 216 milliseconds