Lines Matching full:callback
144 /* Must be the last timer callback */
217 * @name: Name of the callback (will be used in debug output)
218 * @startup: startup callback function
219 * @teardown: teardown callback function
221 * Installs the callback functions and invokes the startup callback on
245 * @name: Name of the callback.
246 * @startup: startup callback function
247 * @teardown: teardown callback function
250 * during installation of this callback. NOP if SMP=n or HOTPLUG_CPU=n.
273 * @name: Name of the callback.
274 * @startup: startup callback function
275 * @teardown: teardown callback function
278 * instance callback. No callbacks are invoked at this point. The callbacks are
301 * callback.
305 * Installs the instance for the @state and invokes the startup callback on
317 * invoking the startup callback.
344 * Removes the callback functions and invokes the teardown callback on
368 * cpuhp_remove_multi_state - Remove hotplug multi state callback
371 * Removes the callback functions from a multi state. This is the reverse of
385 * the teardown callback
389 * Removes the instance and invokes the teardown callback on the present cpus
400 * without invoking the reatdown callback
404 * Removes the instance without invoking the teardown callback.