Searched refs:target_index (Results 1 – 25 of 53) sorted by relevance
123
/Linux-v4.19/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 28 1.4 target/target_index or setpolicy? 29 1.5 target/target_index 60 .setpolicy _or_ .fast_switch _or_ .target _or_ .target_index - See 136 cpufreq_driver.target/target_index is called 163 1.4 target or target_index or setpolicy or fast_switch? 168 these, you use the ->target(), ->target_index() or ->fast_switch() 175 1.5. target/target_index 178 The target_index call has two arguments: struct cpufreq_policy *policy, 231 Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset. 237 target_intermediate() or target_index(). [all …]
|
/Linux-v4.19/drivers/cpufreq/ |
D | sc520_freq.c | 95 .target_index = sc520_freq_target,
|
D | sa1100-cpufreq.c | 207 .target_index = sa1100_target,
|
D | elanfreq.c | 199 .target_index = elanfreq_target,
|
D | ppc_cbe_cpufreq.c | 142 .target_index = cbe_cpufreq_target,
|
D | sfi-cpufreq.c | 83 .target_index = sfi_cpufreq_target,
|
D | davinci-cpufreq.c | 105 .target_index = davinci_target,
|
D | loongson2_cpufreq.c | 111 .target_index = loongson2_cpufreq_target,
|
D | maple-cpufreq.c | 154 .target_index = maple_cpufreq_target,
|
D | bmips-cpufreq.c | 156 .target_index = bmips_cpufreq_target_index,
|
D | omap-cpufreq.c | 155 .target_index = omap_target,
|
D | s3c64xx-cpufreq.c | 217 .target_index = s3c64xx_cpufreq_set_target,
|
D | sparc-us3-cpufreq.c | 183 driver->target_index = us3_freq_target; in us3_freq_init()
|
D | kirkwood-cpufreq.c | 99 .target_index = kirkwood_cpufreq_target,
|
D | spear-cpufreq.c | 164 .target_index = spear_cpufreq_target,
|
D | p4-clockmod.c | 231 .target_index = cpufreq_p4_target,
|
D | pxa3xx-cpufreq.c | 208 .target_index = pxa3xx_cpufreq_set,
|
D | tegra20-cpufreq.c | 188 cpufreq->driver.target_index = tegra_target; in tegra20_cpufreq_probe()
|
D | pasemi-cpufreq.c | 265 .target_index = pas_cpufreq_target,
|
D | powernow-k6.c | 253 .target_index = powernow_k6_target,
|
D | speedstep-ich.c | 316 .target_index = speedstep_target,
|
D | scpi-cpufreq.c | 215 .target_index = scpi_cpufreq_set_target,
|
D | loongson1-cpufreq.c | 122 .target_index = ls1x_cpufreq_target,
|
D | pxa2xx-cpufreq.c | 309 .target_index = pxa_set_target,
|
/Linux-v4.19/drivers/md/ |
D | dm-verity-fec.c | 209 int i, j, target_index = -1; in fec_read_bufs() local 233 target_index = i; in fec_read_bufs() 300 return target_index; in fec_read_bufs()
|
123