Lines Matching full:callback

182 	/* Must be the last timer callback */
264 * callback
266 * @name: Name of the callback (will be used in debug output)
267 * @startup: startup callback function or NULL if not required
268 * @teardown: teardown callback function or NULL if not required
270 * Installs the callback functions and invokes the @startup callback on
283 * @startup callback from a cpus_read_lock()
286 * @name: Name of the callback (will be used in debug output)
287 * @startup: startup callback function or NULL if not required
288 * @teardown: teardown callback function or NULL if not required
304 * @startup callback
306 * @name: Name of the callback.
307 * @startup: startup callback function or NULL if not required
308 * @teardown: teardown callback function or NULL if not required
310 * Same as cpuhp_setup_state() except that the @startup callback is not
324 * invoking the @startup callback from
328 * @name: Name of the callback.
329 * @startup: startup callback function or NULL if not required
330 * @teardown: teardown callback function or NULL if not required
347 * @name: Name of the callback.
348 * @startup: startup callback function or NULL if not required
349 * @teardown: teardown callback function or NULL if not required
352 * instance callback. No callbacks are invoked at this point. The callbacks are
375 * callback.
380 * callback on the online cpus which have already reached the @state. The
392 * invoking the startup callback.
409 * callback from a cpus_read_lock()
431 * Removes the callback functions and invokes the teardown callback on
441 * the teardown callback
463 * cpuhp_remove_multi_state - Remove hotplug multi state callback
466 * Removes the callback functions from a multi state. This is the reverse of
480 * the teardown callback
484 * Removes the instance and invokes the teardown callback on the online cpus
495 * without invoking the teardown callback
499 * Removes the instance without invoking the teardown callback.