Lines Matching defs:sources
315 * @num_sources: The number of possible sources for this event as stated at
317 * @sources: A reference to a dynamically allocated array used to refcount the
318 * events' enable requests for all the existing sources
319 * @sources_mtx: A mutex to serialize the access to @sources
333 refcount_t *sources;
334 /* locking to serialize the access to sources */
741 * @num_sources: Number of possible sources for this protocol on this
794 r_evt->sources = devm_kcalloc(ni->handle->dev, num_sources,
796 if (!r_evt->sources)
1105 * the special case of ALL sources requests by itself.
1132 sid = &r_evt->sources[src_id];
1145 sid = &r_evt->sources[src_id];
1256 * sources
1271 * notifications from ALL the available sources for that protocol OR simply that
1272 * the protocol does not support distinct sources.