Lines Matching defs:event
246 * uclogic_exec_event_hook - if the received event is hooked schedules the
250 * @event: Raw event.
251 * @size: The size of event.
254 * Whether the event was hooked or not.
256 static bool uclogic_exec_event_hook(struct uclogic_params *p, u8 *event, int size)
264 if (curr->size == size && memcmp(curr->event, event, size) == 0) {
281 * Negative value on error (stops event delivery), zero for success.
346 * Negative value on error (stops event delivery), zero for success.