Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dof_fdt.h38 extern int of_fdt_match(const void *blob, unsigned long node,
/linux-4.1.27/drivers/of/
Dfdt.c133 int of_fdt_match(const void *blob, unsigned long node, in of_fdt_match() function
673 return of_fdt_match(initial_boot_params, node, compat); in of_flat_dt_match()