Home
last modified time | relevance | path

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

/linux-2.6.39/include/linux/
Dof_fdt.h73 extern int of_fdt_match(struct boot_param_header *blob, unsigned long node,
/linux-2.6.39/drivers/of/
Dfdt.c109 int of_fdt_match(struct boot_param_header *blob, unsigned long node, in of_fdt_match() function
546 return of_fdt_match(initial_boot_params, node, compat); in of_flat_dt_match()