Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/of/
Dfdt.c838 unsigned long dt_root = of_get_flat_dt_root(); in of_flat_dt_get_machine_name() local
840 name = of_get_flat_dt_prop(dt_root, "model", NULL); in of_flat_dt_get_machine_name()
842 name = of_get_flat_dt_prop(dt_root, "compatible", NULL); in of_flat_dt_get_machine_name()
861 unsigned long dt_root; in of_flat_dt_match_machine() local
864 dt_root = of_get_flat_dt_root(); in of_flat_dt_match_machine()
866 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
878 prop = of_get_flat_dt_prop(dt_root, "compatible", &size); in of_flat_dt_match_machine()