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
251 * @evt_id: Event ID (corresponds to the Event MsgID for this Protocol)
260 unsigned char evt_id;
352 * event identified by the tuple (proto_id, evt_id, src_id).
438 r_evt = SCMI_GET_REVT_FROM_PD(pd, pd->eh->evt_id);
483 pd->id, pd->eh->evt_id);
487 report = REVT_FILL_REPORT(r_evt, pd->eh->evt_id, pd->eh->timestamp,
493 pd->id, pd->eh->evt_id);
498 key = MAKE_ALL_SRCS_KEY(pd->id, pd->eh->evt_id);
502 key = MAKE_HASH_KEY(pd->id, pd->eh->evt_id, src_id);
565 * @evt_id: Event ID (msgID)
575 int scmi_notify(const struct scmi_handle *handle, u8 proto_id, u8 evt_id,
588 r_evt = SCMI_GET_REVT(ni, proto_id, evt_id);
598 "queue full, dropping proto_id:%d evt_id:%d ts:%lld\n",
599 proto_id, evt_id, ktime_to_ns(ts));
604 eh.evt_id = evt_id;
840 * (proto_id, evt_id, src_id)
1254 * @evt_id: Event ID
1262 * by the tuple (proto_id, evt_id, src_id) on a dedicated notification chain
1283 u8 proto_id, u8 evt_id, u32 *src_id,
1297 evt_key = MAKE_HASH_KEY(proto_id, evt_id,
1320 * @evt_id: Event ID
1332 u8 proto_id, u8 evt_id, u32 *src_id,
1345 evt_key = MAKE_HASH_KEY(proto_id, evt_id,