Searched refs:Y_OFFSET (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/tools/perf/scripts/python/Perf-Trace-Util/lib/Perf/Trace/ |
D | SchedGui.py | 18 Y_OFFSET = 100 variable in RootFrame 36 …self.height_virtual = RootFrame.Y_OFFSET + (self.nr_rects * (RootFrame.RECT_HEIGHT + RootFrame.REC… 83 offset_py = RootFrame.Y_OFFSET + (nr * (RootFrame.RECT_HEIGHT + RootFrame.RECT_SPACE)) 119 y -= RootFrame.Y_OFFSET
|
/linux-6.1.9/drivers/input/touchscreen/ |
D | ts4800-ts.c | 32 #define Y_OFFSET 0x2 macro 80 u16 last_y = readw(ts->base + Y_OFFSET); in ts4800_ts_poll()
|
/linux-6.1.9/drivers/gpu/ipu-v3/ |
D | ipu-cpmem.c | 588 #define Y_OFFSET(pix, x, y) ((x) + pix->bytesperline * (y)) macro 781 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image() 793 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image() 805 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image() 817 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image() 827 offset = Y_OFFSET(pix, image->rect.left, image->rect.top); in ipu_cpmem_set_image()
|