Home
last modified time | relevance | path

Searched refs:control_node (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/phy/
Dphy-omap-usb2.c196 struct device_node *control_node; in omap_usb2_probe() local
231 control_node = of_parse_phandle(node, "ctrl-module", 0); in omap_usb2_probe()
232 if (!control_node) { in omap_usb2_probe()
237 control_pdev = of_find_device_by_node(control_node); in omap_usb2_probe()
Dphy-ti-pipe3.c299 struct device_node *control_node; in ti_pipe3_probe() local
387 control_node = of_parse_phandle(node, "ctrl-module", 0); in ti_pipe3_probe()
388 if (!control_node) { in ti_pipe3_probe()
393 control_pdev = of_find_device_by_node(control_node); in ti_pipe3_probe()
/linux-4.1.27/drivers/usb/musb/
Domap2430.c541 struct device_node *control_node; in omap2430_probe() local
570 control_node = of_parse_phandle(np, "ctrl-module", 0); in omap2430_probe()
571 if (control_node) { in omap2430_probe()
572 control_pdev = of_find_device_by_node(control_node); in omap2430_probe()