Home
last modified time | relevance | path

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

/linux/drivers/phy/ti/
H A Dphy-omap-usb2.c374 struct platform_device *control_pdev; in omap_usb2_probe() local
420 control_pdev = of_find_device_by_node(control_node); in omap_usb2_probe()
421 if (!control_pdev) { in omap_usb2_probe()
425 phy->control_dev = &control_pdev->dev; in omap_usb2_probe()
H A Dphy-ti-pipe3.c675 struct platform_device *control_pdev; in ti_pipe3_get_sysctrl() local
699 control_pdev = of_find_device_by_node(control_node); in ti_pipe3_get_sysctrl()
701 if (!control_pdev) { in ti_pipe3_get_sysctrl()
706 phy->control_dev = &control_pdev->dev; in ti_pipe3_get_sysctrl()
/linux/drivers/usb/musb/
H A Domap2430.c312 struct platform_device *control_pdev; in omap2430_probe() local
376 control_pdev = of_find_device_by_node(control_node); in omap2430_probe()
378 if (!control_pdev) { in omap2430_probe()
383 glue->control_otghs = &control_pdev->dev; in omap2430_probe()