Lines Matching defs:raw
1819 * bit 0 - enable raw
1823 * bit 4 - send raw + gestures (degrades smoothness)
2490 struct hidpp_touchpad_raw_xy *raw)
2495 wtp_touch_event(hidpp, &(raw->fingers[i]));
2497 if (raw->end_of_frame &&
2499 input_event(hidpp->input, EV_KEY, BTN_LEFT, raw->button);
2501 if (raw->end_of_frame || raw->finger_count <= 2) {
2514 struct hidpp_touchpad_raw_xy raw = {
2541 wtp_send_raw_xy_event(hidpp, &raw);
2551 struct hidpp_touchpad_raw_xy raw;
2580 hidpp_touchpad_raw_xy_event(hidpp, data + 4, &raw);
2582 wtp_send_raw_xy_event(hidpp, &raw);