Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/of/
Dpdt.c28 void __initdata (*of_pdt_build_more)(struct device_node *dp); variable
215 if (of_pdt_build_more) in of_pdt_build_tree()
216 of_pdt_build_more(dp); in of_pdt_build_tree()
/linux-4.4.14/include/linux/
Dof_pdt.h42 extern void (*of_pdt_build_more)(struct device_node *dp);