Searched refs:target_index (Results  1 – 25 of 53) sorted by relevance
123
| /Linux-v5.4/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-v5.4/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 | ppc_cbe_cpufreq.c | 137 	.target_index	= cbe_cpufreq_target,
  | 
| D | sfi-cpufreq.c | 75 	.target_index	= sfi_cpufreq_target,
  | 
| D | davinci-cpufreq.c | 100 	.target_index	= davinci_target,
  | 
| D | loongson2_cpufreq.c | 112 	.target_index = loongson2_cpufreq_target,
  | 
| D | bmips-cpufreq.c | 151 	.target_index	= bmips_cpufreq_target_index,
  | 
| D | maple-cpufreq.c | 152 	.target_index	= maple_cpufreq_target,
  | 
| D | s3c64xx-cpufreq.c | 205 	.target_index	= s3c64xx_cpufreq_set_target,
  | 
| D | omap-cpufreq.c | 149 	.target_index	= omap_target,
  | 
| D | sparc-us3-cpufreq.c | 184 		driver->target_index = us3_freq_target;  in us3_freq_init()
  | 
| 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 | pasemi-cpufreq.c | 248 	.target_index	= pas_cpufreq_target,
  | 
| D | powernow-k6.c | 252 	.target_index	= powernow_k6_target,
  | 
| D | scpi-cpufreq.c | 208 	.target_index	= scpi_cpufreq_set_target,
  | 
| D | speedstep-ich.c | 315 	.target_index = speedstep_target,
  | 
| D | pxa3xx-cpufreq.c | 204 	.target_index	= pxa3xx_cpufreq_set,
  | 
| D | tegra20-cpufreq.c | 173 	cpufreq->driver.target_index = tegra_target;  in tegra20_cpufreq_probe()
  | 
| D | loongson1-cpufreq.c | 121 	.target_index	= ls1x_cpufreq_target,
  | 
| D | pxa2xx-cpufreq.c | 295 	.target_index = pxa_set_target,
  | 
| /Linux-v5.4/drivers/md/ | 
| D | dm-verity-fec.c | 205 	int i, j, target_index = -1;  in fec_read_bufs()  local 232 			target_index = i;  in fec_read_bufs() 299 	return target_index;  in fec_read_bufs()
  | 
        123