Lines Matching defs:update
336 * @freqs: contain details of the frequency update.
1146 container_of(work, struct cpufreq_policy, update);
1159 schedule_work(&policy->update);
1168 schedule_work(&policy->update);
1255 INIT_WORK(&policy->update, handle_update);
1295 /* Cancel any pending policy->update work before freeing the policy. */
1296 cancel_work_sync(&policy->update);
1697 static unsigned int cpufreq_verify_current_freq(struct cpufreq_policy *policy, bool update)
1714 if (update)
1715 schedule_work(&policy->update);
2462 * limits to be set for the policy, update @policy with the verified limits
2464 * carry out a governor update for @policy. That is, run the current governor's
2515 pr_debug("governor limits update\n");
2589 * @cpu: CPU to update the policy limits for.
2615 pr_err("%s: Policy frequency update failed\n", __func__);