Home
last modified time | relevance | path

Searched refs:hv_ops (Results 1 – 12 of 12) sorted by relevance

/linux-4.4.14/drivers/tty/hvc/
Dhvc_console.h57 const struct hv_ops *ops;
66 struct hv_ops { struct
85 const struct hv_ops *ops); argument
89 const struct hv_ops *ops, int outbuf_size);
Dhvc_opal.c66 static const struct hv_ops hvc_opal_raw_ops = {
155 static const struct hv_ops hvc_opal_hvsi_ops = {
167 const struct hv_ops *ops; in hvc_opal_probe()
333 const struct hv_ops *ops; in hvc_opal_init_early()
Dhvc_vio.c135 static const struct hv_ops hvterm_raw_ops = {
224 static const struct hv_ops hvterm_hvsi_ops = {
300 const struct hv_ops *ops; in hvc_vio_probe()
409 const struct hv_ops *ops; in hvc_vio_init_early()
Dhvc_udbg.c61 static const struct hv_ops hvc_udbg_ops = {
Dhvc_dcc.c66 static const struct hv_ops hvc_dcc_get_put_ops = {
Dhvc_xen.c165 static struct hv_ops domU_hvc_ops = {
191 static struct hv_ops dom0_hvc_ops = {
526 const struct hv_ops *ops; in xen_hvc_init()
576 const struct hv_ops *ops; in xen_cons_init()
Dhvc_rtas.c74 static const struct hv_ops hvc_rtas_get_put_ops = {
Dhvc_bfin_jtag.c88 static const struct hv_ops hvc_bfin_get_put_ops = {
Dhvc_tile.c119 static const struct hv_ops hvc_tile_get_put_ops = {
Dhvc_console.c134 static const struct hv_ops *cons_ops[MAX_NR_HVC_CONSOLES];
272 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) in hvc_instantiate()
859 const struct hv_ops *ops, in hvc_alloc()
Dhvc_iucv.c1044 static const struct hv_ops hvc_iucv_ops = {
/linux-4.4.14/drivers/char/
Dvirtio_console.c1207 static const struct hv_ops hv_ops = { variable
1227 return hvc_instantiate(0, 0, &hv_ops); in virtio_cons_early_init()
1253 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE); in init_port_console()