Searched refs:ohci_dev (Results 1 – 2 of 2) sorted by relevance
37 struct platform_device *ohci_dev; member184 usb_dev->ohci_dev = ssb_hcd_create_pdev(dev, true, start, len); in ssb_hcd_probe()185 if (IS_ERR(usb_dev->ohci_dev)) in ssb_hcd_probe()186 return PTR_ERR(usb_dev->ohci_dev); in ssb_hcd_probe()201 platform_device_unregister(usb_dev->ohci_dev); in ssb_hcd_probe()208 struct platform_device *ohci_dev = usb_dev->ohci_dev; in ssb_hcd_remove() local211 if (ohci_dev) in ssb_hcd_remove()212 platform_device_unregister(ohci_dev); in ssb_hcd_remove()
38 struct platform_device *ohci_dev; member337 usb_dev->ohci_dev = bcma_hcd_create_pdev(dev, true, ohci_addr); in bcma_hcd_probe()338 if (IS_ERR(usb_dev->ohci_dev)) in bcma_hcd_probe()339 return PTR_ERR(usb_dev->ohci_dev); in bcma_hcd_probe()351 platform_device_unregister(usb_dev->ohci_dev); in bcma_hcd_probe()358 struct platform_device *ohci_dev = usb_dev->ohci_dev; in bcma_hcd_remove() local361 if (ohci_dev) in bcma_hcd_remove()362 platform_device_unregister(ohci_dev); in bcma_hcd_remove()