Searched defs:xy (Results 1 – 7 of 7) sorted by relevance
/linux-6.6.21/tools/lib/perf/include/internal/ |
D | xyarray.h | 21 static inline void *__xyarray__entry(struct xyarray *xy, int x, int y) in __xyarray__entry() 26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry() 33 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y() 38 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x()
|
/linux-6.6.21/tools/lib/perf/ |
D | xyarray.c | 10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local 23 void xyarray__reset(struct xyarray *xy) in xyarray__reset() 30 void xyarray__delete(struct xyarray *xy) in xyarray__delete()
|
/linux-6.6.21/arch/x86/crypto/ |
D | twofish-x86_64-asm_64-3way.S | 175 #define inpack3(in, n, xy, m) \ argument 185 #define outunpack3(op, out, n, xy, m) \ argument
|
/linux-6.6.21/drivers/input/touchscreen/ |
D | htcpen.c | 50 unsigned short x, y, xy; in htcpen_interrupt() local
|
/linux-6.6.21/drivers/video/fbdev/ |
D | ffb.c | 557 u32 fg, bg, xy; in ffb_imageblit() local
|
/linux-6.6.21/tools/perf/ |
D | builtin-record.c | 1899 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples() local
|
/linux-6.6.21/drivers/platform/x86/ |
D | toshiba_acpi.c | 775 u32 *xy, u32 *z) in toshiba_accelerometer_get()
|