Searched refs:control_node (Results 1 – 3 of 3) sorted by relevance
311 struct device_node *control_node; in omap2430_probe() local376 control_node = of_parse_phandle(np, "ctrl-module", 0); in omap2430_probe()377 if (control_node) { in omap2430_probe()378 control_pdev = of_find_device_by_node(control_node); in omap2430_probe()379 of_node_put(control_node); in omap2430_probe()
372 struct device_node *control_node; in omap_usb2_probe() local416 control_node = of_parse_phandle(node, "ctrl-module", 0); in omap_usb2_probe()417 if (!control_node) { in omap_usb2_probe()423 control_pdev = of_find_device_by_node(control_node); in omap_usb2_probe()
673 struct device_node *control_node; in ti_pipe3_get_sysctrl() local692 control_node = of_parse_phandle(node, "ctrl-module", 0); in ti_pipe3_get_sysctrl()693 if (!control_node) { in ti_pipe3_get_sysctrl()698 control_pdev = of_find_device_by_node(control_node); in ti_pipe3_get_sysctrl()699 of_node_put(control_node); in ti_pipe3_get_sysctrl()