Searched refs:hvc_alloc (Results 1 – 16 of 16) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | hvc_riscv_sbi.c | 49 return PTR_ERR_OR_ZERO(hvc_alloc(0, 0, &hvc_sbi_ops, 16)); in hvc_sbi_init()
|
| H A D | hvc_udbg.c | 62 hp = hvc_alloc(0, 0, &hvc_udbg_ops, 16); in hvc_udbg_init()
|
| H A D | hvc_rtas.c | 84 hp = hvc_alloc(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops, 16); in hvc_rtas_init()
|
| H A D | hvc_console.h | 77 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
|
| H A D | hvc_dcc.c | 276 p = hvc_alloc(0, 0, &hvc_dcc_get_put_ops, 128); in hvc_dcc_init()
|
| H A D | hvc_xen.c | 418 info->hvc = hvc_alloc(xenbus_devid_to_vtermno(devid), in xencons_connect_backend() 584 info->hvc = hvc_alloc(HVC_COOKIE, info->irq, ops, 256); in xen_hvc_init()
|
| H A D | hvc_console.c | 911 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, in hvc_alloc() function 977 EXPORT_SYMBOL_GPL(hvc_alloc);
|
| H A D | hvc_opal.c | 224 hp = hvc_alloc(termno, irq, ops, MAX_VIO_PUT_CHARS); in hvc_opal_probe()
|
| H A D | hvc_vio.c | 350 hp = hvc_alloc(termno, vdev->irq, ops, MAX_VIO_PUT_CHARS); in hvc_vio_probe()
|
| H A D | hvc_iucv.c | 1122 priv->hvc = hvc_alloc(HVC_IUCV_MAGIC + id, /* PAGE_SIZE */ in hvc_iucv_alloc()
|
| /OK3568_Linux_fs/kernel/android/ |
| H A D | abi_gki_aarch64_virtual_device | 1321 hvc_alloc
|
| H A D | abi_gki_aarch64_vivo | 645 hvc_alloc
|
| H A D | abi_gki_aarch64_qcom | 1039 hvc_alloc
|
| H A D | abi_gki_aarch64_oplus | 1144 hvc_alloc
|
| H A D | abi_gki_aarch64_galaxy | 2110 hvc_alloc
|
| /OK3568_Linux_fs/kernel/drivers/char/ |
| H A D | virtio_console.c | 1248 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()
|