Home
last modified time | relevance | path

Searched refs:target_index (Results 26 – 50 of 56) sorted by relevance

123

/openbmc/linux/drivers/cpufreq/
H A Dpxa2xx-cpufreq.c291 .target_index = pxa_set_target,
H A Dpxa3xx-cpufreq.c213 .target_index = pxa3xx_cpufreq_set,
H A Dsparc-us2e-cpufreq.c309 .target_index = us2e_freq_target,
H A Dsa1110-cpufreq.c316 .target_index = sa1110_target,
H A Dcpufreq.c73 return cpufreq_driver->target_index || cpufreq_driver->target; in has_target()
78 return !!cpufreq_driver->target_index; in has_target_index()
2303 retval = cpufreq_driver->target_index(policy, index); in __target_index()
2363 if (!cpufreq_driver->target_index) in __cpufreq_driver_target()
2885 !(driver_data->setpolicy || driver_data->target_index || in cpufreq_register_driver()
2887 (driver_data->setpolicy && (driver_data->target_index || in cpufreq_register_driver()
H A Dqoriq-cpufreq.c257 .target_index = qoriq_cpufreq_target,
H A Dia64-acpi-cpufreq.c326 .target_index = acpi_cpufreq_target,
H A Dscmi-cpufreq.c288 .target_index = scmi_cpufreq_set_target,
H A Dtegra186-cpufreq.c124 .target_index = tegra186_cpufreq_set_target,
H A Dapple-soc-cpufreq.c328 .target_index = apple_soc_cpufreq_set_target,
H A Dcpufreq-dt.c179 .target_index = set_target,
H A De_powersaver.c375 .target_index = eps_target,
H A Dmediatek-cpufreq-hw.c291 .target_index = mtk_cpufreq_hw_target_index,
H A Dspeedstep-centrino.c512 .target_index = centrino_target,
H A Dpmac32-cpufreq.c437 .target_index = pmac_cpufreq_target,
H A Dpmac64-cpufreq.c333 .target_index = g5_cpufreq_target,
H A Ds5pv210-cpufreq.c579 .target_index = s5pv210_target,
H A Dvexpress-spc-cpufreq.c470 .target_index = ve_spc_cpufreq_set_target,
H A Dimx6q-cpufreq.c203 .target_index = imx6q_set_target,
H A Dpowernow-k7.c663 .target_index = powernow_target,
H A Dbrcmstb-avs-cpufreq.c735 .target_index = brcm_avs_target_index,
H A Dmediatek-cpufreq.c616 .target_index = mtk_cpufreq_set_target,
H A Dqcom-cpufreq-hw.c609 .target_index = qcom_cpufreq_hw_target_index,
/openbmc/linux/fs/ocfs2/
H A Daops.c1031 unsigned long start, target_index, end_index, index; in ocfs2_grab_pages_for_write() local
1035 target_index = user_pos >> PAGE_SHIFT; in ocfs2_grab_pages_for_write()
1059 start = target_index; in ocfs2_grab_pages_for_write()
1066 if (index >= target_index && index <= end_index && in ocfs2_grab_pages_for_write()
1086 } else if (index >= target_index && index <= end_index && in ocfs2_grab_pages_for_write()
1102 if (index == target_index) in ocfs2_grab_pages_for_write()
/openbmc/linux/net/nfc/
H A Dcore.c280 int nfc_dep_link_up(struct nfc_dev *dev, int target_index, u8 comm_mode) in nfc_dep_link_up() argument
310 target = nfc_find_target(dev, target_index); in nfc_dep_link_up()

123