Searched refs:ohci_dev (Results 1 – 1 of 1) sorted by relevance
36 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 return PTR_ERR(usb_dev->ohci_dev); in ssb_hcd_probe()200 platform_device_unregister(usb_dev->ohci_dev); in ssb_hcd_probe()207 struct platform_device *ohci_dev = usb_dev->ohci_dev; in ssb_hcd_remove() local210 if (ohci_dev) in ssb_hcd_remove()211 platform_device_unregister(ohci_dev); in ssb_hcd_remove()