Lines Matching defs:new_data
2474 struct cpufreq_policy_data new_data;
2478 memcpy(&new_data.cpuinfo, &policy->cpuinfo, sizeof(policy->cpuinfo));
2479 new_data.freq_table = policy->freq_table;
2480 new_data.cpu = policy->cpu;
2485 new_data.min = freq_qos_read_value(&policy->constraints, FREQ_QOS_MIN);
2486 new_data.max = freq_qos_read_value(&policy->constraints, FREQ_QOS_MAX);
2489 new_data.cpu, new_data.min, new_data.max);
2495 ret = cpufreq_driver->verify(&new_data);
2499 policy->min = new_data.min;
2500 policy->max = new_data.max;