Lines Matching full:callback
134 /* Must be the last timer callback */
194 * @name: Name of the callback (will be used in debug output)
195 * @startup: startup callback function
196 * @teardown: teardown callback function
198 * Installs the callback functions and invokes the startup callback on
222 * @name: Name of the callback.
223 * @startup: startup callback function
224 * @teardown: teardown callback function
227 * during installation of this callback. NOP if SMP=n or HOTPLUG_CPU=n.
250 * @name: Name of the callback.
251 * @startup: startup callback function
252 * @teardown: teardown callback function
255 * instance callback. No callbacks are invoked at this point. The callbacks are
278 * callback.
282 * Installs the instance for the @state and invokes the startup callback on
294 * invoking the startup callback.
321 * Removes the callback functions and invokes the teardown callback on
345 * cpuhp_remove_multi_state - Remove hotplug multi state callback
348 * Removes the callback functions from a multi state. This is the reverse of
362 * the teardown callback
366 * Removes the instance and invokes the teardown callback on the present cpus
377 * without invoking the reatdown callback
381 * Removes the instance without invoking the teardown callback.