Home
last modified time | relevance | path

Searched refs:hvc_instantiate (Results 1 – 13 of 13) sorted by relevance

/linux-3.4.99/drivers/tty/hvc/
Dhvc_tile.c55 hvc_instantiate(0, 0, &hvc_tile_get_put_ops); in hvc_tile_console_init()
Dhvc_dcc.c96 hvc_instantiate(0, 0, &hvc_dcc_get_put_ops); in hvc_dcc_console_init()
Dhvc_udbg.c97 hvc_instantiate(0, 0, &hvc_udbg_ops); in hvc_udbg_console_init()
Dhvc_bfin_jtag.c95 hvc_instantiate(0, 0, &hvc_bfin_get_put_ops); in hvc_bfin_console_init()
Dhvc_rtas.c128 hvc_instantiate(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops); in hvc_rtas_console_init()
Dhvc_console.h83 extern int hvc_instantiate(uint32_t vtermno, int index,
Dhvc_beat.c103 hvc_instantiate(0, 0, &hvc_beat_get_put_ops); in hvc_beat_console_init()
Dhvc_opal.c204 hvc_instantiate(termno, termno, ops); in hvc_opal_probe()
398 hvc_instantiate(index, index, ops); in hvc_opal_init_early()
Dhvc_console.c258 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate() function
291 EXPORT_SYMBOL_GPL(hvc_instantiate);
Dhvc_vio.c444 hvc_instantiate(0, 0, ops); in hvc_vio_init_early()
Dhvc_xen.c596 hvc_instantiate(HVC_COOKIE, 0, ops); in xen_cons_init()
Dhvc_iucv.c1284 rc = hvc_instantiate(HVC_IUCV_MAGIC, IUCV_HVC_CON_IDX, &hvc_iucv_ops); in hvc_iucv_init()
/linux-3.4.99/drivers/char/
Dvirtio_console.c977 return hvc_instantiate(0, 0, &hv_ops); in virtio_cons_early_init()