| /OK3568_Linux_fs/kernel/Documentation/cpu-freq/ |
| H A 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 …]
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | dummy-cpufreq.c | 38 .target_index = dummy_cpufreq_target_index,
|
| H A D | sc520_freq.c | 91 .target_index = sc520_freq_target,
|
| H A D | sa1100-cpufreq.c | 192 .target_index = sa1100_target,
|
| H A D | elanfreq.c | 194 .target_index = elanfreq_target,
|
| H A D | sfi-cpufreq.c | 75 .target_index = sfi_cpufreq_target,
|
| H A D | ppc_cbe_cpufreq.c | 137 .target_index = cbe_cpufreq_target,
|
| H A D | loongson2_cpufreq.c | 98 .target_index = loongson2_cpufreq_target,
|
| H A D | davinci-cpufreq.c | 100 .target_index = davinci_target,
|
| H A D | bmips-cpufreq.c | 151 .target_index = bmips_cpufreq_target_index,
|
| H A D | maple-cpufreq.c | 152 .target_index = maple_cpufreq_target,
|
| H A D | s3c64xx-cpufreq.c | 198 .target_index = s3c64xx_cpufreq_set_target,
|
| H A D | sparc-us3-cpufreq.c | 184 driver->target_index = us3_freq_target; in us3_freq_init()
|
| H A D | omap-cpufreq.c | 149 .target_index = omap_target,
|
| H A D | spear-cpufreq.c | 165 .target_index = spear_cpufreq_target,
|
| H A D | kirkwood-cpufreq.c | 96 .target_index = kirkwood_cpufreq_target,
|
| H A D | p4-clockmod.c | 226 .target_index = cpufreq_p4_target,
|
| H A D | pasemi-cpufreq.c | 250 .target_index = pas_cpufreq_target,
|
| H A D | pxa3xx-cpufreq.c | 204 .target_index = pxa3xx_cpufreq_set,
|
| H A D | powernow-k6.c | 252 .target_index = powernow_k6_target,
|
| H A D | speedstep-ich.c | 315 .target_index = speedstep_target,
|
| H A D | scpi-cpufreq.c | 202 .target_index = scpi_cpufreq_set_target,
|
| H A D | cpufreq.c | 77 return cpufreq_driver->target_index || cpufreq_driver->target; in has_target() 552 if (cpufreq_driver->target_index) { in cpufreq_driver_resolve_freq() 2183 retval = cpufreq_driver->target_index(policy, index); in __target_index() 2241 if (!cpufreq_driver->target_index) in __cpufreq_driver_target() 2755 !(driver_data->setpolicy || driver_data->target_index || in cpufreq_register_driver() 2757 (driver_data->setpolicy && (driver_data->target_index || in cpufreq_register_driver()
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A 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()
|
| /OK3568_Linux_fs/kernel/fs/ocfs2/ |
| H A D | aops.c | 1035 unsigned long start, target_index, end_index, index; in ocfs2_grab_pages_for_write() local 1039 target_index = user_pos >> PAGE_SHIFT; in ocfs2_grab_pages_for_write() 1063 start = target_index; in ocfs2_grab_pages_for_write() 1070 if (index >= target_index && index <= end_index && in ocfs2_grab_pages_for_write() 1090 } else if (index >= target_index && index <= end_index && in ocfs2_grab_pages_for_write() 1106 if (index == target_index) in ocfs2_grab_pages_for_write()
|