Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/cpuidle/
Dcpuidle-psci-domain.c142 static const struct of_device_id psci_of_match[] = { variable
202 .of_match_table = psci_of_match,
/linux-6.1.9/drivers/firmware/psci/
Dpsci.c725 static const struct of_device_id psci_of_match[] __initconst = { variable
739 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()