Searched defs:xy (Results 1 – 8 of 8) sorted by relevance
/linux/tools/lib/perf/include/internal/ |
H A D | xyarray.h | 21 static inline void *__xyarray__entry(struct xyarray *xy, int x, int y) in __xyarray__entry() argument 26 static inline void *xyarray__entry(struct xyarray *xy, size_t x, size_t y) in xyarray__entry() argument 33 xyarray__max_y(struct xyarray * xy) xyarray__max_y() argument 38 xyarray__max_x(struct xyarray * xy) xyarray__max_x() argument [all...] |
/linux/tools/lib/perf/ |
H A 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() argument 30 xyarray__delete(struct xyarray * xy) xyarray__delete() argument [all...] |
/linux/arch/x86/crypto/ |
H A D | twofish-x86_64-asm_64-3way.S | 176 #define inpack3(in, n, xy, m) \ argument 186 #define outunpack3(op, out, n, xy, m) \ argument [all...] |
/linux/drivers/input/touchscreen/ |
H A D | htcpen.c | 50 unsigned short x, y, xy; in htcpen_interrupt() local
|
/linux/drivers/gpu/drm/vc4/ |
H A D | vc4_plane.c | 600 u32 xy, int channel) in vc4_write_ppf() argument
|
/linux/drivers/video/fbdev/ |
H A D | ffb.c | 556 u32 fg, bg, xy; in ffb_imageblit() local
|
/linux/tools/perf/ |
H A D | builtin-record.c | 1972 struct xyarray *xy = evsel->core.sample_id; in record__read_lost_samples() local
|
/linux/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 782 u32 *xy, u32 *z) in toshiba_accelerometer_get() argument
|