Home
last modified time | relevance | path

Searched refs:tilt_x (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-waltop.c687 s8 tilt_x = (s8)data[8]; in waltop_raw_event() local
689 s8 sign_x = tilt_x >= 0 ? 1 : -1; in waltop_raw_event()
692 tilt_x *= sign_x; in waltop_raw_event()
706 if (tilt_x > ARRAY_SIZE(tilt_to_radians) - 1) in waltop_raw_event()
707 tilt_x = ARRAY_SIZE(tilt_to_radians) - 1; in waltop_raw_event()
711 data[8] = tilt_to_radians[tilt_x] * sign_x; in waltop_raw_event()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dwacom_w8001.c67 u8 tilt_x; member
127 coord->tilt_x = data[7] & 0x7F; in parse_pen_data()
452 if (coord.tilt_x && coord.tilt_y) { in w8001_setup_pen()
453 input_set_abs_params(dev, ABS_TILT_X, 0, coord.tilt_x, 0, 0); in w8001_setup_pen()
/OK3568_Linux_fs/external/xserver/hw/xquartz/
H A DdarwinEvents.h49 double tilt_x, double tilt_y);
H A DdarwinEvents.c447 double pressure, double tilt_x, in DarwinSendTabletEvents() argument
472 valuator_mask_set_double(&valuators, 3, XQUARTZ_VALUATOR_LIMIT * tilt_x); in DarwinSendTabletEvents()
/OK3568_Linux_fs/external/xserver/hw/xwayland/
H A Dxwayland-input.c1594 xwl_tablet_tool->tilt_x = 0; in tablet_tool_proximity_out()
1665 wl_fixed_t tilt_x, wl_fixed_t tilt_y) in tablet_tool_tilt() argument
1673 xwl_tablet_tool->tilt_x = wl_fixed_to_double(tilt_x); in tablet_tool_tilt()
1801 valuator_mask_set_double(&mask, 3, xwl_tablet_tool->tilt_x); in tablet_tool_frame()
H A Dxwayland.h319 double tilt_x; member