Lines Matching +full:75 +full:x
69 #define WSP_CLAMP(x,low,high) do { \ argument
70 if ((x) < (low)) \
71 (x) = (low); \
72 else if ((x) > (high)) \
73 (x) = (high); \
184 uint8_t rel_x; /* relative x coordinate */
296 int16_t abs_x; /* absolute x coodinate */
298 int16_t rel_x; /* relative x coodinate */
355 struct wsp_param x; /* horizontal limits */ member
371 .x = { SN_COORD, -4824, 5342, 105 },
372 .y = { SN_COORD, -172, 5820, 75 },
380 .x = { SN_COORD, -4824, 4824, 105 },
381 .y = { SN_COORD, -172, 4290, 75 },
389 .x = { SN_COORD, -4460, 5166, 105 },
390 .y = { SN_COORD, -75, 6700, 75 },
398 .x = { SN_COORD, -4620, 5140, 105 },
399 .y = { SN_COORD, -150, 6600, 75 },
407 .x = { SN_COORD, -4616, 5112, 105 },
408 .y = { SN_COORD, -142, 5234, 75 },
416 .x = { SN_COORD, -4415, 5050, 105 },
417 .y = { SN_COORD, -55, 6680, 75 },
425 .x = { SN_COORD, -4620, 5140, 105 },
426 .y = { SN_COORD, -150, 6600, 75 },
434 .x = { SN_COORD, -4750, 5280, 105 },
435 .y = { SN_COORD, -150, 6730, 75 },
443 .x = { SN_COORD, -4620, 5140, 105 },
444 .y = { SN_COORD, -150, 6600, 75 },
452 .x = { SN_COORD, -4750, 5280, 105 },
453 .y = { SN_COORD, -150, 6730, 75 },
461 .x = { SN_COORD, -4750, 5280, 105 },
462 .y = { SN_COORD, -150, 6730, 75 },
470 .x = { SN_COORD, -4620, 5140, 105 },
471 .y = { SN_COORD, -150, 6600, 75 },
479 .x = { SN_COORD, -4828, 5345, 105 },
480 .y = { SN_COORD, -203, 6803, 75 },
593 int dx_sum; /* x axis cumulative movement */
599 int rdx; /* x axis remainder of divide by scale_factor */
872 WSP_SUPPORT_ABS(sc->sc_evdev, ABS_MT_POSITION_X, sc->sc_params->x); in wsp_attach()
973 DPRINTFN(WSP_LLEVEL_INFO, "Invalid length: %d, %x, %x\n", in wsp_intr_callback()
1014 "rx=%5d, ry=%5d, tlmaj=%4d, tlmin=%4d, ot=%4x, " in wsp_intr_callback()
1015 "tchmaj=%4d, tchmin=%4d, presure=%4d, m=%4x\n", in wsp_intr_callback()
1026 .x = f->abs_x, in wsp_intr_callback()
1278 DPRINTFN(WSP_LLEVEL_INFO, "dx=%5d, dy=%5d, dz=%5d, sc_touch=%x, btn=%x\n", in wsp_intr_callback()