Home
last modified time | relevance | path

Searched refs:ohci_dev (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dssb-hcd.c37 struct platform_device *ohci_dev; member
183 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() local
214 if (ohci_dev) in ssb_hcd_remove()
215 platform_device_unregister(ohci_dev); in ssb_hcd_remove()
Dbcma-hcd.c35 struct platform_device *ohci_dev; member
245 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() local
273 if (ohci_dev) in bcma_hcd_remove()
274 platform_device_unregister(ohci_dev); in bcma_hcd_remove()