Searched refs:ohci_dev (Results 1 – 2 of 2) sorted by relevance
37 struct platform_device *ohci_dev; member183 usb_dev->ohci_dev = ssb_hcd_create_pdev(dev, true, start, len); in ssb_hcd_probe()184 if (IS_ERR(usb_dev->ohci_dev)) { in ssb_hcd_probe()185 err = PTR_ERR(usb_dev->ohci_dev); in ssb_hcd_probe()202 platform_device_unregister(usb_dev->ohci_dev); in ssb_hcd_probe()211 struct platform_device *ohci_dev = usb_dev->ohci_dev; in ssb_hcd_remove() local214 if (ohci_dev) in ssb_hcd_remove()215 platform_device_unregister(ohci_dev); in ssb_hcd_remove()
35 struct platform_device *ohci_dev; member245 usb_dev->ohci_dev = bcma_hcd_create_pdev(dev, true, ohci_addr); in bcma_hcd_probe()246 if (IS_ERR(usb_dev->ohci_dev)) { in bcma_hcd_probe()247 err = PTR_ERR(usb_dev->ohci_dev); in bcma_hcd_probe()261 platform_device_unregister(usb_dev->ohci_dev); in bcma_hcd_probe()270 struct platform_device *ohci_dev = usb_dev->ohci_dev; in bcma_hcd_remove() local273 if (ohci_dev) in bcma_hcd_remove()274 platform_device_unregister(ohci_dev); in bcma_hcd_remove()