Searched refs:xy (Results 1 - 27 of 27) sorted by relevance

/linux-4.4.14/tools/perf/util/
H A Dxyarray.c7 struct xyarray *xy = zalloc(sizeof(*xy) + xlen * row_size); xyarray__new() local
9 if (xy != NULL) { xyarray__new()
10 xy->entry_size = entry_size; xyarray__new()
11 xy->row_size = row_size; xyarray__new()
12 xy->entries = xlen * ylen; xyarray__new()
15 return xy; xyarray__new()
18 void xyarray__reset(struct xyarray *xy) xyarray__reset() argument
20 size_t n = xy->entries * xy->entry_size; xyarray__reset()
22 memset(xy->contents, 0, n); xyarray__reset()
25 void xyarray__delete(struct xyarray *xy) xyarray__delete() argument
27 free(xy); xyarray__delete()
H A Dxyarray.h14 void xyarray__delete(struct xyarray *xy);
15 void xyarray__reset(struct xyarray *xy);
17 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) xyarray__entry() argument
19 return &xy->contents[x * xy->row_size + y * xy->entry_size]; xyarray__entry()
/linux-4.4.14/arch/x86/crypto/
H A Dtwofish-x86_64-asm_64-3way.S171 #define inpack3(in, n, xy, m) \
172 movq 4*(n)(in), xy ## 0; \
173 xorq w+4*m(CTX), xy ## 0; \
175 movq 4*(4+(n))(in), xy ## 1; \
176 xorq w+4*m(CTX), xy ## 1; \
178 movq 4*(8+(n))(in), xy ## 2; \
179 xorq w+4*m(CTX), xy ## 2;
181 #define outunpack3(op, out, n, xy, m) \
182 xorq w+4*m(CTX), xy ## 0; \
183 op ## q xy ## 0, 4*(n)(out); \
185 xorq w+4*m(CTX), xy ## 1; \
186 op ## q xy ## 1, 4*(4+(n))(out); \
188 xorq w+4*m(CTX), xy ## 2; \
189 op ## q xy ## 2, 4*(8+(n))(out);
/linux-4.4.14/scripts/
H A Dextract-ikconfig59 try_decompress '\037\213\010' xy gunzip
61 try_decompress 'BZh' xy bunzip2
63 try_decompress '\211\114\132' xy 'lzop -d'
H A Dextract-vmlinux55 try_decompress '\037\213\010' xy gunzip
57 try_decompress 'BZh' xy bunzip2
59 try_decompress '\211\114\132' xy 'lzop -d'
/linux-4.4.14/drivers/input/touchscreen/
H A Dhtcpen.c53 unsigned short x, y, xy; htcpen_interrupt() local
68 xy = inb_p(HTCPEN_PORT_DATA); htcpen_interrupt()
71 x = X_AXIS_MAX - ((x * 8) + ((xy >> 4) & 0xf)); htcpen_interrupt()
72 y = (y * 8) + (xy & 0xf); htcpen_interrupt()
H A Dst1232.c87 /* get xy coordinate */ st1232_ts_read_data()
H A Dbcm_iproc_tsc.c253 dev_dbg(&priv->pdev->dev, "xy (0x%x 0x%x)\n", x, y); iproc_touchscreen_interrupt()
H A Dads7846.c1214 pdata->swap_xy = of_property_read_bool(node, "ti,swap-xy"); ads7846_probe_dt()
H A Dusbtouchscreen.c489 /* Default min/max xy are the raw values, override if using hw-calib */ mtouch_init()
H A Dcyttsp4_core.c988 /* print xy data */ cyttsp4_xy_worker()
/linux-4.4.14/arch/unicore32/include/mach/
H A Dregs-unigfx.h80 * src xy reg UGE_SRCXY
84 * dst xy reg UGE_DSTXY
/linux-4.4.14/tools/vm/
H A Dslabinfo-gnuplot.sh93 set autoscale xy
134 set autoscale xy
/linux-4.4.14/include/video/
H A Dgbe.h40 volatile uint32_t did_start_xy; /* eol/f did/xy reset val */
41 volatile uint32_t crs_start_xy; /* eol/f crs/xy reset val */
42 volatile uint32_t vc_start_xy; /* eol/f vc/xy reset val */
/linux-4.4.14/drivers/video/fbdev/
H A Dffb.c555 u32 fg, bg, xy; ffb_imageblit() local
567 xy = (image->dy << 16) | image->dx; ffb_imageblit()
588 upa_writel(xy, &fbc->fontxy); ffb_imageblit()
589 xy += (32 << 0); ffb_imageblit()
609 upa_writel(xy, &fbc->fontxy); ffb_imageblit()
/linux-4.4.14/arch/powerpc/
H A DMakefile369 && test "x${CONFIG_PPC64}" = "xy" ; then \
383 @if test "x${CONFIG_CPU_LITTLE_ENDIAN}" = "xy" \
/linux-4.4.14/drivers/input/keyboard/
H A Dadp5588-keys.c25 /* Key Event Register xy */
H A Dadp5589-keys.c195 /* Key Event Register xy */
/linux-4.4.14/drivers/gpu/drm/radeon/
H A Dr200.c334 DRM_ERROR("No support for depth xy offset in kms\n"); r200_packet0_check()
H A Dradeon_reg.h3229 # define R200_VTX_XY 0 /* always have xy */
/linux-4.4.14/drivers/gpu/drm/mgag200/
H A Dmgag200_reg.h171 /* specifies whether bit blits are linear or xy */
/linux-4.4.14/arch/unicore32/mm/
H A Dfault.c33 /* xyabcde will be abcde+xy */ fsr_fs()
/linux-4.4.14/drivers/video/fbdev/mmp/fb/
H A Dmmpfb.c615 /* Allocate framebuffer memory: size = modes xy *4 */ mmpfb_probe()
/linux-4.4.14/drivers/media/i2c/soc_camera/
H A Dmt9t031.c214 * Could just do roundup(rect->left, [xy]bin * 2); but this is cheaper. mt9t031_set_params()
/linux-4.4.14/drivers/platform/x86/
H A Dtoshiba_acpi.c739 u32 *xy, u32 *z) toshiba_accelerometer_get()
753 *xy = out[2]; toshiba_accelerometer_get()
738 toshiba_accelerometer_get(struct toshiba_acpi_dev *dev, u32 *xy, u32 *z) toshiba_accelerometer_get() argument
/linux-4.4.14/drivers/hid/
H A Dhid-logitech-hidpp.c1132 * data[3..5] = xy m560_raw_event()
/linux-4.4.14/arch/s390/kernel/
H A Ddis.c1332 { "xy", 0x57, INSTR_RXY_RRRD },

Completed in 1020 milliseconds