Searched refs:control_node (Results 1 – 3 of 3) sorted by relevance
373 struct device_node *control_node; in omap_usb2_probe() local418 control_node = of_parse_phandle(node, "ctrl-module", 0); in omap_usb2_probe()419 if (!control_node) { in omap_usb2_probe()425 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()
308 struct device_node *control_node; in omap2430_probe() local360 control_node = of_parse_phandle(np, "ctrl-module", 0); in omap2430_probe()361 if (control_node) { in omap2430_probe()362 control_pdev = of_find_device_by_node(control_node); in omap2430_probe()