Lines Matching refs:event
132 /* Free event node */
146 /* Search for event in the list */
148 if (event_node->event == watch->event &&
152 /* If event is not already in the list */
154 /* Allocate new event node */
159 /* Configure event node and add to the list */
160 event_node->event = watch->event;
182 /* Add component node to event node */
186 /* Free event node if no one else is watching */
627 * counter_push_event - queue event for userspace reading
629 * @event: triggered event
630 * @channel: event channel
632 * Note: If no one is watching for the respective event, it is silently
635 void counter_push_event(struct counter_device *const counter, const u8 event,
645 ev.watch.event = event;
651 /* Search for event in the list */
653 if (event_node->event == event &&
657 /* If event is not in the list */