Lines Matching defs:events
128 if (handler->events)
129 handler->events(handle, vals, count);
167 /* trigger auto repeat for key events */
251 * Bypass filtering for multi-touch events when
438 * devices to report input events. See also input_inject_event().
495 * @dev: the input device emitting absolute events
543 * When a device is grabbed by an input handle all events generated by
544 * the device are delivered only to this handle. Also events injected
592 * start receiving input events. Upon release all handlers attached
611 * want to start receive events from given input device.
643 * Make sure we are not delivering any more events
682 * want to stop receive events from given input device.
703 * completed and that no more input events are delivered
714 * Simulate keyup events for all keys that are marked as pressed.
754 * Simulate keyup events for all pressed keys so that handlers
756 * generate events even after we done here but they will not
1943 * input_set_timestamp - set timestamp for input events
1966 * input_get_timestamp - get timestamp for input events
2056 unsigned int events;
2070 events = mt_slots + 1; /* count SYN_MT_REPORT and SYN_REPORT */
2074 events += input_is_mt_axis(i) ? mt_slots : 1;
2077 events += bitmap_weight(dev->relbit, REL_CNT);
2079 /* Make room for KEY and MSC events */
2080 events += 7;
2082 return events;
2170 * memory and can still handle input_event() calls (although events will
2198 /* Every input device generates EV_SYN/SYN_REPORT events. */
2394 * and handler's lists so that events can flow through