control_pdev      289 drivers/phy/ti/phy-omap-usb2.c 	struct platform_device *control_pdev;
control_pdev      340 drivers/phy/ti/phy-omap-usb2.c 		control_pdev = of_find_device_by_node(control_node);
control_pdev      341 drivers/phy/ti/phy-omap-usb2.c 		if (!control_pdev) {
control_pdev      345 drivers/phy/ti/phy-omap-usb2.c 		phy->control_dev = &control_pdev->dev;
control_pdev      675 drivers/phy/ti/phy-ti-pipe3.c 	struct platform_device *control_pdev;
control_pdev      699 drivers/phy/ti/phy-ti-pipe3.c 		control_pdev = of_find_device_by_node(control_node);
control_pdev      700 drivers/phy/ti/phy-ti-pipe3.c 		if (!control_pdev) {
control_pdev      705 drivers/phy/ti/phy-ti-pipe3.c 		phy->control_dev = &control_pdev->dev;
control_pdev      382 drivers/usb/musb/omap2430.c 	struct platform_device		*control_pdev;
control_pdev      435 drivers/usb/musb/omap2430.c 		control_pdev = of_find_device_by_node(control_node);
control_pdev      436 drivers/usb/musb/omap2430.c 		if (!control_pdev) {
control_pdev      441 drivers/usb/musb/omap2430.c 		glue->control_otghs = &control_pdev->dev;