Home
last modified time | relevance | path

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

/openbmc/linux/include/xen/interface/io/
H A Dfbif.h27 struct xenfb_update { struct
28 uint8_t type; /* XENFB_TYPE_UPDATE */
29 int32_t x; /* source x */
30 int32_t y; /* source y */
54 struct xenfb_update update; argument
/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