Home
last modified time | relevance | path

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

/arch/powerpc/kernel/
Dibmebus.c352 struct platform_device *of_dev; in ibmebus_bus_device_probe() local
355 of_dev = to_platform_device(dev); in ibmebus_bus_device_probe()
360 of_dev_get(of_dev); in ibmebus_bus_device_probe()
363 error = drv->probe(of_dev); in ibmebus_bus_device_probe()
365 of_dev_put(of_dev); in ibmebus_bus_device_probe()
372 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_remove() local
376 drv->remove(of_dev); in ibmebus_bus_device_remove()
382 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_shutdown() local
386 drv->shutdown(of_dev); in ibmebus_bus_device_shutdown()
429 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_legacy_suspend() local
[all …]