Home
last modified time | relevance | path

Searched refs:BindingEntry (Results 1 – 1 of 1) sorted by relevance

/openbmc/qemu/hw/core/
H A Dsysbus-fdt.c53 typedef struct BindingEntry { struct
57 bool (*match_fn)(SysBusDevice *sbdev, const struct BindingEntry *combo); argument
58 } BindingEntry; typedef
420 const BindingEntry *entry) in vfio_platform_match()
480 static bool type_match(SysBusDevice *sbdev, const BindingEntry *entry) in type_match()
488 static const BindingEntry bindings[] = {
518 const BindingEntry *iter = &bindings[i]; in add_fdt_node()