Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/cpuidle/
Dcpuidle-psci-domain.c142 static const struct of_device_id psci_of_match[] = { variable
202 .of_match_table = psci_of_match,
/Linux-v6.1/drivers/firmware/psci/
Dpsci.c722 static const struct of_device_id psci_of_match[] __initconst = { variable
736 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()