Lines Matching full:callback

178 	/* Must be the last timer callback */
258 * callback
260 * @name: Name of the callback (will be used in debug output)
261 * @startup: startup callback function or NULL if not required
262 * @teardown: teardown callback function or NULL if not required
264 * Installs the callback functions and invokes the @startup callback on
277 * @startup callback from a cpus_read_lock()
280 * @name: Name of the callback (will be used in debug output)
281 * @startup: startup callback function or NULL if not required
282 * @teardown: teardown callback function or NULL if not required
298 * @startup callback
300 * @name: Name of the callback.
301 * @startup: startup callback function or NULL if not required
302 * @teardown: teardown callback function or NULL if not required
304 * Same as cpuhp_setup_state() except that the @startup callback is not
318 * invoking the @startup callback from
322 * @name: Name of the callback.
323 * @startup: startup callback function or NULL if not required
324 * @teardown: teardown callback function or NULL if not required
341 * @name: Name of the callback.
342 * @startup: startup callback function or NULL if not required
343 * @teardown: teardown callback function or NULL if not required
346 * instance callback. No callbacks are invoked at this point. The callbacks are
369 * callback.
374 * callback on the online cpus which have already reached the @state. The
386 * invoking the startup callback.
403 * callback from a cpus_read_lock()
425 * Removes the callback functions and invokes the teardown callback on
435 * the teardown callback
457 * cpuhp_remove_multi_state - Remove hotplug multi state callback
460 * Removes the callback functions from a multi state. This is the reverse of
474 * the teardown callback
478 * Removes the instance and invokes the teardown callback on the online cpus
489 * without invoking the teardown callback
493 * Removes the instance without invoking the teardown callback.