Searched refs:target_index (Results 1 – 25 of 53) sorted by relevance
123
/kernel/linux/linux-5.10/Documentation/cpu-freq/ |
D | cpu-drivers.rst | 20 1.4 target/target_index or setpolicy? 21 1.5 target/target_index 52 .setpolicy _or_ .fast_switch _or_ .target _or_ .target_index - See 131 | | cpufreq_driver.target/target_index is| 160 1.4 target or target_index or setpolicy or fast_switch? 165 these, you use the ->target(), ->target_index() or ->fast_switch() 172 1.5. target/target_index 175 The target_index call has two arguments: ``struct cpufreq_policy *policy``, 228 Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset. 234 target_intermediate() or target_index(). [all …]
|
/kernel/linux/linux-5.10/drivers/cpufreq/ |
D | sc520_freq.c | 91 .target_index = sc520_freq_target,
|
D | sa1100-cpufreq.c | 192 .target_index = sa1100_target,
|
D | elanfreq.c | 194 .target_index = elanfreq_target,
|
D | sfi-cpufreq.c | 75 .target_index = sfi_cpufreq_target,
|
D | ppc_cbe_cpufreq.c | 137 .target_index = cbe_cpufreq_target,
|
D | loongson2_cpufreq.c | 98 .target_index = loongson2_cpufreq_target,
|
D | bmips-cpufreq.c | 151 .target_index = bmips_cpufreq_target_index,
|
D | davinci-cpufreq.c | 100 .target_index = davinci_target,
|
D | maple-cpufreq.c | 152 .target_index = maple_cpufreq_target,
|
D | s3c64xx-cpufreq.c | 198 .target_index = s3c64xx_cpufreq_set_target,
|
D | sparc-us3-cpufreq.c | 184 driver->target_index = us3_freq_target; in us3_freq_init()
|
D | omap-cpufreq.c | 149 .target_index = omap_target,
|
D | kirkwood-cpufreq.c | 96 .target_index = kirkwood_cpufreq_target,
|
D | spear-cpufreq.c | 165 .target_index = spear_cpufreq_target,
|
D | p4-clockmod.c | 226 .target_index = cpufreq_p4_target,
|
D | scpi-cpufreq.c | 202 .target_index = scpi_cpufreq_set_target,
|
D | pxa3xx-cpufreq.c | 204 .target_index = pxa3xx_cpufreq_set,
|
D | pasemi-cpufreq.c | 250 .target_index = pas_cpufreq_target,
|
D | speedstep-ich.c | 315 .target_index = speedstep_target,
|
D | powernow-k6.c | 252 .target_index = powernow_k6_target,
|
D | loongson1-cpufreq.c | 121 .target_index = ls1x_cpufreq_target,
|
D | speedstep-smi.c | 294 .target_index = speedstep_target,
|
D | pxa2xx-cpufreq.c | 295 .target_index = pxa_set_target,
|
/kernel/linux/linux-5.10/drivers/md/ |
D | dm-verity-fec.c | 204 int i, j, target_index = -1; in fec_read_bufs() local 231 target_index = i; in fec_read_bufs() 298 return target_index; in fec_read_bufs()
|
123