Searched refs:hvc_instantiate (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/tty/hvc/ |
H A D | hvc_riscv_sbi.c | 71 hvc_instantiate(0, 0, &hvc_sbi_dbcn_ops); in hvc_sbi_init() 76 hvc_instantiate(0, 0, &hvc_sbi_v01_ops); in hvc_sbi_init()
|
H A D | hvc_udbg.c | 78 hvc_instantiate(0, 0, &hvc_udbg_ops); in hvc_udbg_console_init()
|
H A D | hvc_rtas.c | 106 hvc_instantiate(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops); in hvc_rtas_console_init()
|
H A D | hvc_console.h | 73 extern int hvc_instantiate(uint32_t vtermno, int index,
|
H A D | hvc_opal.c | 200 hvc_instantiate(termno, termno, ops); in hvc_opal_probe() 389 hvc_instantiate(index, index, ops); in hvc_opal_init_early()
|
H A D | hvc_dcc.c | 272 ret = hvc_instantiate(0, 0, &hvc_dcc_get_put_ops); in hvc_dcc_console_init()
|
H A 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);
|
H A D | hvc_vio.c | 430 hvc_instantiate(0, 0, ops); in hvc_vio_init_early()
|