Home
last modified time | relevance | path

Searched refs:XY (Results 1 – 5 of 5) sorted by relevance

/Linux-v6.6/drivers/gpu/drm/amd/display/dc/dcn20/
Ddcn20_optc.c279 uint64_t L, XY; in optc2_align_vblanks() local
314 XY = div_u64(L, p); in optc2_align_vblanks()
315 Y = master_v_active - XY - 1; in optc2_align_vblanks()
316 X = div_u64(((XY + 1) * p - L) * master_h_total, p * master_clock_divider); in optc2_align_vblanks()
/Linux-v6.6/Documentation/ABI/testing/
Ddebugfs-ec9 the EC here (XY -> GPE number from `/sys/kernel/debug/ec/*/gpe`):
/Linux-v6.6/Documentation/hwmon/
Dda9052.rst33 Channel 7 XY - TSI interface to measure the X and Y voltage of the touch
/Linux-v6.6/Documentation/input/
Dinput.rst141 CONFIG_INPUT_MOUSEDEV_SCREEN_[XY] in the kernel configuration are
/Linux-v6.6/tools/perf/scripts/python/
Dexported-sql-viewer.py1196 class XY(): class
1388 self.dp = XY(0, 0)
2135 self.pdp = XY(x, y) # pixel decimal places
2216 subrange = XY(xsubrange, ysubrange)
2277 return XY(xscale, yscale)