Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/usb/musb/
Domap2430.c310 struct device_node *control_node; in omap2430_probe() local
362 control_node = of_parse_phandle(np, "ctrl-module", 0); in omap2430_probe()
363 if (control_node) { in omap2430_probe()
364 control_pdev = of_find_device_by_node(control_node); in omap2430_probe()
365 of_node_put(control_node); in omap2430_probe()
/linux-5.19.10/drivers/phy/ti/
Dphy-omap-usb2.c372 struct device_node *control_node; in omap_usb2_probe() local
416 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()
Dphy-ti-pipe3.c673 struct device_node *control_node; in ti_pipe3_get_sysctrl() local
692 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()