Searched refs:ohci_dev (Results 1 – 2 of 2) 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()
43 struct platform_device *ohci_dev; member363 usb_dev->ohci_dev = bcma_hcd_create_pdev(dev, "ohci-platform", in bcma_hcd_usb20_init()366 if (IS_ERR(usb_dev->ohci_dev)) in bcma_hcd_usb20_init()367 return PTR_ERR(usb_dev->ohci_dev); in bcma_hcd_usb20_init()380 platform_device_unregister(usb_dev->ohci_dev); in bcma_hcd_usb20_init()443 struct platform_device *ohci_dev = usb_dev->ohci_dev; in bcma_hcd_remove() local446 if (ohci_dev) in bcma_hcd_remove()447 platform_device_unregister(ohci_dev); in bcma_hcd_remove()