Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/firmware/
H A Dpsci.c149 static const struct udevice_id psci_of_match[] = { variable
159 .of_match = psci_of_match,
/openbmc/linux/drivers/cpuidle/
H A Dcpuidle-psci-domain.c132 static const struct of_device_id psci_of_match[] = { variable
194 .of_match_table = psci_of_match,
/openbmc/linux/drivers/firmware/psci/
H A Dpsci.c746 static const struct of_device_id psci_of_match[] __initconst = { variable
760 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()