Lines Matching full:registered
30 * effectively registered for an event, so that no support structures or chains
31 * are allocated until at least one user has registered a notifier_block for
33 * level only after at least one user has registered, and it is shutdown after
38 * for still to be registered events are instead kept in the dedicated common
66 * param to the user callback provided by the registered notifier_block, so that
211 * all the registered protocol-level specific information
277 * @registered_events: A dynamically allocated array holding all the registered
282 * descriptors registered for this protocol
289 * Once these descriptors are successfully registered, they are NEVER again
321 * All registered events are represented by one of these structures that are
324 * Once these descriptors are successfully registered, they are NEVER again
342 * @r_evt: A reference to the associated registered event; when this is NULL
345 * known nor registered by any protocol at that point in time
413 * buffer and looks for a matching registered event; in case an anomalously
417 * * a reference to the matching registered event when found
418 * * ERR_PTR(-EINVAL) when NO registered event could be found
449 * @r_evt: The registered event descriptor to use
515 * 3. lookup for any registered ALL_SRC_IDs handler:
517 * 4. lookup for any registered specific SRC_ID handler:
672 * scmi_allocate_registered_events_desc() - Allocate a registered events'
685 * registered.
687 * Return: The allocated and registered descriptor on Success
735 * the protocol's events are registered
809 dev_dbg(handle->dev, "registered event - %lX\n", in scmi_register_protocol_events()
886 * If an associated registered event is found, move the handler from the pending
887 * into the registered table.
903 /* Remove from pending and insert into registered */ in scmi_bind_event_handler()
924 * initialized and registered protocol.
967 dev_dbg(ni->handle->dev, "registered NEW handler - key:%X\n", in scmi_register_event_handler()
973 "registered PENDING handler - key:%X\n", in scmi_register_event_handler()
988 * registered table and the common pending table:
991 * handler could end up being registered as pending if no matching event
1021 /* Search registered events at first ... if possible at all */ in __scmi_event_handler_get_ops()
1073 * table of registered handlers: this is called only from the dispatching path
1100 * @r_evt: The registered event to act upon
1190 * After having got exclusive access to the registered handlers hashtable,
1252 * callback is registered
1261 * A notifier_block @nb will be registered for each distinct event identified
1276 * an associated registered event is found missing, meaning that the needed
1277 * protocol is still to be initialized and the handler has just been registered
1380 * pending handlers (registered by users while the related protocol was still
1453 * Any user's callback registration attempt, referring a still not registered
1454 * event, will be registered as pending and finalized later (if possible)