of_fdt_match — Check if node matches a list of compatible values
int of_fdt_match ( | const void * blob, |
unsigned long node, | |
const char *const * compat) ; |
blob
Device tree blob (flattened device tree)
node
Node offset in blob
compat
NULL terminated list of pointers to compatible strings
Note that the score is the opposite of of_device_is_compatible
, which
reports larger scores as more compatible.