Lines Matching refs:of_dev
344 struct platform_device *of_dev; in ibmebus_bus_device_probe() local
347 of_dev = to_platform_device(dev); in ibmebus_bus_device_probe()
352 of_dev_get(of_dev); in ibmebus_bus_device_probe()
355 error = drv->probe(of_dev); in ibmebus_bus_device_probe()
357 of_dev_put(of_dev); in ibmebus_bus_device_probe()
364 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_remove() local
368 drv->remove(of_dev); in ibmebus_bus_device_remove()
374 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_device_shutdown() local
378 drv->shutdown(of_dev); in ibmebus_bus_device_shutdown()
421 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_legacy_suspend() local
426 ret = drv->suspend(of_dev, mesg); in ibmebus_bus_legacy_suspend()
432 struct platform_device *of_dev = to_platform_device(dev); in ibmebus_bus_legacy_resume() local
437 ret = drv->resume(of_dev); in ibmebus_bus_legacy_resume()