/linux-4.1.27/Documentation/cpu-freq/ |
D | cpu-drivers.txt | 26 1.4 target/target_index or setpolicy? 27 1.5 target/target_index 61 target_index - See below on the differences. 77 ->target/target_index or ->setpolicy. 118 cpufreq_driver.target/target_index is called 148 1.4 target/target_index or setpolicy? 153 ->target/target_index call. 159 1.5. target/target_index 162 The target_index call has two arguments: struct cpufreq_policy *policy, 204 Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset. [all …]
|
D | governors.txt | 43 these specific drivers will be transformed to offer a "->target/target_index" 74 Using the ->setpolicy call, Using the ->target/target_index call,
|
/linux-4.1.27/drivers/cpufreq/ |
D | dbx500-cpufreq.c | 39 .target_index = dbx500_cpufreq_target,
|
D | cris-etraxfs-cpufreq.c | 58 .target_index = cris_freq_target,
|
D | sc520_freq.c | 94 .target_index = sc520_freq_target,
|
D | cris-artpec3-cpufreq.c | 58 .target_index = cris_freq_target,
|
D | sa1100-cpufreq.c | 206 .target_index = sa1100_target,
|
D | elanfreq.c | 198 .target_index = elanfreq_target,
|
D | ppc_cbe_cpufreq.c | 143 .target_index = cbe_cpufreq_target,
|
D | at32ap-cpufreq.c | 118 .target_index = at32_set_target,
|
D | sfi-cpufreq.c | 84 .target_index = sfi_cpufreq_target,
|
D | loongson2_cpufreq.c | 115 .target_index = loongson2_cpufreq_target,
|
D | maple-cpufreq.c | 152 .target_index = maple_cpufreq_target,
|
D | tegra-cpufreq.c | 172 .target_index = tegra_target,
|
D | blackfin-cpufreq.c | 195 .target_index = bfin_target,
|
D | s3c64xx-cpufreq.c | 217 .target_index = s3c64xx_cpufreq_set_target,
|
D | omap-cpufreq.c | 154 .target_index = omap_target,
|
D | davinci-cpufreq.c | 125 .target_index = davinci_target,
|
D | kirkwood-cpufreq.c | 99 .target_index = kirkwood_cpufreq_target,
|
D | spear-cpufreq.c | 164 .target_index = spear_cpufreq_target,
|
D | sparc-us3-cpufreq.c | 196 driver->target_index = us3_freq_target; in us3_freq_init()
|
D | p4-clockmod.c | 238 .target_index = cpufreq_p4_target,
|
D | pasemi-cpufreq.c | 265 .target_index = pas_cpufreq_target,
|
D | powernow-k6.c | 250 .target_index = powernow_k6_target,
|
D | speedstep-ich.c | 312 .target_index = speedstep_target,
|
D | exynos-cpufreq.c | 147 .target_index = exynos_target,
|
D | pxa3xx-cpufreq.c | 206 .target_index = pxa3xx_cpufreq_set,
|
D | speedstep-smi.c | 293 .target_index = speedstep_target,
|
D | ls1x-cpufreq.c | 123 .target_index = ls1x_cpufreq_target,
|
D | sa1110-cpufreq.c | 317 .target_index = sa1110_target,
|
D | sparc-us2e-cpufreq.c | 337 driver->target_index = us2e_freq_target; in us2e_freq_init()
|
D | powernv-cpufreq.c | 411 .target_index = powernv_cpufreq_target_index,
|
D | pxa2xx-cpufreq.c | 428 .target_index = pxa_set_target,
|
D | ia64-acpi-cpufreq.c | 346 .target_index = acpi_cpufreq_target,
|
D | cpufreq.c | 64 return cpufreq_driver->target_index || cpufreq_driver->target; in has_target() 1882 retval = cpufreq_driver->target_index(policy, index); in __target_index() 1940 else if (cpufreq_driver->target_index) { in __cpufreq_driver_target() 2420 !(driver_data->setpolicy || driver_data->target_index || in cpufreq_register_driver() 2422 (driver_data->setpolicy && (driver_data->target_index || in cpufreq_register_driver()
|
D | qoriq-cpufreq.c | 320 .target_index = qoriq_cpufreq_target,
|
D | imx6q-cpufreq.c | 148 .target_index = imx6q_set_target,
|
D | cpufreq-dt.c | 365 .target_index = set_target,
|
D | e_powersaver.c | 392 .target_index = eps_target,
|
D | s3c2416-cpufreq.c | 480 .target_index = s3c2416_cpufreq_set_target,
|
D | pmac32-cpufreq.c | 438 .target_index = pmac_cpufreq_target,
|
D | speedstep-centrino.c | 511 .target_index = centrino_target,
|
D | exynos5440-cpufreq.c | 312 .target_index = exynos_target,
|
D | pmac64-cpufreq.c | 333 .target_index = g5_cpufreq_target,
|
D | s5pv210-cpufreq.c | 575 .target_index = s5pv210_target,
|
D | powernow-k7.c | 676 .target_index = powernow_target,
|
D | arm_big_little.c | 502 .target_index = bL_cpufreq_set_target,
|
D | longhaul.c | 916 .target_index = longhaul_target,
|
D | acpi-cpufreq.c | 888 .target_index = acpi_cpufreq_target,
|
D | powernow-k8.c | 1171 .target_index = powernowk8_target,
|
/linux-4.1.27/fs/ocfs2/ |
D | aops.c | 1470 unsigned long start, target_index, end_index, index; in ocfs2_grab_pages_for_write() local 1474 target_index = user_pos >> PAGE_CACHE_SHIFT; in ocfs2_grab_pages_for_write() 1498 start = target_index; in ocfs2_grab_pages_for_write() 1504 if (index == target_index && mmap_page) { in ocfs2_grab_pages_for_write() 1534 if (index == target_index) in ocfs2_grab_pages_for_write()
|
/linux-4.1.27/include/linux/ |
D | cpufreq.h | 239 int (*target_index)(struct cpufreq_policy *policy, member
|
/linux-4.1.27/net/nfc/ |
D | core.c | 291 int nfc_dep_link_up(struct nfc_dev *dev, int target_index, u8 comm_mode) in nfc_dep_link_up() argument 321 target = nfc_find_target(dev, target_index); in nfc_dep_link_up()
|