Home
last modified time | relevance | path

Searched refs:target_index (Results 1 – 25 of 57) sorted by relevance

123

/OK3568_Linux_fs/kernel/Documentation/cpu-freq/
H A Dcpu-drivers.rst20 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 Ddummy-cpufreq.c38 .target_index = dummy_cpufreq_target_index,
H A Dsc520_freq.c91 .target_index = sc520_freq_target,
H A Dsa1100-cpufreq.c192 .target_index = sa1100_target,
H A Delanfreq.c194 .target_index = elanfreq_target,
H A Dsfi-cpufreq.c75 .target_index = sfi_cpufreq_target,
H A Dppc_cbe_cpufreq.c137 .target_index = cbe_cpufreq_target,
H A Dloongson2_cpufreq.c98 .target_index = loongson2_cpufreq_target,
H A Ddavinci-cpufreq.c100 .target_index = davinci_target,
H A Dbmips-cpufreq.c151 .target_index = bmips_cpufreq_target_index,
H A Dmaple-cpufreq.c152 .target_index = maple_cpufreq_target,
H A Ds3c64xx-cpufreq.c198 .target_index = s3c64xx_cpufreq_set_target,
H A Dsparc-us3-cpufreq.c184 driver->target_index = us3_freq_target; in us3_freq_init()
H A Domap-cpufreq.c149 .target_index = omap_target,
H A Dspear-cpufreq.c165 .target_index = spear_cpufreq_target,
H A Dkirkwood-cpufreq.c96 .target_index = kirkwood_cpufreq_target,
H A Dp4-clockmod.c226 .target_index = cpufreq_p4_target,
H A Dpasemi-cpufreq.c250 .target_index = pas_cpufreq_target,
H A Dpxa3xx-cpufreq.c204 .target_index = pxa3xx_cpufreq_set,
H A Dpowernow-k6.c252 .target_index = powernow_k6_target,
H A Dspeedstep-ich.c315 .target_index = speedstep_target,
H A Dscpi-cpufreq.c202 .target_index = scpi_cpufreq_set_target,
H A Dcpufreq.c77 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 Ddm-verity-fec.c204 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 Daops.c1035 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()

123