Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/psci/
H A Dpsci.c756 const struct of_device_id *matched_np; in psci_dt_init() local
760 np = of_find_matching_node_and_match(NULL, psci_of_match, &matched_np); in psci_dt_init()
765 init_fn = (psci_initcall_t)matched_np->data; in psci_dt_init()