Searched refs:dt_root (Results 1 – 1 of 1) sorted by relevance
838 unsigned long dt_root = of_get_flat_dt_root(); in of_flat_dt_get_machine_name() local840 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() local864 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()