Searched refs:hvc_instantiate (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/tty/hvc/ ! |
D | hvc_riscv_sbi.c | 55 hvc_instantiate(0, 0, &hvc_sbi_ops); in hvc_sbi_console_init()
|
D | hvc_udbg.c | 77 hvc_instantiate(0, 0, &hvc_udbg_ops); in hvc_udbg_console_init()
|
D | hvc_rtas.c | 105 hvc_instantiate(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops); in hvc_rtas_console_init()
|
D | hvc_console.h | 73 extern int hvc_instantiate(uint32_t vtermno, int index,
|
D | hvc_opal.c | 199 hvc_instantiate(termno, termno, ops); in hvc_opal_probe() 391 hvc_instantiate(index, index, ops); in hvc_opal_init_early()
|
D | hvc_dcc.c | 264 ret = hvc_instantiate(0, 0, &hvc_dcc_get_put_ops); in hvc_dcc_console_init()
|
D | hvc_console.c | 285 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate() function 310 EXPORT_SYMBOL_GPL(hvc_instantiate);
|
D | hvc_vio.c | 428 hvc_instantiate(0, 0, ops); in hvc_vio_init_early()
|
D | hvc_xen.c | 638 hvc_instantiate(HVC_COOKIE, 0, ops); in xen_cons_init()
|
D | hvc_iucv.c | 1373 rc = hvc_instantiate(0, IUCV_HVC_CON_IDX, &hvc_iucv_ops); in hvc_iucv_init()
|
/linux-6.1.9/drivers/char/ ! |
D | virtio_console.c | 1223 return hvc_instantiate(0, 0, &hv_ops); in virtio_cons_early_init()
|