Searched refs:hvc_instantiate (Results 1 – 13 of 13) sorted by relevance
/linux-2.6.39/drivers/tty/hvc/ |
D | hvc_tile.c | 55 hvc_instantiate(0, 0, &hvc_tile_get_put_ops); in hvc_tile_console_init()
|
D | hvc_dcc.c | 94 hvc_instantiate(0, 0, &hvc_dcc_get_put_ops); in hvc_dcc_console_init()
|
D | hvc_udbg.c | 91 hvc_instantiate(0, 0, &hvc_udbg_ops); in hvc_udbg_console_init()
|
D | hvc_bfin_jtag.c | 95 hvc_instantiate(0, 0, &hvc_bfin_get_put_ops); in hvc_bfin_console_init()
|
D | hvc_console.h | 79 extern int hvc_instantiate(uint32_t vtermno, int index,
|
D | hvc_rtas.c | 128 hvc_instantiate(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops); in hvc_rtas_console_init()
|
D | hvc_beat.c | 103 hvc_instantiate(0, 0, &hvc_beat_get_put_ops); in hvc_beat_console_init()
|
D | hvc_vio.c | 166 hvc_instantiate(*vtermno, num_found, &hvc_get_put_ops); in hvc_find_vtys()
|
D | hvc_xen.c | 218 hvc_instantiate(HVC_COOKIE, 0, ops); in xen_cons_init()
|
D | hvc_console.c | 251 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate() function 284 EXPORT_SYMBOL_GPL(hvc_instantiate);
|
D | hvc_iseries.c | 592 hvc_instantiate(*vtermno, num_found, &hvc_get_put_ops); in hvc_find_vtys()
|
D | hvc_iucv.c | 1284 rc = hvc_instantiate(HVC_IUCV_MAGIC, IUCV_HVC_CON_IDX, &hvc_iucv_ops); in hvc_iucv_init()
|
/linux-2.6.39/drivers/char/ |
D | virtio_console.c | 958 return hvc_instantiate(0, 0, &hv_ops); in virtio_cons_early_init()
|