Lines Matching defs:report
65 * conveyed, converted into a custom per-event report struct, as the void *data
69 * int user_cb(struct notifier_block *nb, unsigned long event_id, void *report)
313 * @report: A pre-allocated buffer used by the deferred worker to fill a
314 * customized event report
331 void *report;
378 * @report: The customized event-specific report to pass down to the callbacks
383 u32 evt_key, void *report)
400 report);
452 * buffer, fills a custom report and then look for matching event handlers and
465 void *report = NULL;
487 report = REVT_FILL_REPORT(r_evt, pd->eh->evt_id, pd->eh->timestamp,
489 r_evt->report, &src_id);
490 if (!report) {
492 "report not available - proto:%X evt:%d\n",
499 scmi_lookup_and_call_event_chain(pd->ni, key, report);
503 scmi_lookup_and_call_event_chain(pd->ni, key, report);
514 * 2. generate a custom event report from the received event message
516 * - > call the related notification chain passing in the report
518 * - > call the related notification chain passing in the report
801 r_evt->report = devm_kzalloc(ni->handle->dev,
803 if (!r_evt->report)