/Linux-v5.10/tools/perf/util/ |
D | xyarray.c | 10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local 12 if (xy != NULL) { in xyarray__new() 13 xy->entry_size = entry_size; in xyarray__new() 14 xy->row_size = row_size; in xyarray__new() 15 xy->entries = xlen * ylen; in xyarray__new() 16 xy->max_x = xlen; in xyarray__new() 17 xy->max_y = ylen; in xyarray__new() 20 return xy; in xyarray__new() 23 void xyarray__reset(struct xyarray *xy) in xyarray__reset() argument 25 size_t n = xy->entries * xy->entry_size; in xyarray__reset() [all …]
|
D | bpf-loader.c | 1401 struct xyarray *xy = evsel->core.fd; in apply_config_evsel_for_key() local 1408 if (!xy) { in apply_config_evsel_for_key() 1413 if (xy->row_size / xy->entry_size != 1) { in apply_config_evsel_for_key() 1436 events = xy->entries / (xy->row_size / xy->entry_size); in apply_config_evsel_for_key() 1443 evt_fd = xyarray__entry(xy, key, 0); in apply_config_evsel_for_key()
|
/Linux-v5.10/tools/lib/perf/ |
D | xyarray.c | 10 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); in xyarray__new() local 12 if (xy != NULL) { in xyarray__new() 13 xy->entry_size = entry_size; in xyarray__new() 14 xy->row_size = row_size; in xyarray__new() 15 xy->entries = xlen * ylen; in xyarray__new() 16 xy->max_x = xlen; in xyarray__new() 17 xy->max_y = ylen; in xyarray__new() 20 return xy; in xyarray__new() 23 void xyarray__reset(struct xyarray *xy) in xyarray__reset() argument 25 size_t n = xy->entries * xy->entry_size; in xyarray__reset() [all …]
|
/Linux-v5.10/tools/lib/perf/include/internal/ |
D | xyarray.h | 18 void xyarray__delete(struct xyarray *xy); 19 void xyarray__reset(struct xyarray *xy); 21 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) in xyarray__entry() argument 23 return &xy->contents[x * xy->row_size + y * xy->entry_size]; in xyarray__entry() 26 static inline int xyarray__max_y(struct xyarray *xy) in xyarray__max_y() argument 28 return xy->max_y; in xyarray__max_y() 31 static inline int xyarray__max_x(struct xyarray *xy) in xyarray__max_x() argument 33 return xy->max_x; in xyarray__max_x()
|
/Linux-v5.10/arch/x86/crypto/ |
D | twofish-x86_64-asm_64-3way.S | 175 #define inpack3(in, n, xy, m) \ argument 176 movq 4*(n)(in), xy ## 0; \ 177 xorq w+4*m(CTX), xy ## 0; \ 179 movq 4*(4+(n))(in), xy ## 1; \ 180 xorq w+4*m(CTX), xy ## 1; \ 182 movq 4*(8+(n))(in), xy ## 2; \ 183 xorq w+4*m(CTX), xy ## 2; 185 #define outunpack3(op, out, n, xy, m) \ argument 186 xorq w+4*m(CTX), xy ## 0; \ 187 op ## q xy ## 0, 4*(n)(out); \ [all …]
|
/Linux-v5.10/scripts/ |
D | extract-vmlinux | 52 try_decompress '\037\213\010' xy gunzip 54 try_decompress 'BZh' xy bunzip2 56 try_decompress '\211\114\132' xy 'lzop -d'
|
D | extract-ikconfig | 59 try_decompress '\037\213\010' xy gunzip 61 try_decompress 'BZh' xy bunzip2 63 try_decompress '\211\114\132' xy 'lzop -d'
|
/Linux-v5.10/drivers/input/touchscreen/ |
D | htcpen.c | 50 unsigned short x, y, xy; in htcpen_interrupt() local 65 xy = inb_p(HTCPEN_PORT_DATA); in htcpen_interrupt() 68 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf)); in htcpen_interrupt() 69 y = (y * 8) + (xy & 0xf); in htcpen_interrupt()
|
/Linux-v5.10/include/linux/ |
D | selection.h | 43 extern void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]); 44 extern void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]);
|
/Linux-v5.10/tools/vm/ |
D | slabinfo-gnuplot.sh | 86 set autoscale xy 127 set autoscale xy
|
/Linux-v5.10/drivers/video/fbdev/ |
D | ffb.c | 556 u32 fg, bg, xy; in ffb_imageblit() local 568 xy = (image->dy << 16) | image->dx; in ffb_imageblit() 589 upa_writel(xy, &fbc->fontxy); in ffb_imageblit() 590 xy += (32 << 0); in ffb_imageblit() 610 upa_writel(xy, &fbc->fontxy); in ffb_imageblit()
|
/Linux-v5.10/arch/arm/boot/dts/ |
D | omap3-panel-sharp-ls037v7dw01.dtsi | 70 ti,swap-xy;
|
D | omap3-lilly-a83x.dtsi | 325 ti,swap-xy;
|
/Linux-v5.10/Documentation/devicetree/bindings/input/touchscreen/ |
D | ads7846.txt | 76 ti,swap-xy swap x and y axis
|
/Linux-v5.10/drivers/tty/vt/ |
D | vt.c | 4756 void getconsxy(const struct vc_data *vc, unsigned char xy[static 2]) in getconsxy() 4759 xy[0] = min(vc->state.x, 0xFFu); in getconsxy() 4760 xy[1] = min(vc->state.y, 0xFFu); in getconsxy() 4763 void putconsxy(struct vc_data *vc, unsigned char xy[static const 2]) in putconsxy() 4766 gotoxy(vc, xy[0], xy[1]); in putconsxy()
|
/Linux-v5.10/Documentation/input/devices/ |
D | atarikbd.rst | 83 %111110xy ; mouse position record flag 248 ; mss=0xy, mouse button press or release causes mouse 491 %000000xy ; where y is JOYSTICK1 Fire button
|
/Linux-v5.10/Documentation/admin-guide/pm/ |
D | cpufreq_drivers.rst | 209 The VERSION number for the driver will be of the format v.xy.ab.
|
/Linux-v5.10/drivers/platform/x86/ |
D | toshiba_acpi.c | 765 u32 *xy, u32 *z) in toshiba_accelerometer_get() argument 784 *xy = out[2]; in toshiba_accelerometer_get()
|
/Linux-v5.10/Documentation/filesystems/caching/ |
D | cachefiles.rst | 259 J1223/@23/+xy...z/+kl...m/Epqr
|
/Linux-v5.10/arch/s390/tools/ |
D | opcodes.txt | 786 e357 xy RXY_RRRD
|