Lines Matching defs:sources
318 * @num_sources: The number of possible sources for this event as stated at
320 * @sources: A reference to a dynamically allocated array used to refcount the
321 * events' enable requests for all the existing sources
322 * @sources_mtx: A mutex to serialize the access to @sources
336 refcount_t *sources;
337 /* locking to serialize the access to sources */
800 r_evt->sources = devm_kcalloc(ni->handle->dev, num_sources,
802 if (!r_evt->sources)
1141 * the special case of ALL sources requests by itself.
1168 sid = &r_evt->sources[src_id];
1181 sid = &r_evt->sources[src_id];
1316 * sources
1331 * notifications from ALL the available sources for that protocol OR simply that
1332 * the protocol does not support distinct sources.
1455 * sources
1522 * sources