Home
last modified time | relevance | path

Searched defs:target_index (Results 1 – 6 of 6) sorted by relevance

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dlwt_reroute.c154 int target_index = -1; in setup() local
H A Dlwt_redirect.c195 int target_index = -1; in setup_redirect_target() local
/linux/drivers/cpufreq/
H A Drcpufreq_dt.rs178 fn target_index(policy: &mut cpufreq::Policy, index: cpufreq::TableIndex) -> Result { in target_index() method
/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()
/linux/rust/kernel/
H A Dcpufreq.rs785 fn target_index(_policy: &mut Policy, _index: TableIndex) -> Result { in target_index() method
/linux/include/linux/
H A Dcpufreq.h360 int (*target_index)(struct cpufreq_policy *policy, member