Lines Matching refs: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)
316 * @report: A pre-allocated buffer used by the deferred worker to fill a
317 * customized event report
334 void *report;
381 * @report: The customized event-specific report to pass down to the callbacks
386 u32 evt_key, void *report)
403 report);
455 * buffer, fills a custom report and then look for matching event handlers and
468 void *report = NULL;
490 report = REVT_FILL_REPORT(r_evt, pd->eh->evt_id, pd->eh->timestamp,
492 r_evt->report, &src_id);
493 if (!report) {
495 "report not available - proto:%X evt:%d\n",
502 scmi_lookup_and_call_event_chain(pd->ni, key, report);
506 scmi_lookup_and_call_event_chain(pd->ni, key, report);
517 * 2. generate a custom event report from the received event message
519 * - > call the related notification chain passing in the report
521 * - > call the related notification chain passing in the report
807 r_evt->report = devm_kzalloc(ni->handle->dev,
809 if (!r_evt->report)