Lines Matching refs:dp
142 static int control_of_init(struct device_node *dp);
183 struct device_node *dp; in init_module() local
186 dp = of_find_node_by_name(NULL, "control"); in init_module()
187 if (dp != 0 && !control_of_init(dp)) in init_module()
189 of_node_put(dp); in init_module()
588 struct device_node *dp; in control_init() local
596 dp = of_find_node_by_name(NULL, "control"); in control_init()
597 if (dp != 0 && !control_of_init(dp)) in control_init()
599 of_node_put(dp); in control_init()
684 static int __init control_of_init(struct device_node *dp) in control_of_init() argument
694 if (of_pci_address_to_resource(dp, 2, &fb_res) || in control_of_init()
695 of_pci_address_to_resource(dp, 1, ®_res)) { in control_of_init()