Lines Matching defs:evt_id

41  * An event is identified univocally by the tuple (proto_id, evt_id, src_id)
46 * Here proto_id and evt_id are simply the protocol_id and message_id numbers
252 * @evt_id: Event ID (corresponds to the Event MsgID for this Protocol)
261 unsigned char evt_id;
355 * event identified by the tuple (proto_id, evt_id, src_id).
441 r_evt = SCMI_GET_REVT_FROM_PD(pd, pd->eh->evt_id);
486 pd->id, pd->eh->evt_id);
490 report = REVT_FILL_REPORT(r_evt, pd->eh->evt_id, pd->eh->timestamp,
496 pd->id, pd->eh->evt_id);
501 key = MAKE_ALL_SRCS_KEY(pd->id, pd->eh->evt_id);
505 key = MAKE_HASH_KEY(pd->id, pd->eh->evt_id, src_id);
568 * @evt_id: Event ID (msgID)
578 int scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id,
589 r_evt = SCMI_GET_REVT(ni, proto_id, evt_id);
599 "queue full, dropping proto_id:%d evt_id:%d ts:%lld\n",
600 proto_id, evt_id, ktime_to_ns(ts));
605 eh.evt_id = evt_id;
864 * (proto_id, evt_id, src_id)
1314 * @evt_id: Event ID
1322 * by the tuple (proto_id, evt_id, src_id) on a dedicated notification chain
1343 u8 proto_id, u8 evt_id, const u32 *src_id,
1355 evt_key = MAKE_HASH_KEY(proto_id, evt_id,
1378 * @evt_id: Event ID
1390 u8 proto_id, u8 evt_id, const u32 *src_id,
1401 evt_key = MAKE_HASH_KEY(proto_id, evt_id,
1433 u8 evt_id;
1443 scmi_notifier_unregister(dres->handle, dres->proto_id, dres->evt_id,
1453 * @evt_id: Event ID
1464 u8 proto_id, u8 evt_id,
1477 evt_id, src_id, nb);
1485 dres->evt_id = evt_id;
1507 dres->evt_id == xres->evt_id &&
1520 * @evt_id: Event ID
1532 u8 proto_id, u8 evt_id,
1541 dres.evt_id = evt_id;