Home
last modified time | relevance | path

Searched defs:XenFB (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/display/
H A Dxenfb.c63 struct XenFB { struct
64 struct common c;
65 QemuConsole *con;
66 size_t fb_len;
68 int depth;
69 int width;
70 int height;
71 int offset;
72 void *pixels;
78 struct {
[all …]