Lines Matching refs:of_dev
352 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
434 ret = drv->suspend(of_dev, mesg); in ibmebus_bus_legacy_suspend()
440 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_legacy_resume() local
445 ret = drv->resume(of_dev); in ibmebus_bus_legacy_resume()