Searched refs:xsub (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/video/fbdev/
H A Dsh_mobile_lcdcfb.c1520 unsigned int xsub = ovl->format->bpp < 24 ? 2 : 1; sh_mobile_lcdc_overlay_pan() local
1524 c_offset = var->yoffset / ysub * ovl->xres_virtual * 2 / xsub sh_mobile_lcdc_overlay_pan()
1525 + var->xoffset * 2 / xsub; sh_mobile_lcdc_overlay_pan()
1835 unsigned int xsub = ch->format->bpp < 24 ? 2 : 1; sh_mobile_lcdc_pan() local
1839 c_offset = var->yoffset / ysub * ch->xres_virtual * 2 / xsub sh_mobile_lcdc_pan()
1840 + var->xoffset * 2 / xsub; sh_mobile_lcdc_pan()
/linux-4.4.14/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c296 /* common fields other than pid can be accessed via xsub fns */ perl_process_tracepoint()

Completed in 170 milliseconds