Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/of/
H A Dfdt.c754 * of_flat_dt_match - Return true if node matches a list of compatible values
756 static int __init of_flat_dt_match(unsigned long node, const char *const *compat) in of_flat_dt_match() function
821 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
/kernel/linux/linux-6.6/drivers/of/
H A Dfdt.c801 * of_flat_dt_match - Return true if node matches a list of compatible values
803 static int __init of_flat_dt_match(unsigned long node, const char *const *compat) in of_flat_dt_match() function
859 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()

Completed in 4 milliseconds