Searched refs:control_node (Results 1 – 3 of 3) sorted by relevance
288 struct device_node *control_node; in omap_usb2_probe() local333 control_node = of_parse_phandle(node, "ctrl-module", 0); in omap_usb2_probe()334 if (!control_node) { in omap_usb2_probe()340 control_pdev = of_find_device_by_node(control_node); in omap_usb2_probe()
674 struct device_node *control_node; in ti_pipe3_get_sysctrl() local693 control_node = of_parse_phandle(node, "ctrl-module", 0); in ti_pipe3_get_sysctrl()694 if (!control_node) { in ti_pipe3_get_sysctrl()699 control_pdev = of_find_device_by_node(control_node); in ti_pipe3_get_sysctrl()
383 struct device_node *control_node; in omap2430_probe() local435 control_node = of_parse_phandle(np, "ctrl-module", 0); in omap2430_probe()436 if (control_node) { in omap2430_probe()437 control_pdev = of_find_device_by_node(control_node); in omap2430_probe()