xenfb_info
static void xenfb_do_resize(struct xenfb_info *info)
static int xenfb_queue_full(struct xenfb_info *info)
static void xenfb_handle_resize_dpy(struct xenfb_info *info)
static void xenfb_refresh(struct xenfb_info *info,
struct xenfb_info *info = fb_info->par;
struct xenfb_info *xenfb_info;
xenfb_info = info->par;
if (!xenfb_info->feature_resize) {
var->bits_per_pixel == xenfb_info->page->depth) {
required_mem_len = var->xres * var->yres * xenfb_info->page->depth / 8;
if (var->bits_per_pixel == xenfb_info->page->depth &&
struct xenfb_info *xenfb_info;
xenfb_info = info->par;
spin_lock_irqsave(&xenfb_info->resize_lock, flags);
xenfb_info->resize.type = XENFB_TYPE_RESIZE;
xenfb_info->resize.width = info->var.xres;
xenfb_info->resize.height = info->var.yres;
xenfb_info->resize.stride = info->fix.line_length;
xenfb_info->resize.depth = info->var.bits_per_pixel;
xenfb_info->resize.offset = 0;
xenfb_info->resize_dpy = 1;
spin_unlock_irqrestore(&xenfb_info->resize_lock, flags);
struct xenfb_info *xenfb_info = info->par;
xenfb_refresh(xenfb_info, 0, 0, xenfb_info->page->width, xenfb_info->page->height);
struct xenfb_info *xenfb_info = info->par;
xenfb_refresh(xenfb_info, x, y, width, height);
struct xenfb_info *info = dev_id;
struct xenfb_info *info;
struct xenfb_info *info = dev_get_drvdata(&dev->dev);
struct xenfb_info *info = dev_get_drvdata(&dev->dev);
static void xenfb_init_shared_page(struct xenfb_info *info,
struct xenfb_info *info)
static void xenfb_disconnect_backend(struct xenfb_info *info)
struct xenfb_info *info = dev_get_drvdata(&dev->dev);
static void xenfb_init_shared_page(struct xenfb_info *, struct fb_info *);
static int xenfb_connect_backend(struct xenbus_device *, struct xenfb_info *);
static void xenfb_disconnect_backend(struct xenfb_info *);
static void xenfb_send_event(struct xenfb_info *info,
static void xenfb_do_update(struct xenfb_info *info,