Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/xen/interface/io/
H A Dfbif.h27 struct xenfb_update struct
29 uint8_t type; /* XENFB_TYPE_UPDATE */
30 int32_t x; /* source x */
31 int32_t y; /* source y */
32 int32_t width; /* rect width */
33 int32_t height; /* rect height */
/openbmc/qemu/hw/display/
H A Dxenfb.c721 static void xenfb_update(void *opaque) in xenfb_update() function