Searched refs:of_fdt_is_compatible (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/of/
H A Dfdt.c646 * of_fdt_is_compatible - Return true if given node from the given blob has
655 static int of_fdt_is_compatible(const void *blob, function
684 return of_fdt_is_compatible(initial_boot_params, node, compat);
698 tmp = of_fdt_is_compatible(initial_boot_params, node, *compat);

Completed in 175 milliseconds