Lines Matching full:protocols
61 * different protocols while delivery of events within the same protocol is
143 * populated at protocols' registration time and then only read but NEVER
177 /* A couple of utility macros to limit cruft when calling protocols' helpers */
286 * All protocols that register at least one event have their protocol-specific
292 * removed or modified since protocols do not unregister ever, so that, once
328 * removed or modified since protocols do not unregister ever, so that once we
525 * flood of events cannot saturate other protocols' queues.
528 * + all protocols can process their dedicated queues concurrently
699 /* Ensure protocols are up to date */ in scmi_allocate_registered_events_desc()
741 * Used by SCMI Protocols initialization code to register with the notification
821 /* Ensure protocols are updated */ in scmi_register_protocol_events()
854 /* Ensure protocols are updated */ in scmi_deregister_protocol_events()
933 * Acquire protocols only for NON pending handlers, so as NOT to trigger in scmi_bind_event_handler()
936 * protocols for which still no SCMI driver user exists: they wouldn't in scmi_bind_event_handler()
957 * protocols register their supported events once for all at protocols'
1576 /* Ensure protocols and events are up to date */ in scmi_protocols_late_init()
1626 * SCMI Protocols can register their events with the core during their own
1630 * cause the whole SCMI Protocols stack to fail its initialization.
1634 * * registration: protocols asynchronously come into life and registers their
1641 * This allows for lazy initialization of SCMI Protocols due to late (or