Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/usb/musb/
Domap2430.c311 struct device_node *control_node; in omap2430_probe() local
376 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()
/linux-6.1.9/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()