Home
last modified time | relevance | path

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

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