Searched defs:xenfb_page (Results 1 – 1 of 1) sorted by relevance
108 struct xenfb_page { struct109 uint32_t in_cons, in_prod;110 uint32_t out_cons, out_prod;112 int32_t width; /* width of the framebuffer (in pixels) */113 int32_t height; /* height of the framebuffer (in pixels) */114 uint32_t line_length; /* length of a row of pixels (in bytes) */115 uint32_t mem_length; /* length of the framebuffer (in bytes) */116 uint8_t depth; /* depth of a pixel (in bits) */130 unsigned long pd[256];