Searched refs:ohci_dev (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/host/ |
H A D | ssb-hcd.c | 36 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()
|
H A D | bcma-hcd.c | 43 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()
|
/kernel/linux/linux-6.6/drivers/usb/host/ |
H A D | ssb-hcd.c | 36 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()
|
H A D | bcma-hcd.c | 43 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()
|
Completed in 2 milliseconds