hvc_instantiate
EXPORT_SYMBOL_GPL(hvc_instantiate);
extern int hvc_instantiate(uint32_t vtermno, int index,
ret = hvc_instantiate(0, 0, &hvc_dcc_get_put_ops);
rc = hvc_instantiate(0, IUCV_HVC_CON_IDX, &hvc_iucv_ops);
hvc_instantiate(termno, termno, ops);
hvc_instantiate(index, index, ops);
hvc_instantiate(0, 0, &hvc_sbi_dbcn_ops);
hvc_instantiate(0, 0, &hvc_sbi_v01_ops);
hvc_instantiate(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops);
hvc_instantiate(0, 0, &hvc_udbg_ops);
hvc_instantiate(0, 0, ops);
hvc_instantiate(HVC_COOKIE, 0, ops);