Searched refs:xoffset (Results 1 – 5 of 5) sorted by relevance
253 fbconfig.xoffset = ldl_le_phys(&s->dma_as, value + 12); in bcm2835_property_mbox_push()259 stl_le_phys(&s->dma_as, value + 12, fbconfig.xoffset); in bcm2835_property_mbox_push()
45 var->xoffset = 0; in fb_videomode_to_var()179 fbi->var.xoffset = fbi->var.yoffset = 0; in setup_disp_channel2()
188 .xoffset = 0,
803 + * <width>[f]x<height>[f]{+-}<xoffset>{+-}<yoffset>804 + * where width, height, xoffset, and yoffset are unsigned integers.806 + * (A weakness of this style is that it is not possible to omit xoffset843 + /* fetch xoffset */916 + JDIMENSION xoffset, yoffset;1022 + xoffset = info->output_width - info->crop_width - info->crop_xoffset;1024 + xoffset = info->crop_xoffset;1034 + info->crop_width + (xoffset % info->iMCU_sample_width);1041 + info->x_crop_offset = xoffset / info->iMCU_sample_width;1764 + * positive or negative for xoffset or yoffset,
109 __u32 xoffset; /* offset from virtual to visible */ member