Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/arm_scmi/
H A Dnotify.c152 __pd = READ_ONCE(ni_->registered_protocols[(__pid)]); \
227 struct scmi_registered_events_desc **registered_protocols; member
701 if (WARN_ON(ni->registered_protocols[proto_id])) in scmi_allocate_registered_events_desc()
820 ni->registered_protocols[proto_id] = pd; in scmi_register_protocol_events()
849 pd = ni->registered_protocols[proto_id]; in scmi_deregister_protocol_events()
853 ni->registered_protocols[proto_id] = NULL; in scmi_deregister_protocol_events()
1662 ni->registered_protocols = devm_kcalloc(handle->dev, SCMI_MAX_PROTO, in scmi_notification_init()
1664 if (!ni->registered_protocols) in scmi_notification_init()