Lines Matching full:callback

181 	/* Must be the last timer callback */
263 * callback
265 * @name: Name of the callback (will be used in debug output)
266 * @startup: startup callback function or NULL if not required
267 * @teardown: teardown callback function or NULL if not required
269 * Installs the callback functions and invokes the @startup callback on
282 * @startup callback from a cpus_read_lock()
285 * @name: Name of the callback (will be used in debug output)
286 * @startup: startup callback function or NULL if not required
287 * @teardown: teardown callback function or NULL if not required
303 * @startup callback
305 * @name: Name of the callback.
306 * @startup: startup callback function or NULL if not required
307 * @teardown: teardown callback function or NULL if not required
309 * Same as cpuhp_setup_state() except that the @startup callback is not
323 * invoking the @startup callback from
327 * @name: Name of the callback.
328 * @startup: startup callback function or NULL if not required
329 * @teardown: teardown callback function or NULL if not required
346 * @name: Name of the callback.
347 * @startup: startup callback function or NULL if not required
348 * @teardown: teardown callback function or NULL if not required
351 * instance callback. No callbacks are invoked at this point. The callbacks are
374 * callback.
379 * callback on the online cpus which have already reached the @state. The
391 * invoking the startup callback.
408 * callback from a cpus_read_lock()
430 * Removes the callback functions and invokes the teardown callback on
440 * the teardown callback
462 * cpuhp_remove_multi_state - Remove hotplug multi state callback
465 * Removes the callback functions from a multi state. This is the reverse of
479 * the teardown callback
483 * Removes the instance and invokes the teardown callback on the online cpus
494 * without invoking the teardown callback
498 * Removes the instance without invoking the teardown callback.