Lines Matching refs:src_id
41 * An event is identified univocally by the tuple (proto_id, evt_id, src_id)
47 * as described in the SCMI Protocol specification, while src_id represents an
352 * event identified by the tuple (proto_id, evt_id, src_id).
463 u32 src_id, key;
489 r_evt->report, &src_id);
501 /* ...then search for any specific src_id */
502 key = MAKE_HASH_KEY(pd->id, pd->eh->evt_id, src_id);
840 * (proto_id, evt_id, src_id)
1101 * @src_id: The src_id to act upon
1106 * Returns successfully if at least one of the required src_id has been
1112 u32 src_id, bool enable)
1118 if (src_id == SRC_ID_MASK) {
1119 src_id = 0;
1121 } else if (src_id < r_evt->num_sources) {
1129 for (; num_sources; src_id++, num_sources--) {
1132 sid = &r_evt->sources[src_id];
1135 src_id);
1144 for (; num_sources; src_id++, num_sources--) {
1145 sid = &r_evt->sources[src_id];
1148 r_evt->evt->id, src_id);
1255 * @src_id: Source ID, when NULL register for events coming form ALL possible
1262 * by the tuple (proto_id, evt_id, src_id) on a dedicated notification chain
1267 * @src_id meaning is protocol specific and identifies the origin of the event
1270 * @src_id can be NULL to signify that the caller is interested in receiving
1283 u8 proto_id, u8 evt_id, u32 *src_id,
1298 src_id ? *src_id : SRC_ID_MASK);
1321 * @src_id: Source ID
1332 u8 proto_id, u8 evt_id, u32 *src_id,
1346 src_id ? *src_id : SRC_ID_MASK);