Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/usb/host/
Dssb-hcd.c36 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 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() local
210 if (ohci_dev) in ssb_hcd_remove()
211 platform_device_unregister(ohci_dev); in ssb_hcd_remove()
Dbcma-hcd.c43 struct platform_device *ohci_dev; member
363 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() local
446 if (ohci_dev) in bcma_hcd_remove()
447 platform_device_unregister(ohci_dev); in bcma_hcd_remove()