Searched refs:opps (Results 1 – 7 of 7) sorted by relevance
| /linux-4.4.14/arch/arm/mach-vexpress/ |
| D | spc.c | 111 struct ve_spc_opp *opps[MAX_CLUSTERS]; member 258 struct ve_spc_opp *opps = info->opps[cluster]; in ve_spc_get_performance() local 268 opps += perf; in ve_spc_get_performance() 269 *freq = opps->freq; in ve_spc_get_performance() 278 struct ve_spc_opp *opps = info->opps[cluster]; in ve_spc_round_performance() local 282 for (idx = 0; idx < max_opp; idx++, opps++) { in ve_spc_round_performance() 283 ftmp = opps->freq; in ve_spc_round_performance() 301 struct ve_spc_opp *opps = info->opps[cluster]; in ve_spc_find_performance_index() local 303 for (idx = 0; idx < max_opp; idx++, opps++) in ve_spc_find_performance_index() 304 if (opps->freq == freq) in ve_spc_find_performance_index() [all …]
|
| /linux-4.4.14/drivers/cpufreq/ |
| D | scpi-cpufreq.c | 50 if (!info->opps) in scpi_opp_table_ops() 53 for (opp = info->opps, idx = 0; idx < info->count; idx++, opp++) { in scpi_opp_table_ops()
|
| /linux-4.4.14/drivers/firmware/ |
| D | arm_scpi.c | 210 } opps[MAX_DVFS_OPPS]; member 482 info->opps = kcalloc(info->count, sizeof(*opp), GFP_KERNEL); in scpi_dvfs_get_info() 483 if (!info->opps) { in scpi_dvfs_get_info() 488 for (i = 0, opp = info->opps; i < info->count; i++, opp++) { in scpi_dvfs_get_info() 489 opp->freq = le32_to_cpu(buf.opps[i].freq); in scpi_dvfs_get_info() 490 opp->m_volt = le32_to_cpu(buf.opps[i].m_volt); in scpi_dvfs_get_info() 493 sort(info->opps, info->count, sizeof(*opp), opp_cmp_func, NULL); in scpi_dvfs_get_info() 630 kfree(info->dvfs[i]->opps); in scpi_remove()
|
| /linux-4.4.14/net/ipv6/ |
| D | ip6_offload.c | 144 const struct net_offload **opps) in ipv6_exthdrs_len() argument 152 *opps = rcu_dereference(inet6_offloads[proto]); in ipv6_exthdrs_len() 153 if (unlikely(!(*opps))) in ipv6_exthdrs_len() 155 if (!((*opps)->flags & INET6_PROTO_GSO_EXTHDR)) in ipv6_exthdrs_len()
|
| /linux-4.4.14/drivers/clk/ |
| D | clk-scpi.c | 78 const struct scpi_opp *opp = clk->info->opps; in __scpi_dvfs_round_rate() 103 opp = clk->info->opps + idx; in scpi_dvfs_recalc_rate() 118 const struct scpi_opp *opp = clk->info->opps; in __scpi_find_dvfs_index()
|
| /linux-4.4.14/include/linux/ |
| D | scpi_protocol.h | 28 struct scpi_opp *opps; member
|
| /linux-4.4.14/Documentation/power/ |
| D | opp.txt | 69 operational functions operate only on available opps: 286 dev_pm_opp_get_opp_count - Retrieve the number of available opps for a device
|