Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/of/
Dpdt.c24 void __initdata (*of_pdt_build_more)(struct device_node *dp); variable
211 if (of_pdt_build_more) in of_pdt_build_tree()
212 of_pdt_build_more(dp); in of_pdt_build_tree()
/linux-4.19.296/include/linux/
Dof_pdt.h38 extern void (*of_pdt_build_more)(struct device_node *dp);