Searched refs:psci_of_match (Results 1 – 3 of 3) sorted by relevance
149 static const struct udevice_id psci_of_match[] = { variable159 .of_match = psci_of_match,
132 static const struct of_device_id psci_of_match[] = { variable194 .of_match_table = psci_of_match,
746 static const struct of_device_id psci_of_match[] __initconst = { variable760 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()