Home
last modified time | relevance | path

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

/openbmc/qemu/ui/
H A Dconsole.c1514 dpys[ui->type] = ui; in qemu_display_register()
1533 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
1540 if (dpys[prio[i]] == NULL) { in qemu_display_find_default()
1555 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
1562 if (dpys[opts->type] == NULL) { in qemu_display_early_init()
1578 assert(dpys[opts->type] != NULL); in qemu_display_init()
1579 dpys[opts->type]->init(ds, opts); in qemu_display_init()
1591 if (dpys[opts->type] && dpys[opts->type]->vc) { in qemu_display_get_vc()
1592 vc = dpys[opts->type]->vc; in qemu_display_get_vc()
1604 if (!dpys[idx]) { in qemu_display_help()
[all …]