Lines Matching refs:pdev
1014 static void musb_shutdown(struct platform_device *pdev) in musb_shutdown() argument
1016 struct musb *musb = dev_to_musb(&pdev->dev); in musb_shutdown()
2171 static int __devinit musb_probe(struct platform_device *pdev) in musb_probe() argument
2173 struct device *dev = &pdev->dev; in musb_probe()
2174 int irq = platform_get_irq_byname(pdev, "mc"); in musb_probe()
2179 iomem = platform_get_resource(pdev, IORESOURCE_MEM, 0); in musb_probe()
2200 static int __devexit musb_remove(struct platform_device *pdev) in musb_remove() argument
2202 struct musb *musb = dev_to_musb(&pdev->dev); in musb_remove()
2211 musb_shutdown(pdev); in musb_remove()
2215 device_init_wakeup(&pdev->dev, 0); in musb_remove()
2217 pdev->dev.dma_mask = orig_dma_mask; in musb_remove()