Lines Matching refs:update
66 * @update: Optional callback deciding whether or not to skip idle
78 * update() - This callback is invoked just before waking up CPUs to inject
88 bool (*update)(void);
130 if (!ii_dev->update || (ii_dev->update && ii_dev->update()))
166 * idle_inject_set_duration - idle and run duration update helper
319 * @update: This callback is called just before waking up CPUs to inject
324 * function also allows to register update()callback.
332 bool (*update)(void))
345 ii_dev->update = update;