Searched refs:of_dev (Results 1 – 1 of 1) sorted by relevance
356 struct platform_device *of_dev; in ibmebus_bus_device_probe() local359 of_dev = to_platform_device(dev); in ibmebus_bus_device_probe()367 error = drv->probe(of_dev); in ibmebus_bus_device_probe()376 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_remove() local380 drv->remove(of_dev); in ibmebus_bus_device_remove()385 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_shutdown() local389 drv->shutdown(of_dev); in ibmebus_bus_device_shutdown()
Completed in 4 milliseconds