Searched refs:target_index (Results 1 - 51 of 51) sorted by relevance

/linux-4.4.14/drivers/cpufreq/
H A Dcris-artpec3-cpufreq.c58 .target_index = cris_freq_target,
H A Dcris-etraxfs-cpufreq.c58 .target_index = cris_freq_target,
H A Ddbx500-cpufreq.c39 .target_index = dbx500_cpufreq_target,
H A Dat32ap-cpufreq.c118 .target_index = at32_set_target,
H A Dsc520_freq.c94 .target_index = sc520_freq_target,
H A Dloongson2_cpufreq.c115 .target_index = loongson2_cpufreq_target,
H A Dppc_cbe_cpufreq.c143 .target_index = cbe_cpufreq_target,
H A Dsfi-cpufreq.c82 .target_index = sfi_cpufreq_target,
H A Dblackfin-cpufreq.c195 .target_index = bfin_target,
H A Ddavinci-cpufreq.c125 .target_index = davinci_target,
H A Delanfreq.c198 .target_index = elanfreq_target,
H A Dkirkwood-cpufreq.c99 .target_index = kirkwood_cpufreq_target,
H A Dls1x-cpufreq.c123 .target_index = ls1x_cpufreq_target,
H A Domap-cpufreq.c154 .target_index = omap_target,
H A Dpxa3xx-cpufreq.c206 .target_index = pxa3xx_cpufreq_set,
H A Ds3c64xx-cpufreq.c217 .target_index = s3c64xx_cpufreq_set_target,
H A Dsparc-us3-cpufreq.c196 driver->target_index = us3_freq_target; us3_freq_init()
H A Dtegra20-cpufreq.c172 .target_index = tegra_target,
H A Dia64-acpi-cpufreq.c346 .target_index = acpi_cpufreq_target,
H A Dmaple-cpufreq.c152 .target_index = maple_cpufreq_target,
H A Dp4-clockmod.c238 .target_index = cpufreq_p4_target,
H A Dpasemi-cpufreq.c265 .target_index = pas_cpufreq_target,
H A Dpowernow-k6.c250 .target_index = powernow_k6_target,
H A Dqoriq-cpufreq.c330 .target_index = qoriq_cpufreq_target,
H A Dsa1100-cpufreq.c206 .target_index = sa1100_target,
H A Dsa1110-cpufreq.c317 .target_index = sa1110_target,
H A Dsparc-us2e-cpufreq.c337 driver->target_index = us2e_freq_target; us2e_freq_init()
H A Dspear-cpufreq.c164 .target_index = spear_cpufreq_target,
H A Dspeedstep-ich.c312 .target_index = speedstep_target,
H A Dspeedstep-smi.c293 .target_index = speedstep_target,
H A Dcpufreq-dt.c427 .target_index = set_target,
H A De_powersaver.c392 .target_index = eps_target,
H A Dexynos5440-cpufreq.c312 .target_index = exynos_target,
H A Dimx6q-cpufreq.c172 .target_index = imx6q_set_target,
H A Dpxa2xx-cpufreq.c428 .target_index = pxa_set_target,
H A Ds3c2416-cpufreq.c480 .target_index = s3c2416_cpufreq_set_target,
H A Dcpufreq.c112 return cpufreq_driver->target_index || cpufreq_driver->target; has_target()
1819 retval = cpufreq_driver->target_index(policy, index); __target_index()
1877 else if (cpufreq_driver->target_index) { __cpufreq_driver_target()
2414 !(driver_data->setpolicy || driver_data->target_index || cpufreq_register_driver()
2416 (driver_data->setpolicy && (driver_data->target_index || cpufreq_register_driver()
H A Darm_big_little.c516 .target_index = bL_cpufreq_set_target,
H A Dmt8173-cpufreq.c474 .target_index = mtk_cpufreq_set_target,
H A Dpmac64-cpufreq.c333 .target_index = g5_cpufreq_target,
H A Dpowernow-k7.c676 .target_index = powernow_target,
H A Dpowernv-cpufreq.c548 .target_index = powernv_cpufreq_target_index,
H A Ds5pv210-cpufreq.c575 .target_index = s5pv210_target,
H A Dspeedstep-centrino.c511 .target_index = centrino_target,
H A Dacpi-cpufreq.c901 .target_index = acpi_cpufreq_target,
H A Dpmac32-cpufreq.c438 .target_index = pmac_cpufreq_target,
H A Dlonghaul.c916 .target_index = longhaul_target,
H A Dpowernow-k8.c1163 .target_index = powernowk8_target,
/linux-4.4.14/include/linux/
H A Dcpufreq.h242 int (*target_index)(struct cpufreq_policy *policy, member in struct:cpufreq_driver
245 * Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION
253 * target_index().
257 * In that case core will directly call ->target_index().
/linux-4.4.14/fs/ocfs2/
H A Daops.c1504 unsigned long start, target_index, end_index, index; ocfs2_grab_pages_for_write() local
1508 target_index = user_pos >> PAGE_CACHE_SHIFT; ocfs2_grab_pages_for_write()
1532 start = target_index; ocfs2_grab_pages_for_write()
1538 if (index == target_index && mmap_page) { ocfs2_grab_pages_for_write()
1568 if (index == target_index) ocfs2_grab_pages_for_write()
/linux-4.4.14/net/nfc/
H A Dcore.c291 int nfc_dep_link_up(struct nfc_dev *dev, int target_index, u8 comm_mode) nfc_dep_link_up() argument
321 target = nfc_find_target(dev, target_index); nfc_dep_link_up()

Completed in 802 milliseconds