| /linux/Documentation/translations/zh_CN/cpu-freq/ |
| H A D | cpu-drivers.rst | 32 1.4 target/target_index 或 setpolicy? 33 1.5 target/target_index 62 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差异见 125 | | cpufreq_driver.target/target_index | 151 1.4 target 或 target_index 或 setpolicy 或 fast_switch? 155 可以使用->target(),->target_index()或->fast_switch()回调。 160 1.5. target/target_index 163 target_index调用有两个参数: ``struct cpufreq_policy * policy`` 和 ``unsigned int`` 207 仅适用于未设置 target_index() 和 CPUFREQ_ASYNC_NOTIFICATION 的驱动。 211 target_intermediate()或target_index()中处理它们。 [all …]
|
| /linux/Documentation/translations/zh_TW/cpu-freq/ |
| H A D | cpu-drivers.rst | 32 1.4 target/target_index 或 setpolicy? 33 1.5 target/target_index 62 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差異見 125 | | cpufreq_driver.target/target_index | 151 1.4 target 或 target_index 或 setpolicy 或 fast_switch? 155 可以使用->target(),->target_index()或->fast_switch()回調。 160 1.5. target/target_index 163 target_index調用有兩個參數: ``struct cpufreq_policy * policy`` 和 ``unsigned int`` 207 僅適用於未設置 target_index() 和 CPUFREQ_ASYNC_NOTIFICATION 的驅動。 211 target_intermediate()或target_index()中處理它們。 [all …]
|
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | lwt_reroute.c | 154 int target_index = -1; in setup() local 161 target_index = if_nametoindex(tun_dev); in setup() 162 if (!ASSERT_GE(target_index, 0, "if_nametoindex")) in setup() 175 target_index); in setup()
|
| H A D | lwt_redirect.c | 195 int target_index = -1; in setup_redirect_target() local 202 target_index = if_nametoindex(target_dev); in setup_redirect_target() 203 if (!ASSERT_GE(target_index, 0, "if_nametoindex")) in setup_redirect_target()
|
| /linux/drivers/cpufreq/ |
| H A D | sparc-us3-cpufreq.c | 152 .target_index = us3_freq_target,
|
| H A D | bmips-cpufreq.c | 149 .target_index = bmips_cpufreq_target_index,
|
| H A D | s3c64xx-cpufreq.c | 201 .target_index = s3c64xx_cpufreq_set_target,
|
| H A D | scpi-cpufreq.c | 197 .target_index = scpi_cpufreq_set_target,
|
| H A D | pxa2xx-cpufreq.c | 291 .target_index = pxa_set_target,
|
| H A D | sa1110-cpufreq.c | 316 .target_index = sa1110_target,
|
| H A D | sparc-us2e-cpufreq.c | 308 .target_index = us2e_freq_target,
|
| H A D | cpufreq-dt.c | 144 .target_index = set_target,
|
| H A D | qoriq-cpufreq.c | 255 .target_index = qoriq_cpufreq_target,
|
| H A D | cpufreq.c | 74 return cpufreq_driver->target_index || cpufreq_driver->target; in has_target() 79 return !!cpufreq_driver->target_index; in has_target_index() 2328 retval = cpufreq_driver->target_index(policy, index); in __target_index() 2393 if (!cpufreq_driver->target_index) in __cpufreq_driver_target() 2927 (driver_data->target_index && driver_data->target) || in cpufreq_register_driver() 2928 (!!driver_data->setpolicy == (driver_data->target_index || driver_data->target)) || in cpufreq_register_driver()
|
| H A D | scmi-cpufreq.c | 389 .target_index = scmi_cpufreq_set_target,
|
| H A D | mediatek-cpufreq-hw.c | 360 .target_index = mtk_cpufreq_hw_target_index,
|
| H A D | tegra186-cpufreq.c | 255 .target_index = tegra186_cpufreq_set_target,
|
| H A D | vexpress-spc-cpufreq.c | 469 .target_index = ve_spc_cpufreq_set_target,
|
| H A D | powernv-cpufreq.c | 1037 .target_index = powernv_cpufreq_target_index,
|
| H A D | powernow-k8.c | 1143 .target_index = powernowk8_target,
|
| /linux/rust/kernel/ |
| H A D | cpufreq.rs | 789 /// Driver's `target_index` callback. 790 fn target_index(_policy: &mut Policy, _index: TableIndex) -> Result { in fast_switch() 892 /// fn target_index(policy: &mut cpufreq::Policy, index: cpufreq::TableIndex) -> Result { 949 target_index: if T::HAS_TARGET_INDEX { 1230 /// Driver's `target_index` callback. in target_index_callback() 1249 T::target_index(policy, index).map(|()| 0) in fast_switch_callback() 785 fn target_index(_policy: &mut Policy, _index: TableIndex) -> Result { target_index() method
|
| /linux/net/nfc/ |
| H A D | core.c | 280 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()
|