Lines Matching defs:new_data
2590 struct cpufreq_policy_data new_data;
2594 memcpy(&new_data.cpuinfo, &policy->cpuinfo, sizeof(policy->cpuinfo));
2595 new_data.freq_table = policy->freq_table;
2596 new_data.cpu = policy->cpu;
2601 new_data.min = freq_qos_read_value(&policy->constraints, FREQ_QOS_MIN);
2602 new_data.max = freq_qos_read_value(&policy->constraints, FREQ_QOS_MAX);
2605 new_data.cpu, new_data.min, new_data.max);
2611 ret = cpufreq_driver->verify(&new_data);
2620 policy->min = new_data.min;
2621 policy->max = new_data.max;