Searched refs:relation (Results 1 - 25 of 39) sorted by relevance

12

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/tc/
H A Demp_ematch.y30 %type <i> invert relation
50 | match relation expr
52 $1->relation = $2;
82 relation: label
H A Dm_ematch.h107 int relation; member in struct:ematch
144 if (t->relation == TCF_EM_REL_AND)
146 else if (t->relation == TCF_EM_REL_OR)
H A Dm_ematch.c183 .flags = t->relation
243 if (tree->relation == 0)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf533/
H A Dcpu.c73 unsigned int target_freq, unsigned int relation)
83 (policy, bf533_freq_table, target_freq, relation, &index))
72 bf533_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/blackfin/mach-bf537/
H A Dcpu.c74 unsigned int target_freq, unsigned int relation)
82 if (cpufreq_frequency_table_target(policy, bf537_freq_table, target_freq, relation, &index))
73 bf537_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/cpu/cpufreq/
H A Dsc520_freq.c86 unsigned int relation)
90 if (cpufreq_frequency_table_target(policy, sc520_freq_table, target_freq, relation, &newstate))
84 sc520_freq_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
H A Delanfreq.c183 unsigned int relation)
187 if (cpufreq_frequency_table_target(policy, &elanfreq_table[0], target_freq, relation, &newstate))
181 elanfreq_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
H A Dpowernow-k6.c123 * @relation: how that frequency relates to achieved frequency (CPUFREQ_RELATION_L or CPUFREQ_RELATION_H)
129 unsigned int relation)
133 if (cpufreq_frequency_table_target(policy, &clock_ratio[0], target_freq, relation, &newstate))
127 powernow_k6_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
H A De_powersaver.c102 unsigned int relation)
117 relation,
100 eps_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
H A Dp4-clockmod.c109 unsigned int relation)
115 if (cpufreq_frequency_table_target(policy, &p4clockmod_table[0], target_freq, relation, &newstate))
107 cpufreq_p4_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
H A Dspeedstep-ich.c256 * @relation: how that frequency relates to achieved frequency (CPUFREQ_RELATION_L or CPUFREQ_RELATION_H)
262 unsigned int relation)
269 if (cpufreq_frequency_table_target(policy, &speedstep_freqs[0], target_freq, relation, &newstate))
260 speedstep_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
H A Dspeedstep-smi.c209 * @relation:
214 unsigned int target_freq, unsigned int relation)
219 if (cpufreq_frequency_table_target(policy, &speedstep_freqs[0], target_freq, relation, &newstate))
213 speedstep_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/cpufreq/
H A Dfreq_table.c95 unsigned int relation,
108 dprintk("request for target %u kHz (relation: %u) for cpu %u\n",
109 target_freq, relation, policy->cpu);
111 switch (relation) {
129 switch(relation) {
92 cpufreq_frequency_table_target(struct cpufreq_policy *policy, struct cpufreq_frequency_table *table, unsigned int target_freq, unsigned int relation, unsigned int *index) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-imx/
H A Dcpufreq.c88 * @relation: is one of %CPUFREQ_RELATION_L (supremum)
91 long imx_compute_mpctl(u32 *new_mpctl, u32 cur_mpctl, u32 f_ref, unsigned long freq, int relation) argument
178 unsigned int relation)
207 freq = imx_compute_mpctl(&mpctl0, mpctl0_at_boot, CLK32 * 512, freq, relation);
214 if (relation == CPUFREQ_RELATION_L)
176 imx_set_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Dcpufreq.h174 unsigned int relation);
177 unsigned int relation);
213 unsigned int relation);
326 unsigned int relation,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sh/kernel/
H A Dcpufreq.c175 unsigned int relation)
179 if (cpufreq_frequency_table_target(policy, &sh_freqs[0], target_freq, relation, &idx))
173 sh_cpufreq_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-integrator/
H A Dcpu.c80 unsigned int relation)
115 if (relation == CPUFREQ_RELATION_L)
78 integrator_set_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/mach-sa1100/
H A Dcpu-sa1100.c181 unsigned int relation)
187 switch(relation){
179 sa1100_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
H A Dcpu-sa1110.c220 unsigned int relation)
228 switch(relation){
218 sa1110_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dcpu-omap.c78 unsigned int relation)
76 omap_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/cell/
H A Dcbe_cpufreq.c282 unsigned int relation)
291 relation,
281 cbe_cpufreq_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/powerpc/platforms/pasemi/
H A Dcpufreq.c244 unsigned int relation)
253 relation,
242 pas_cpufreq_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc64/kernel/
H A Dus3_cpufreq.c148 unsigned int relation)
155 relation,
146 us3_freq_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
H A Dus2e_cpufreq.c289 unsigned int relation)
295 target_freq, relation, &new_index))
287 us2e_freq_target(struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/kernel/cpufreq/
H A Dacpi-cpufreq.c233 unsigned int relation)
242 data->freq_table, target_freq, relation, &next_state);
230 acpi_cpufreq_target( struct cpufreq_policy *policy, unsigned int target_freq, unsigned int relation) argument

Completed in 238 milliseconds

12