Searched refs:registered_protocols (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/firmware/arm_scmi/
H A Dnotify.c20 * all the needed descriptors are stored in the &struct registered_protocols and
142 * A set of macros used to access safely @registered_protocols and
153 __pd = READ_ONCE(ni_->registered_protocols[(__pid)]); \
212 * @registered_protocols: A statically allocated array containing pointers to
228 struct scmi_registered_events_desc **registered_protocols; member in struct:scmi_notify_instance
289 * These descriptors are stored in the @registered_protocols array at protocol
702 if (WARN_ON(ni->registered_protocols[proto_id]))
827 ni->registered_protocols[proto_id] = pd;
856 pd = ni->registered_protocols[proto_id];
860 ni->registered_protocols[proto_i
[all...]

Completed in 117 milliseconds