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()
42 struct platform_device *ohci_dev; member362 usb_dev->ohci_dev = bcma_hcd_create_pdev(dev, "ohci-platform", in bcma_hcd_usb20_init()365 if (IS_ERR(usb_dev->ohci_dev)) in bcma_hcd_usb20_init()366 return PTR_ERR(usb_dev->ohci_dev); in bcma_hcd_usb20_init()379 platform_device_unregister(usb_dev->ohci_dev); in bcma_hcd_usb20_init()442 struct platform_device *ohci_dev = usb_dev->ohci_dev; in bcma_hcd_remove() local445 if (ohci_dev) in bcma_hcd_remove()446 platform_device_unregister(ohci_dev); in bcma_hcd_remove()
Completed in 4 milliseconds