Lines Matching defs:raw
2324 * bit 0 - enable raw
2328 * bit 4 - send raw + gestures (degrades smoothness)
3001 struct hidpp_touchpad_raw_xy *raw)
3006 wtp_touch_event(hidpp, &(raw->fingers[i]));
3008 if (raw->end_of_frame &&
3010 input_event(hidpp->input, EV_KEY, BTN_LEFT, raw->button);
3012 if (raw->end_of_frame || raw->finger_count <= 2) {
3025 struct hidpp_touchpad_raw_xy raw = {
3052 wtp_send_raw_xy_event(hidpp, &raw);
3062 struct hidpp_touchpad_raw_xy raw;
3091 hidpp_touchpad_raw_xy_event(hidpp, data + 4, &raw);
3093 wtp_send_raw_xy_event(hidpp, &raw);