Home
last modified time | relevance | path

Searched refs:z2 (Results 1 – 25 of 26) sorted by relevance

12

/linux/drivers/input/touchscreen/
H A Dapple_z2.c82 static void apple_z2_parse_touches(struct apple_z2 *z2, in apple_z2_parse_touches() argument
96 slot = input_mt_get_slot_by_key(z2->input_dev, fingers[i].finger); in apple_z2_parse_touches()
98 dev_warn(&z2->spidev->dev, "unable to get slot for finger\n"); in apple_z2_parse_touches()
103 input_mt_slot(z2->input_dev, slot); in apple_z2_parse_touches()
104 if (!input_mt_report_slot_state(z2->input_dev, MT_TOOL_FINGER, slot_valid)) in apple_z2_parse_touches()
106 touchscreen_report_pos(z2->input_dev, &z2->props, in apple_z2_parse_touches()
110 input_report_abs(z2->input_dev, ABS_MT_WIDTH_MAJOR, in apple_z2_parse_touches()
112 input_report_abs(z2->input_dev, ABS_MT_WIDTH_MINOR, in apple_z2_parse_touches()
114 input_report_abs(z2->input_dev, ABS_MT_ORIENTATION, in apple_z2_parse_touches()
116 input_report_abs(z2->input_dev, ABS_MT_TOUCH_MAJOR, in apple_z2_parse_touches()
[all …]
H A Dti_am335x_tsc.c224 u32 *x, u32 *y, u32 *z1, u32 *z2) in titsc_read_coordinates() argument
237 *z2 = titsc_readl(ts_dev, REG_FIFO0); in titsc_read_coordinates()
238 *z2 &= 0xfff; in titsc_read_coordinates()
281 unsigned int z1, z2, z; in titsc_irq() local
313 titsc_read_coordinates(ts_dev, &x, &y, &z1, &z2); in titsc_irq()
315 if (ts_dev->pen_down && z1 != 0 && z2 != 0) { in titsc_irq()
321 z = z1 - z2; in titsc_irq()
324 z /= z2; in titsc_irq()
H A D88pm860x-ts.c54 int z1, z2, rt = 0; in pm860x_touch_handler() local
65 z2 = ((buf[6] & 0xFF) << 4) | (buf[7] & 0x0F); in pm860x_touch_handler()
69 rt = z2 / z1 - 1; in pm860x_touch_handler()
72 z1, z2, rt); in pm860x_touch_handler()
H A Dresistive-adc-touch.c71 unsigned int z2 = touch_info[st->ch_map[GRTS_CH_Z2]]; in grts_cb() local
75 Rt = z2; in grts_cb()
H A Dtsc2007.h58 u16 z1, z2; member
/linux/lib/crypto/powerpc/
H A Dcurve25519.h112 fe51 x1, x2, z2, x3, z3; in curve25519_fe51() local
123 z2[0] = z2[1] = z2[2] = z2[3] = z2[4] = 0; in curve25519_fe51()
144 x25519_cswap(z2, z3, swap); in curve25519_fe51()
147 fsub(b, x2, z2); // B = x_2 - z_2 in curve25519_fe51()
148 fadd(a, x2, z2); // A = x_2 + z_2 in curve25519_fe51()
163 fsqr(z2, dacb_m); // (DA - CB)^2 in curve25519_fe51()
166 fmul(z3, x1, z2); // z3 = x1 * (DA - CB)^2 in curve25519_fe51()
167 fmul(z2, e, b); // z2 = e * (BB + (DA + CB)^2) in curve25519_fe51()
170 finv(z2, z2); in curve25519_fe51()
171 fmul(x2, x2, z2); in curve25519_fe51()
/linux/tools/memory-model/litmus-tests/
H A Ddep+plain.litmus8 * The data stored to *z1 and *z2 by P0() originates from P0()'s
16 P0(int *x, int *y, int *z1, int *z2)
20 *z2 = *z1;
21 if (*z2 == 1)
/linux/arch/arm/nwfpe/
H A Dsoftfloat-macros240 bits64 z0, z1, z2;
244 z2 = a2;
250 z2 = a1<<negCount;
256 z2 = a1;
262 z2 = a0<<negCount;
266 z2 = ( count == 128 ) ? a0 : ( a0 != 0 );
272 z2 |= ( a2 != 0 );
274 *z2Ptr = z2;
319 bits64 z0, z1, z2;
322 z2 = a2<<count;
[all …]
/linux/lib/crypto/x86/
H A Dcurve25519.h977 u64 *z2 = nq + (u32)4U; in point_add_and_double() local
993 fadd(a, x2, z2); in point_add_and_double()
994 fsub(b, x2, z2); in point_add_and_double()
1026 u64 *z2 = nq + (u32)4U; in point_double() local
1033 fadd(a, x2, z2); in point_double()
1034 fsub(b, x2, z2); in point_double()
1538 u64 *z2 = &tmp[12]; in curve25519_ever64_base() local
1556 z2[0] = 1, z2[1] = z2[2] = z2[3] = 0; in curve25519_ever64_base()
/linux/lib/crypto/
H A Dcurve25519-fiat32.c760 fe x1, x2, z2, x3, z3; in curve25519_generic() local
796 fe_0(&z2); in curve25519_generic()
817 fe_cswap(&z2, &z3, swap); in curve25519_generic()
827 fe_sub(&tmp1l, &x2, &z2); in curve25519_generic()
828 fe_add(&x2l, &x2, &z2); in curve25519_generic()
831 fe_mul_tll(&z2, &z2l, &tmp1l); in curve25519_generic()
834 fe_add(&x3l, &z3, &z2); in curve25519_generic()
835 fe_sub(&z2l, &z3, &z2); in curve25519_generic()
838 fe_sq_tl(&z2, &z2l); in curve25519_generic()
842 fe_mul_ttt(&z3, &x1, &z2); in curve25519_generic()
[all …]
H A Dcurve25519-hacl64.c482 u64 *z2 = pp + 5; in addanddouble_fmonty() local
538 fmul(z2, zzz, zz); in addanddouble_fmonty()
/linux/arch/x86/crypto/
H A Daria-gfni-avx512-asm_64.S425 z0, z1, z2, z3, \ argument
436 z0, z1, z2, z3, \
439 aria_diff_m(x0, x1, x2, x3, z0, z1, z2, z3); \
440 aria_diff_m(x4, x5, x6, x7, z0, z1, z2, z3); \
441 aria_diff_m(y0, y1, y2, y3, z0, z1, z2, z3); \
442 aria_diff_m(y4, y5, y6, y7, z0, z1, z2, z3); \
465 z0, z1, z2, z3, \ argument
476 z0, z1, z2, z3, \
479 aria_diff_m(x0, x1, x2, x3, z0, z1, z2, z3); \
480 aria_diff_m(x4, x5, x6, x7, z0, z1, z2, z3); \
[all …]
/linux/Documentation/input/devices/
H A Dalps.rst114 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
126 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
147 byte 8: 0 z6 z5 z4 z3 z2 z1 z0
168 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
196 byte 4: 0 z6 z5 z4 z3 z2 z1 z0
212 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
260 byte 5: 0 z6 z5 z4 z3 z2 z1 z0
290 byte 5: z7 z6 z5 z4 z3 z2 z1 z0
/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6qdl-skov-cpu-revc.dtsi9 io-channel-names = "y", "z1", "z2", "x";
H A Dimx6dl-prtvt7.dts292 io-channel-names = "y", "z1", "z2", "x";
/linux/drivers/iio/magnetometer/
H A Dbmc150_magn.c120 __le16 z2; member
413 s16 z2 = le16_to_cpu(tregs->z2); in bmc150_magn_compensate_z() local
421 ((s16)xyz1)))) >> 2)) / (z2 + ((s16)(((((s32)z1) * in bmc150_magn_compensate_z()
/linux/drivers/iio/adc/
H A Dat91_adc.c310 unsigned int xscale, yscale, reg, z1, z2; in at91_ts_sample() local
344 z2 = (reg >> 16) & xyz_mask; in at91_ts_sample()
347 pres = rxp * (x * factor / 1024) * (z2 * factor / z1 - factor) in at91_ts_sample()
353 xpos, xscale, ypos, yscale, z1, z2, pres); in at91_ts_sample()
H A Dat91-sama5d2_adc.c1061 u32 z1, z2; in at91_adc_touch_pressure() local
1069 z2 = (val >> 16) & AT91_SAMA5D2_XYZ_MASK; in at91_adc_touch_pressure()
1073 (z2 * factor / z1 - factor) / in at91_adc_touch_pressure()
/linux/tools/testing/selftests/arm64/abi/
H A Dsyscall-abi-asm.S157 ldr z2, [x2, #2, MUL VL]
289 str z2, [x2, #2, MUL VL]
/linux/arch/arm64/boot/dts/rockchip/
H A Drk3318-a95x-z2.dts9 compatible = "zkmagic,a95x-z2", "rockchip,rk3318";
H A Dpx30-evb.dts417 "1"; /* z2 */
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dreg_bounds.c820 struct range z1, z2; in reg_state_cond() local
837 z2 = y->r[t]; in reg_state_cond()
839 range_cond(t, z1, z2, op, &z1, &z2); in reg_state_cond()
847 reg_state_refine(&yy, t, z2, buf); in reg_state_cond()
/linux/arch/arm/boot/dts/aspeed/
H A Daspeed-bmc-lenovo-hr630.dts534 pin-gpio-z2-hog {
/linux/arch/arm64/boot/dts/mediatek/
H A Dmt8186-corsola.dtsi116 pp3300_z2: regulator-pp3300-z2 {
128 pp4200_z2: regulator-pp4200-z2 {
140 pp5000_z2: regulator-pp5000-z2 {
/linux/drivers/video/fbdev/
H A Dcg6.c202 u32 x2, y2, z2, color2; member

12