/linux-4.1.27/tools/perf/util/ |
H A D | xyarray.c | 7 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() 14 return xy; xyarray__new() 17 void xyarray__delete(struct xyarray *xy) xyarray__delete() argument 19 free(xy); xyarray__delete()
|
H A D | xyarray.h | 13 void xyarray__delete(struct xyarray *xy); 15 static inline void *xyarray__entry(struct xyarray *xy, int x, int y) xyarray__entry() argument 17 return &xy->contents[x * xy->row_size + y * xy->entry_size]; xyarray__entry()
|
/linux-4.1.27/arch/x86/crypto/ |
H A D | twofish-x86_64-asm_64-3way.S | 171 #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.1.27/scripts/ |
H A 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'
|
H A D | extract-vmlinux | 55 try_decompress '\037\213\010' xy gunzip 57 try_decompress 'BZh' xy bunzip2 59 try_decompress '\211\114\132' xy 'lzop -d'
|
/linux-4.1.27/drivers/input/touchscreen/ |
H A D | htcpen.c | 53 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 D | st1232.c | 87 /* get xy coordinate */ st1232_ts_read_data()
|
H A D | bcm_iproc_tsc.c | 253 dev_dbg(&priv->pdev->dev, "xy (0x%x 0x%x)\n", x, y); iproc_touchscreen_interrupt()
|
H A D | usbtouchscreen.c | 489 /* Default min/max xy are the raw values, override if using hw-calib */ mtouch_init()
|
H A D | ads7846.c | 1212 pdata->swap_xy = of_property_read_bool(node, "ti,swap-xy"); ads7846_probe_dt()
|
H A D | cyttsp4_core.c | 991 /* print xy data */ cyttsp4_xy_worker()
|
/linux-4.1.27/arch/unicore32/include/mach/ |
H A D | regs-unigfx.h | 80 * src xy reg UGE_SRCXY 84 * dst xy reg UGE_DSTXY
|
/linux-4.1.27/include/video/ |
H A D | gbe.h | 40 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.1.27/drivers/video/fbdev/ |
H A D | ffb.c | 555 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.1.27/arch/powerpc/ |
H A D | Makefile | 326 && test "x${CONFIG_PPC64}" = "xy" ; then \
|
/linux-4.1.27/drivers/gpu/drm/mgag200/ |
H A D | mgag200_reg.h | 171 /* specifies whether bit blits are linear or xy */
|
/linux-4.1.27/drivers/input/keyboard/ |
H A D | adp5588-keys.c | 25 /* Key Event Register xy */
|
H A D | adp5589-keys.c | 195 /* Key Event Register xy */
|
/linux-4.1.27/arch/unicore32/mm/ |
H A D | fault.c | 33 /* xyabcde will be abcde+xy */ fsr_fs()
|
/linux-4.1.27/drivers/gpu/drm/radeon/ |
H A D | r200.c | 334 DRM_ERROR("No support for depth xy offset in kms\n"); r200_packet0_check()
|
H A D | radeon_reg.h | 3229 # define R200_VTX_XY 0 /* always have xy */
|
/linux-4.1.27/drivers/media/i2c/soc_camera/ |
H A D | mt9t031.c | 214 * Could just do roundup(rect->left, [xy]bin * 2); but this is cheaper. mt9t031_set_params()
|
/linux-4.1.27/drivers/video/fbdev/mmp/fb/ |
H A D | mmpfb.c | 615 /* Allocate framebuffer memory: size = modes xy *4 */ mmpfb_probe()
|
/linux-4.1.27/drivers/platform/x86/ |
H A D | toshiba_acpi.c | 795 u32 *xy, u32 *z) toshiba_accelerometer_get() 808 *xy = out[2]; toshiba_accelerometer_get() 794 toshiba_accelerometer_get(struct toshiba_acpi_dev *dev, u32 *xy, u32 *z) toshiba_accelerometer_get() argument
|
/linux-4.1.27/arch/s390/kernel/ |
H A D | dis.c | 1332 { "xy", 0x57, INSTR_RXY_RRRD },
|