Home
last modified time | relevance | path

Searched defs:match_fn (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/scripts/
H A Dspdxcheck.py278 def match_fn(self, fpath): member in pattern
/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c57 bool (*match_fn)(SysBusDevice *sbdev, const struct BindingEntry *combo); member
/openbmc/linux/drivers/clocksource/
H A Darm_arch_timer.c563 ate_match_fn_t match_fn, in arch_timer_iterate_errata()
614 ate_match_fn_t match_fn = NULL; in arch_timer_check_ool_workaround() local
/openbmc/linux/kernel/dma/
H A Ddebug.c85 typedef bool (*match_fn)(struct dma_debug_entry *, struct dma_debug_entry *); typedef