Home
last modified time | relevance | path

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

123

/openbmc/linux/Documentation/translations/zh_TW/cpu-freq/
H A Dcpu-drivers.rst29 1.4 target/target_index 或 setpolicy?
30 1.5 target/target_index
59 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差異見
127 | | cpufreq_driver.target/target_index |
152 1.4 target 或 target_index 或 setpolicy 或 fast_switch?
156 可以使用->target(),->target_index()或->fast_switch()回調。
161 1.5. target/target_index
207 僅適用於 target_index() 和 CPUFREQ_ASYNC_NOTIFICATION 未設置的驅動。
211 target_index()中處理。
214 下,核心將直接調用->target_index()。
[all …]
/openbmc/linux/Documentation/translations/zh_CN/cpu-freq/
H A Dcpu-drivers.rst32 1.4 target/target_index 或 setpolicy?
33 1.5 target/target_index
62 .setpolicy 或 .fast_switch 或 .target 或 .target_index - 差异见
152 1.4 target 或 target_index 或 setpolicy 或 fast_switch?
156 可以使用->target(),->target_index()或->fast_switch()回调。
161 1.5. target/target_index
164 target_index调用有两个参数: ``struct cpufreq_policy * policy`` 和 ``unsigned int``
208 仅适用于未设置 target_index() 和 CPUFREQ_ASYNC_NOTIFICATION 的驱动。
212 target_intermediate()或target_index()中处理它们。
215 在这种情况下,cpufreq核心将直接调用->target_index()。
[all …]
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c152 int target_index = -1; in setup() local
159 target_index = if_nametoindex(tun_dev); in setup()
160 if (!ASSERT_GE(target_index, 0, "if_nametoindex")) in setup()
173 target_index); in setup()
H A Dlwt_redirect.c195 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()
/openbmc/linux/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
125 | | cpufreq_driver.target/target_index is|
154 1.4 target or target_index or setpolicy or fast_switch?
159 these, you use the ->target(), ->target_index() or ->fast_switch()
166 1.5. target/target_index
222 Only for drivers with target_index() and CPUFREQ_ASYNC_NOTIFICATION unset.
228 target_intermediate() or target_index().
232 directly call ->target_index().
[all …]
/openbmc/linux/Documentation/admin-guide/device-mapper/
H A Ddm-ima.rst131 target_data_row := <target_index> "," <target_begin> "," <target_len> "," <target_name> ","
133 target_index := "target_index=" <N>
163target_index=0,target_begin=0,target_len=2,target_name=linear,target_version=1.4.0,device_name=7:0…
370target_index=0,target_begin=0,target_len=28672,target_name=cache,target_version=2.2.0,metadata_mod…
414 target_index=0,target_begin=0,target_len=1953125,target_name=crypt,target_version=1.23.0,
457 target_index=0,target_begin=0,target_len=7856,target_name=integrity,target_version=1.10.0,
484 target_index=0,target_begin=0,target_len=28672,target_name=linear,target_version=1.4.0,
521target_index=0,target_begin=0,target_len=2048,target_name=mirror,target_version=1.14.0,nr_mirrors=…
599 target_index=0,target_begin=0,target_len=2048,target_name=raid,target_version=1.15.1,
634 target_index=0,target_begin=0,target_len=4096,target_name=snapshot,target_version=1.16.0,
[all …]
/openbmc/linux/drivers/cpufreq/
H A Dsc520_freq.c92 .target_index = sc520_freq_target,
H A Delanfreq.c194 .target_index = elanfreq_target,
H A Dloongson2_cpufreq.c97 .target_index = loongson2_cpufreq_target,
H A Dppc_cbe_cpufreq.c136 .target_index = cbe_cpufreq_target,
H A Ddavinci-cpufreq.c100 .target_index = davinci_target,
H A Dsparc-us3-cpufreq.c153 .target_index = us3_freq_target,
H A Dmaple-cpufreq.c152 .target_index = maple_cpufreq_target,
H A Dbmips-cpufreq.c151 .target_index = bmips_cpufreq_target_index,
H A Ds3c64xx-cpufreq.c198 .target_index = s3c64xx_cpufreq_set_target,
H A Domap-cpufreq.c148 .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 Dpowernow-k6.c252 .target_index = powernow_k6_target,
H A Dspeedstep-ich.c315 .target_index = speedstep_target,
H A Dscpi-cpufreq.c192 .target_index = scpi_cpufreq_set_target,
H A Dpasemi-cpufreq.c249 .target_index = pas_cpufreq_target,
H A Dspeedstep-smi.c294 .target_index = speedstep_target,
/openbmc/linux/drivers/md/
H A Ddm-verity-fec.c205 int i, j, target_index = -1; in fec_read_bufs() local
232 target_index = i; in fec_read_bufs()
299 return target_index; in fec_read_bufs()

123