Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/host/
Dssb-hcd.c37 struct platform_device *ohci_dev; member
184 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() local
211 if (ohci_dev) in ssb_hcd_remove()
212 platform_device_unregister(ohci_dev); in ssb_hcd_remove()
Dbcma-hcd.c38 struct platform_device *ohci_dev; member
337 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() local
361 if (ohci_dev) in bcma_hcd_remove()
362 platform_device_unregister(ohci_dev); in bcma_hcd_remove()