Searched refs:hvc_instantiate (Results 1 - 10 of 10) sorted by relevance

/linux-master/drivers/tty/hvc/
H A Dhvc_riscv_sbi.c71 hvc_instantiate(0, 0, &hvc_sbi_dbcn_ops);
76 hvc_instantiate(0, 0, &hvc_sbi_v01_ops);
H A Dhvc_udbg.c78 hvc_instantiate(0, 0, &hvc_udbg_ops);
H A Dhvc_console.h73 extern int hvc_instantiate(uint32_t vtermno, int index,
H A Dhvc_rtas.c106 hvc_instantiate(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops);
H A Dhvc_opal.c200 hvc_instantiate(termno, termno, ops);
389 hvc_instantiate(index, index, ops);
H A Dhvc_dcc.c272 ret = hvc_instantiate(0, 0, &hvc_dcc_get_put_ops);
H A Dhvc_console.c81 * a console candidate registered with hvc_instantiate().
239 * calls hvc_instantiate() and call register again.
280 * hvc_instantiate() is an early console discovery method which locates
282 * vty adapters do NOT get an hvc_instantiate() callback since they
285 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) function
310 EXPORT_SYMBOL_GPL(hvc_instantiate); variable
H A Dhvc_vio.c430 hvc_instantiate(0, 0, ops);
H A Dhvc_xen.c671 hvc_instantiate(HVC_COOKIE, 0, ops);
H A Dhvc_iucv.c1377 rc = hvc_instantiate(0, IUCV_HVC_CON_IDX, &hvc_iucv_ops);

Completed in 165 milliseconds