Lines Matching refs:event
21 * initialization. It needs to be notified in the event the AP crashes.
25 * The other is used to notify the AP of the occurrence of an event. In
52 * @event: event code (microcontroller->AP)
54 * @event_param: event parameter (microcontroller->AP)
75 u8 event; /* enum ipa_uc_event */
124 /* Microcontroller event IPA interrupt handler */
130 if (shared->event == IPA_UC_EVENT_ERROR)
131 dev_err(dev, "microcontroller error event\n");
133 dev_err(dev, "unsupported microcontroller event %hhu\n",
134 shared->event);