Searched refs:powernow_k8_data (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/kernel/cpu/cpufreq/
H A Dpowernow-k8.h20 struct powernow_k8_data { struct
216 static int core_voltage_pre_transition(struct powernow_k8_data *data,
218 static int core_voltage_post_transition(struct powernow_k8_data *data, u32 reqvid);
219 static int core_frequency_transition(struct powernow_k8_data *data, u32 reqfid);
221 static void powernow_k8_acpi_pst_values(struct powernow_k8_data *data, unsigned int index);
223 static int fill_powernow_table_pstate(struct powernow_k8_data *data, struct cpufreq_frequency_table *powernow_table);
224 static int fill_powernow_table_fidvid(struct powernow_k8_data *data, struct cpufreq_frequency_table *powernow_table);
H A Dpowernow-k8.c53 static DEFINE_PER_CPU(struct powernow_k8_data *, powernow_data);
121 static int query_current_values_with_pending_wait(struct powernow_k8_data *data)
151 static void count_off_irt(struct powernow_k8_data *data)
158 static void count_off_vst(struct powernow_k8_data *data)
180 static int write_new_fid(struct powernow_k8_data *data, u32 fid)
228 static int write_new_vid(struct powernow_k8_data *data, u32 vid)
278 static int decrease_vid_code_by_step(struct powernow_k8_data *data,
293 static int transition_pstate(struct powernow_k8_data *data, u32 pstate)
301 static int transition_fid_vid(struct powernow_k8_data *data,
331 static int core_voltage_pre_transition(struct powernow_k8_data *dat
[all...]

Completed in 46 milliseconds