Lines Matching defs:event
22 * initialization. It needs to be notified in the event the AP crashes.
26 * The other is used to notify the AP of the occurrence of an event. In
53 * @event: event code (microcontroller->AP)
55 * @event_param: event parameter (microcontroller->AP)
76 u8 event; /* enum ipa_uc_event */
126 /* Microcontroller event IPA interrupt handler */
132 if (shared->event == IPA_UC_EVENT_ERROR)
133 dev_err(dev, "microcontroller error event\n");
134 else if (shared->event != IPA_UC_EVENT_LOG_INFO)
135 dev_err(dev, "unsupported microcontroller event %u\n",
136 shared->event);
137 /* The LOG_INFO event can be safely ignored */