Searched refs:of_id (Results 1 - 3 of 3) sorted by relevance

/arch/arm/mach-imx/
H A Dimx51-dt.c79 const struct of_device_id *of_id; local
86 of_id = of_match_node(imx51_iomuxc_of_match, node);
87 func = of_id->data;
H A Dimx53-dt.c86 const struct of_device_id *of_id; local
93 of_id = of_match_node(imx53_iomuxc_of_match, node);
94 func = of_id->data;
/arch/arm/mach-at91/
H A Dsetup.c315 const struct of_device_id *of_id; local
325 of_id = of_match_node(rstc_ids, np);
326 if (!of_id)
329 arm_pm_restart = of_id->data;

Completed in 271 milliseconds