Lines Matching full:callback

189 	/* Must be the last timer callback */
272 * callback
274 * @name: Name of the callback (will be used in debug output)
275 * @startup: startup callback function or NULL if not required
276 * @teardown: teardown callback function or NULL if not required
278 * Installs the callback functions and invokes the @startup callback on
291 * @startup callback from a cpus_read_lock()
294 * @name: Name of the callback (will be used in debug output)
295 * @startup: startup callback function or NULL if not required
296 * @teardown: teardown callback function or NULL if not required
312 * @startup callback
314 * @name: Name of the callback.
315 * @startup: startup callback function or NULL if not required
316 * @teardown: teardown callback function or NULL if not required
318 * Same as cpuhp_setup_state() except that the @startup callback is not
332 * invoking the @startup callback from
336 * @name: Name of the callback.
337 * @startup: startup callback function or NULL if not required
338 * @teardown: teardown callback function or NULL if not required
355 * @name: Name of the callback.
356 * @startup: startup callback function or NULL if not required
357 * @teardown: teardown callback function or NULL if not required
360 * instance callback. No callbacks are invoked at this point. The callbacks are
383 * callback.
388 * callback on the online cpus which have already reached the @state. The
400 * invoking the startup callback.
417 * callback from a cpus_read_lock()
439 * Removes the callback functions and invokes the teardown callback on
449 * the teardown callback
471 * cpuhp_remove_multi_state - Remove hotplug multi state callback
474 * Removes the callback functions from a multi state. This is the reverse of
488 * the teardown callback
492 * Removes the instance and invokes the teardown callback on the online cpus
503 * without invoking the teardown callback
507 * Removes the instance without invoking the teardown callback.